Date: Sat, 4 Feb 2006 15:13:48 +0800 (CST) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: jim@corebsd.or.id Subject: ports/92794: [PATCH] security/p5-SHA: update to 2.01 Message-ID: <20060204071348.682F6B29C73@utopia.leeym.com> Resent-Message-ID: <200602040720.k147K3bc001308@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 92794 >Category: ports >Synopsis: [PATCH] security/p5-SHA: update to 2.01 >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: Sat Feb 04 07:20:03 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Fri Feb 3 08:02:39 CST >Description: - Update to 2.01 Removed file(s): - files/patch-Makefile.PL Port maintainer (jim@corebsd.or.id) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-SHA-2.01.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/security/p5-SHA/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 24 Oct 2003 12:03:42 -0000 1.3 +++ Makefile 4 Feb 2006 07:13:45 -0000 @@ -6,15 +6,18 @@ # PORTNAME= SHA -PORTVERSION= 1.2 +PORTVERSION= 2.01 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= SHA +MASTER_SITE_SUBDIR= ../../authors/id/G/GA/GAAS/ PKGNAMEPREFIX= p5- MAINTAINER= jim@corebsd.or.id COMMENT= Perl5 interface to the SHA1 algorithm +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 +BUILD_DEPENDS= ${RUN_DEPENDS} + PERL_CONFIGURE= yes MAN3= SHA.3 Index: distinfo =================================================================== RCS file: /home/pcvs/ports/security/p5-SHA/distinfo,v retrieving revision 1.3 diff -u -u -r1.3 distinfo --- distinfo 24 Jan 2006 01:03:17 -0000 1.3 +++ distinfo 4 Feb 2006 07:13:45 -0000 @@ -1,3 +1,3 @@ -MD5 (SHA-1.2.tar.gz) = fc23793219770f156d32fa676ab49be4 -SHA256 (SHA-1.2.tar.gz) = b239bb7e25315dc44d5f6acbad16bd8570ba33a80ee2c8aed9ab143a4d41a966 -SIZE (SHA-1.2.tar.gz) = 8966 +MD5 (SHA-2.01.tar.gz) = 56573202d94ace4da5641a6f4f25cfe0 +SHA256 (SHA-2.01.tar.gz) = 8571331eac2cf9f9e3f4dee586017884c6dbb02ec64960f3e5f526b6514ef4ea +SIZE (SHA-2.01.tar.gz) = 2282 Index: pkg-descr =================================================================== RCS file: /home/pcvs/ports/security/p5-SHA/pkg-descr,v retrieving revision 1.1 diff -u -u -r1.1 pkg-descr --- pkg-descr 4 Feb 2003 23:59:39 -0000 1.1 +++ pkg-descr 4 Feb 2006 07:13:45 -0000 @@ -6,3 +6,5 @@ operations since the last new or reset operation. Once the operation has been performed, the context must be reset before being used to calculate another digest value. + +WWW: http://search.cpan.org/dist/SHA/ Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/security/p5-SHA/pkg-plist,v retrieving revision 1.2 diff -u -u -r1.2 pkg-plist --- pkg-plist 24 Oct 2003 12:03:42 -0000 1.2 +++ pkg-plist 4 Feb 2006 07:13:45 -0000 @@ -1,8 +1,3 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/SHA.pm -%%SITE_PERL%%/%%PERL_ARCH%%/SHA.pod -%%SITE_PERL%%/%%PERL_ARCH%%/sha_driver.pl -%%SITE_PERL%%/%%PERL_ARCH%%/auto/SHA/SHA.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/SHA/SHA.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/SHA/autosplit.ix +%%SITE_PERL%%/SHA.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SHA/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SHA Index: files/patch-Makefile.PL =================================================================== RCS file: files/patch-Makefile.PL diff -N files/patch-Makefile.PL --- files/patch-Makefile.PL 4 Feb 2003 23:59:39 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- Makefile.PL.orig Mon Sep 30 04:33:16 2002 -+++ Makefile.PL Mon Sep 30 04:34:51 2002 -@@ -20,7 +20,7 @@ if (exists($Config{'byteorder'}) and def - print "Writing endian.h for SHA\n"; - } - print "Do you want to use the original SHA or the new standard SHA-1?\nEnter 0 for the original or 1 for the new standard. [1]"; -- $resp = <STDIN>; -+ $resp = 1; - if (defined($resp)) { - $resp =~ s/^\s+//; - $resp =~ s/\s+$//; --- p5-SHA-2.01.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060204071348.682F6B29C73>