ports/89346: Update Port: security/p5-Module-Signature 0.44 -> 0.50

Aaron Dalton aaron at FreeBSD.org
Mon Nov 21 04:50:20 UTC 2005


>Number:         89346
>Category:       ports
>Synopsis:       Update Port: security/p5-Module-Signature 0.44 -> 0.50
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 21 04:50:19 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Aaron Dalton
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root at harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
[Changes for 0.50 - 2005-08-21]

* Add support for to SHA-256, requested by Mark Shelor in light
  of the recent SHA1 attacks.  SHA1 is still the default, but
  you can now override this by settings MODULE_SIGNATURE_CIPHER
  environment variable to SHA256.

[Changes for 0.45 - 2005-08-09]

* Andreas Koenig ported out that "Import GPG keys?" was asked
  far too many times during autoinstall.

>How-To-Repeat:
	
>Fix:

	

--- submission.txt begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/p5-Module-Signature/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	6 Apr 2005 05:56:29 -0000	1.6
+++ Makefile	21 Nov 2005 04:40:09 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Module-Signature
-PORTVERSION=	0.44
+PORTVERSION=	0.50
 CATEGORIES=	security perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Module
@@ -15,9 +15,9 @@
 MAINTAINER=	clsung at FreeBSD.org
 COMMENT=	Module signature file manipulation
 
-BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
-		${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
+BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Digest/SHA.pm:${PORTSDIR}/security/p5-Digest-SHA \
 		${SITE_PERL}/PAR/Dist.pm:${PORTSDIR}/devel/p5-PAR-Dist \
+		${SITE_PERL}/Crypt/OpenPGP.pm:${PORTSDIR}/security/p5-Crypt-OpenPGP \
 		${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/security/p5-Module-Signature/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo	6 Apr 2005 05:56:29 -0000	1.5
+++ distinfo	21 Nov 2005 04:40:20 -0000
@@ -1,2 +1,3 @@
-MD5 (Module-Signature-0.44.tar.gz) = f1928d481376c1402878890feec26a1f
-SIZE (Module-Signature-0.44.tar.gz) = 54622
+MD5 (Module-Signature-0.50.tar.gz) = 3dd8abcf67f4fa5c85d898267e3cad53
+SHA256 (Module-Signature-0.50.tar.gz) = e2f1e357135f76b42b24dc2b1c07730f09061a1ef4de0f5b656154e46e30b892
+SIZE (Module-Signature-0.50.tar.gz) = 54392
--- submission.txt ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list