pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/p5-Crypt-DSA Updating security/p5-Crypt-DSA f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d21060fd0ba
branches:  trunk
changeset: 571458:0d21060fd0ba
user:      sno <sno%pkgsrc.org@localhost>
date:      Fri Feb 12 18:16:44 2010 +0000

description:
Updating security/p5-Crypt-DSA from 1.16 to 1.16nb1

- Applying fix from RT#49668 (openssl dsaparam output format change in 1.0
  beta 3 breaks Crypt::DSA::KeyChain), see
  https://rt.cpan.org/Ticket/Display.html?id=49668

diffstat:

 security/p5-Crypt-DSA/Makefile         |   3 ++-
 security/p5-Crypt-DSA/distinfo         |   3 ++-
 security/p5-Crypt-DSA/patches/patch-aa |  13 +++++++++++++
 3 files changed, 17 insertions(+), 2 deletions(-)

diffs (42 lines):

diff -r caa4642c8681 -r 0d21060fd0ba security/p5-Crypt-DSA/Makefile
--- a/security/p5-Crypt-DSA/Makefile    Fri Feb 12 18:05:06 2010 +0000
+++ b/security/p5-Crypt-DSA/Makefile    Fri Feb 12 18:16:44 2010 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.20 2009/09/19 22:22:34 sno Exp $
+# $NetBSD: Makefile,v 1.21 2010/02/12 18:16:44 sno Exp $
 #
 
 DISTNAME=              Crypt-DSA-1.16
 PKGNAME=               p5-${DISTNAME}
+PKGREVISION=           1
 SVR4_PKGNAME=          p5dsa
 CATEGORIES=            security perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Crypt/}
diff -r caa4642c8681 -r 0d21060fd0ba security/p5-Crypt-DSA/distinfo
--- a/security/p5-Crypt-DSA/distinfo    Fri Feb 12 18:05:06 2010 +0000
+++ b/security/p5-Crypt-DSA/distinfo    Fri Feb 12 18:16:44 2010 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.5 2009/09/19 22:22:34 sno Exp $
+$NetBSD: distinfo,v 1.6 2010/02/12 18:16:44 sno Exp $
 
 SHA1 (Crypt-DSA-1.16.tar.gz) = 2d82e1cb5928bde85e73ff5517ee0f66d06a09fa
 RMD160 (Crypt-DSA-1.16.tar.gz) = dbad1e495baeb515e24beb04a07e98c4b6cacd17
 Size (Crypt-DSA-1.16.tar.gz) = 39534 bytes
+SHA1 (patch-aa) = 7626d8828a1ca7f4b0e0dcaf7fe802fcbe41e091
diff -r caa4642c8681 -r 0d21060fd0ba security/p5-Crypt-DSA/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-DSA/patches/patch-aa    Fri Feb 12 18:16:44 2010 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2010/02/12 18:16:44 sno Exp $
+
+--- lib/Crypt/DSA/KeyChain.pm.orig     2009-09-11 12:45:37.000000000 +0000
++++ lib/Crypt/DSA/KeyChain.pm
+@@ -53,7 +53,7 @@ sub generate_params {
+             my $cur_part;
+             foreach (@res) {
+                 if (/^\s+(\w):\s*$/) {
+-                    $cur_part = $1;
++                    $cur_part = lc($1);
+                     next;
+                 }
+                 if (/^\s*((?:[0-9a-f]{2,2}:?)+)\s*$/) {



Home | Main Index | Thread Index | Old Index