Bug#760870: Patch to fix this issue

Axel Beckert abe at debian.org
Fri Sep 12 09:14:00 UTC 2014


Control: forwarded -1 https://github.com/petdance/ack2/issues/491
Control: tags -1 + upstream fixed-upstream

Hi,

ppm wrote:
> The patch attached with this email seems to solve this issue.

Thanks for the patch.

> --- ack.orig	2014-09-04 03:48:46.000000000 +0000
> +++ ack	2014-09-12 08:24:46.744780094 +0000
> @@ -331,7 +331,7 @@
>          $str = "(?i)$str";
>      }
>  
> -    my $re = eval { qr/$str/ };
> +    my $re = eval { qr/$str/m };
>      if ( !$re ) {
>          die "Invalid regex '$str':\n  $@";
>      }

Upstream already came to the same conclusion/patch:

https://github.com/petdance/ack2/commit/17504aa361eef269c57f43c21e16d1705cd1e7c0

Due to this issue there will be a new upstream release (2.16) very
soon anyways, so I'll wait for that one.

		Regards, Axel
-- 
 ,''`.  |  Axel Beckert <abe at debian.org>, http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE
  `-    |  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5



More information about the pkg-perl-maintainers mailing list