diff options
author | wiz <wiz@pkgsrc.org> | 2014-06-11 20:17:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-06-11 20:17:58 +0000 |
commit | 69962d23ce8d807fee1b2567ed0e8dff02a7e3f9 (patch) | |
tree | fb29c992b8b45b0e88abfef335417a17fa0965f1 /security | |
parent | e5d6bcc3a6c52b5a3e8463e4c62d92af0f6d9f13 (diff) | |
download | pkgsrc-69962d23ce8d807fee1b2567ed0e8dff02a7e3f9.tar.gz |
Update to 0.73:
[Changes for 0.73 - Wed Jun 5 23:44:57 CST 2013]
* Properly redo the previous fix using File::Spec->file_name_is_absolute.
[Changes for 0.72 - Wed Jun 5 23:19:02 CST 2013]
* Only allow loading Digest::* from absolute paths in @INC,
by ensuring they begin with \ or / characters.
Contributed by: Florian Weimer (CVE-2013-2145)
[Changes for 0.71 - Tue Jun 4 18:24:10 CST 2013]
* Constrain the user-specified digest name to /^\w+\d+$/.
* Avoid loading Digest::* from relative paths in @INC.
Contributed by: Florian Weimer (CVE-2013-2145)
[Changes for 0.70 - Thu Nov 29 01:45:54 CST 2012]
* Don't check gpg version if gpg does not exist.
This avoids unnecessary warnings during installation
when gpg executable is not installed.
Contributed by: Kenichi Ishigaki
[Changes for 0.69 - Fri Nov 2 23:04:19 CST 2012]
* Support for gpg under these alternate names:
gpg gpg2 gnupg gnupg2
Contributed by: Michael Schwern
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Module-Signature/Makefile | 7 | ||||
-rw-r--r-- | security/p5-Module-Signature/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/security/p5-Module-Signature/Makefile b/security/p5-Module-Signature/Makefile index a6e0e101645..451536089be 100644 --- a/security/p5-Module-Signature/Makefile +++ b/security/p5-Module-Signature/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2014/05/29 23:37:24 wiz Exp $ -# +# $NetBSD: Makefile,v 1.27 2014/06/11 20:17:58 wiz Exp $ -DISTNAME= Module-Signature-0.68 +DISTNAME= Module-Signature-0.73 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 SVR4_PKGNAME= p5ms CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} @@ -38,6 +36,7 @@ DEPENDS+= p5-Digest-MD2-[0-9]*:../../security/p5-Digest-MD2 DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 DEPENDS+= {perl>=5.9.3,p5-IO-Compress-[0-9]*}:../../devel/p5-IO-Compress # Compress::Zlib DEPENDS+= p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir +DEPENDS+= p5-IPC-Run-[0-9]*:../../devel/p5-IPC-Run DEPENDS+= p5-Math-Pari-[0-9]*:../../math/p5-Math-Pari DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64 DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff diff --git a/security/p5-Module-Signature/distinfo b/security/p5-Module-Signature/distinfo index a602bd22a6d..75d7cd076f9 100644 --- a/security/p5-Module-Signature/distinfo +++ b/security/p5-Module-Signature/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2011/11/13 12:29:01 hiramatsu Exp $ +$NetBSD: distinfo,v 1.10 2014/06/11 20:17:58 wiz Exp $ -SHA1 (Module-Signature-0.68.tar.gz) = d7d640650d6917e30d46d50b9d8806c7abf88a6e -RMD160 (Module-Signature-0.68.tar.gz) = 085be64591540e9b18b5c7a861f8222904ef9871 -Size (Module-Signature-0.68.tar.gz) = 76485 bytes +SHA1 (Module-Signature-0.73.tar.gz) = 0bb005a69aae5f7f7511f5d6b1a61762bca27173 +RMD160 (Module-Signature-0.73.tar.gz) = f3bdb440092f876d48ef550ccc6544630bb20f48 +Size (Module-Signature-0.73.tar.gz) = 77407 bytes |