Subject: pkg/34409: [update] security/p5-Crypt-DSA
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Wilke <miwi@FreeBSD.org>
List: pkgsrc-bugs
Date: 08/30/2006 11:25:03
>Number:         34409
>Category:       pkg
>Synopsis:       [update] security/p5-Crypt-DSA
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Aug 30 11:25:03 +0000 2006
>Originator:     Martin Wilke
>Release:        NetBSD 4.0_BETA i386
>Organization:
>Environment:


System: NetBSD 4.0_BETA (MIWIBOX) #0: Tue Aug 29 10:29:38 CEST 2006
	miwi@mwilke.ath.cx:/usr/obj/sys/arch/i386/compile/MIWIBOX



>Description:


- Update to 0.14
 
- Changelog

    - Win32 fixes: use Data::Random as a fallback in make_random, better
      support for locating openssl. 
    - Makefile.PL update, to the latest Module::Install.


>How-To-Repeat:





>Fix:


--- p5-Crypt-DSA.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/pkgsrc/security/p5-Crypt-DSA/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- Makefile	15 Feb 2006 20:42:54 -0000	1.16
+++ Makefile	30 Aug 2006 08:26:55 -0000
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.16 2006/02/15 20:42:54 heinz Exp $
 #
 
-DISTNAME=		Crypt-DSA-0.13
+DISTNAME=		Crypt-DSA-0.14
 PKGNAME=		p5-${DISTNAME}
 SVR4_PKGNAME=		p5dsa
 CATEGORIES=		security perl5
Index: distinfo
===================================================================
RCS file: /home/pcvs/pkgsrc/security/p5-Crypt-DSA/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	15 Feb 2006 20:42:54 -0000	1.3
+++ distinfo	30 Aug 2006 08:27:15 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.3 2006/02/15 20:42:54 heinz Exp $
 
-SHA1 (Crypt-DSA-0.13.tar.gz) = fdb198be9428e860086a808c656a7386df5fb603
-RMD160 (Crypt-DSA-0.13.tar.gz) = 6ab32cd4abe0141e5fba7337964bb17cda8ea4d8
-Size (Crypt-DSA-0.13.tar.gz) = 28178 bytes
+SHA1 (Crypt-DSA-0.14.tar.gz) = 867d45682ba68647e5666b34ec8e364bdec70f08
+RMD160 (Crypt-DSA-0.14.tar.gz) = 7c040c704eb83ef85f5a1f76aa68890b51bcb35e
+Size (Crypt-DSA-0.14.tar.gz) = 31595 bytes
--- p5-Crypt-DSA.diff ends here ---