Mon Apr 7 19:32:56 2014 UTC ()
Update to 2.12. From the changelog:

[SECURITY FIXES]
This version of ack prevents the --pager, --regex and --output
options from being used from project-level ackrc files. It is
possible to execute malicious code with these options, and we want
to prevent the security risk of acking through a potentially malicious
codebase, such as one downloaded from an Internet site or checked
out from a code repository.

The --pager, --regex and --output options may still be used from
the global /etc/ackrc, your own private ~/.ackrc, the ACK_OPTIONS
environment variable, and of course from the command line.

[ENHANCEMENTS]
Now ignores Eclipse .metadata directory. Thanks, Steffen Jaeckel.

Add --perltest for *.t files.

Added Matlab support. Thanks, Zertrin.

[FIXES]
Fixed a race condition in t/file-permission.t that was causing
failures if tests were run in parallel.

Fix the test suite for Win32. Many thanks to Christian Walde for
bringing the severity of this issue to our attention, as well as
providing a Win32 development environment for us to work with.

Fixed Win32-detection in the Makefile.PL. Thanks, Michael Beijen
and Alexandr Ciornii.

More compatibility fixes for Perl 5.8.8.

[INTERNALS]
Removed the Git revision tracking in the --version.


(schmonz)
diff -r1.18 -r1.19 pkgsrc/textproc/p5-ack/Makefile
diff -r1.7 -r1.8 pkgsrc/textproc/p5-ack/distinfo

cvs diff -r1.18 -r1.19 pkgsrc/textproc/p5-ack/Makefile (expand / switch to context diff)
--- pkgsrc/textproc/p5-ack/Makefile 2013/11/24 10:02:41 1.18
+++ pkgsrc/textproc/p5-ack/Makefile 2014/04/07 19:32:56 1.19
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2013/11/24 10:02:41 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2014/04/07 19:32:56 schmonz Exp $
 
-DISTNAME=	ack-2.08
+DISTNAME=	ack-2.12
 PKGNAME=	p5-${DISTNAME}
-PKGREVISION=	1
 CATEGORIES=	textproc perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=App/}
 
@@ -23,7 +22,6 @@
 DEPENDS+=	p5-File-Next>=0.4:../../devel/p5-File-Next
 #DEPENDS+=	p5-Term-ANSIColor-[0-9]*:../../devel/p5-Term-ANSIColor
 BUILD_DEPENDS+=	{perl>=5.8.8,p5-Test-Harness>=2.5}:../../devel/p5-Test-Harness
-
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"

cvs diff -r1.7 -r1.8 pkgsrc/textproc/p5-ack/distinfo (expand / switch to context diff)
--- pkgsrc/textproc/p5-ack/distinfo 2013/09/05 19:48:07 1.7
+++ pkgsrc/textproc/p5-ack/distinfo 2014/04/07 19:32:56 1.8
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2013/09/05 19:48:07 wiz Exp $
+$NetBSD: distinfo,v 1.8 2014/04/07 19:32:56 schmonz Exp $
 
-SHA1 (ack-2.08.tar.gz) = 86a277e562381627b85d44b1453404d499995c6e
+SHA1 (ack-2.12.tar.gz) = 62e0871fadef0781fcfee8c4935f0206c865d88c
-RMD160 (ack-2.08.tar.gz) = d99dfd337d3ae50c68dd95a0634713da94f805ae
+RMD160 (ack-2.12.tar.gz) = 328042ab5cd7fc793b958fe3aa95b359835d88d7
-Size (ack-2.08.tar.gz) = 210625 bytes
+Size (ack-2.12.tar.gz) = 219614 bytes