ports/54179: update security/p5-Digest-MD5

Mathieu Arnold m at absolight.net
Mon Jul 7 12:00:30 UTC 2003


>Number:         54179
>Category:       ports
>Synopsis:       update security/p5-Digest-MD5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 07 05:00:28 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mathieu Arnold
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.reaumur.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 10 13:45:07 CEST 2003 root at aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386

>Description:
update security/p5-Digest-MD5 to 2.25

Fix port install with perl 5.8

   The $md5->addfile method now croaks if it discovers
   errors on the handle after reading from it.  This should
   make it more difficult to end up with the wrong digest
   just because you are to lazy to check the error status
   on your file handles after reading from them.

   Improved documentation.

   Sync up with bleadperl; even safer patchlevel include.
>How-To-Repeat:
>Fix:

--- p5-Digest-MD5-2.25.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/p5-Digest-MD5/Makefile,v
retrieving revision 1.24
diff -u -r1.24 Makefile
--- Makefile	1 Jul 2003 03:47:17 -0000	1.24
+++ Makefile	7 Jul 2003 11:50:41 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Digest-MD5
-PORTVERSION=	2.24
+PORTVERSION=	2.25
 CATEGORIES=	security perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Digest
@@ -16,6 +16,7 @@
 COMMENT=	Perl5 interface to the MD5 algorithm
 
 PERL_CONFIGURE=	yes
+CONFIGURE_ARGS=	INSTALLDIRS=site
 
 MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
 MAN3=	Digest::MD5.3
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/security/p5-Digest-MD5/distinfo,v
retrieving revision 1.11
diff -u -r1.11 distinfo
--- distinfo	1 Jul 2003 03:47:17 -0000	1.11
+++ distinfo	7 Jul 2003 11:50:41 -0000
@@ -1 +1 @@
-MD5 (Digest-MD5-2.24.tar.gz) = 1d328e479ac6e7019dd082f6a244a06c
+MD5 (Digest-MD5-2.25.tar.gz) = 6a1ba2e89961d82b0c2eeaaa339ae10a
--- p5-Digest-MD5-2.25.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list