From eb32fab4769a6f6b851326244c9a170469f76663 Mon Sep 17 00:00:00 2001 From: schmonz Date: Mon, 7 Apr 2014 19:32:56 +0000 Subject: 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. --- textproc/p5-ack/Makefile | 6 ++---- textproc/p5-ack/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 8 deletions(-) (limited to 'textproc/p5-ack') diff --git a/textproc/p5-ack/Makefile b/textproc/p5-ack/Makefile index e2b61c0dbd5..21a571d3db2 100644 --- a/textproc/p5-ack/Makefile +++ b/textproc/p5-ack/Makefile @@ -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/} @@ -24,6 +23,5 @@ 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" diff --git a/textproc/p5-ack/distinfo b/textproc/p5-ack/distinfo index baff8602884..fea9eb3d16c 100644 --- a/textproc/p5-ack/distinfo +++ b/textproc/p5-ack/distinfo @@ -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 -RMD160 (ack-2.08.tar.gz) = d99dfd337d3ae50c68dd95a0634713da94f805ae -Size (ack-2.08.tar.gz) = 210625 bytes +SHA1 (ack-2.12.tar.gz) = 62e0871fadef0781fcfee8c4935f0206c865d88c +RMD160 (ack-2.12.tar.gz) = 328042ab5cd7fc793b958fe3aa95b359835d88d7 +Size (ack-2.12.tar.gz) = 219614 bytes -- cgit v1.2.3