pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p5-Module-Signature Update to 0.73:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cdcd657879d4
branches:  trunk
changeset: 635819:cdcd657879d4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jun 11 20:17:58 2014 +0000

description:
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:

 security/p5-Module-Signature/Makefile |  7 +++----
 security/p5-Module-Signature/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r d595b01c1c59 -r cdcd657879d4 security/p5-Module-Signature/Makefile
--- a/security/p5-Module-Signature/Makefile     Wed Jun 11 19:07:02 2014 +0000
+++ b/security/p5-Module-Signature/Makefile     Wed Jun 11 20:17:58 2014 +0000
@@ -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-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 -r d595b01c1c59 -r cdcd657879d4 security/p5-Module-Signature/distinfo
--- a/security/p5-Module-Signature/distinfo     Wed Jun 11 19:07:02 2014 +0000
+++ b/security/p5-Module-Signature/distinfo     Wed Jun 11 20:17:58 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index