Received: by mail.netbsd.org (Postfix, from userid 605) id E49B184EF1; Sun, 11 Mar 2018 11:16:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4FC0084DD5 for ; Sun, 11 Mar 2018 11:16:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id o9jbuZ_cti2Z for ; Sun, 11 Mar 2018 11:16:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id ABA8884C77 for ; Sun, 11 Mar 2018 11:16:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A0980FB40; Sun, 11 Mar 2018 11:16:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1520767006180980" MIME-Version: 1.0 Date: Sun, 11 Mar 2018 11:16:46 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20180311111646.A0980FB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1520767006180980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Sun Mar 11 11:16:46 UTC 2018 Modified Files: pkgsrc/devel: Makefile Added Files: pkgsrc/devel/p5-Taint-Util: DESCR Makefile distinfo Log Message: p5-Taint-Util: new package Taint::Util wraps perl's internal routines for checking and setting the taint flag and thus does not rely on regular expressions for untainting or odd tricks involving eval and kill for checking whether data is tainted, instead it checks and flips a flag on the scalar in-place. To generate a diff of this commit: cvs rdiff -u -r1.2629 -r1.2630 pkgsrc/devel/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Taint-Util/DESCR \ pkgsrc/devel/p5-Taint-Util/Makefile pkgsrc/devel/p5-Taint-Util/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1520767006180980 Content-Disposition: inline Content-Length: 2598 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.2629 pkgsrc/devel/Makefile:1.2630 --- pkgsrc/devel/Makefile:1.2629 Sun Mar 11 04:07:19 2018 +++ pkgsrc/devel/Makefile Sun Mar 11 11:16:46 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2629 2018/03/11 04:07:19 dholland Exp $ +# $NetBSD: Makefile,v 1.2630 2018/03/11 11:16:46 maya Exp $ # COMMENT= Development utilities @@ -1565,6 +1565,7 @@ SUBDIR+= p5-System-Command SUBDIR+= p5-TAP-Formatter-HTML SUBDIR+= p5-TAP-Harness-Archive SUBDIR+= p5-Task-Weaken +SUBDIR+= p5-Taint-Util SUBDIR+= p5-Tee SUBDIR+= p5-Template-Plugin-Handy SUBDIR+= p5-Template-Plugin-HashMerge Added files: Index: pkgsrc/devel/p5-Taint-Util/DESCR diff -u /dev/null pkgsrc/devel/p5-Taint-Util/DESCR:1.1 --- /dev/null Sun Mar 11 11:16:46 2018 +++ pkgsrc/devel/p5-Taint-Util/DESCR Sun Mar 11 11:16:46 2018 @@ -0,0 +1,5 @@ +Taint::Util wraps perl's internal routines for checking and setting +the taint flag and thus does not rely on regular expressions for +untainting or odd tricks involving eval and kill for checking +whether data is tainted, instead it checks and flips a flag on the +scalar in-place. Index: pkgsrc/devel/p5-Taint-Util/Makefile diff -u /dev/null pkgsrc/devel/p5-Taint-Util/Makefile:1.1 --- /dev/null Sun Mar 11 11:16:46 2018 +++ pkgsrc/devel/p5-Taint-Util/Makefile Sun Mar 11 11:16:46 2018 @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2018/03/11 11:16:46 maya Exp $ + +DISTNAME= Taint-Util-0.08 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel +MASTER_SITES= http://search.cpan.org/CPAN/authors/id/A/AV/AVAR/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/CPAN/authors/id/A/AV/AVAR/ +COMMENT= Perl5 test for and flip the taint flag without regex matches or eval +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-XSLoader>=0:../../devel/p5-XSLoader + +PERL5_PACKLIST= auto/Taint/Util/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/p5-Taint-Util/distinfo diff -u /dev/null pkgsrc/devel/p5-Taint-Util/distinfo:1.1 --- /dev/null Sun Mar 11 11:16:46 2018 +++ pkgsrc/devel/p5-Taint-Util/distinfo Sun Mar 11 11:16:46 2018 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/03/11 11:16:46 maya Exp $ + +SHA1 (Taint-Util-0.08.tar.gz) = 286a3ad893ed9432b223043e1e362a08651a6118 +RMD160 (Taint-Util-0.08.tar.gz) = f87457d39146769fcd84ee109e999508b65e70e1 +SHA512 (Taint-Util-0.08.tar.gz) = 78a1ec5af26a21de4d63455caa401d26b7cfc58e32c33ab5ca1fa75063856c3866b8deba19dba518e0138c65d2cad184b1c682cd48b68d1ed4c0570017d0f7a8 +Size (Taint-Util-0.08.tar.gz) = 14862 bytes --_----------=_1520767006180980--