diff options
author | heinz <heinz@pkgsrc.org> | 2007-05-17 17:00:19 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-05-17 17:00:19 +0000 |
commit | 579135ac6c59e2472c4e63e86ec30036e242cadb (patch) | |
tree | 70f442fa4c9ee707386849de1b9b98a3627152c9 /security/p5-Digest-SHA | |
parent | 382d0a1e1c8c64e02751d2a759b3a48416ebaf12 (diff) | |
download | pkgsrc-579135ac6c59e2472c4e63e86ec30036e242cadb.tar.gz |
Updated to version 5.44.
Pkgsrc changes:
- The package supports installation to DESTDIR
- A C compiler is necessary.
Changes since version 5.43:
===========================
5.44 Sat Oct 14 00:42:44 MST 2006
- removed SIGNATURE file from distribution
-- spurious errors from CPANPLUS can break build
- eliminated ppport.h header file
-- significantly reduces size of distribution
- modified C functions in src/hmac.c to use ANSI prototypes
-- thanks to Jarkko Hietaniemi for patch
Diffstat (limited to 'security/p5-Digest-SHA')
-rw-r--r-- | security/p5-Digest-SHA/Makefile | 8 | ||||
-rw-r--r-- | security/p5-Digest-SHA/distinfo | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/security/p5-Digest-SHA/Makefile b/security/p5-Digest-SHA/Makefile index 1af79a7e2de..4904c981e74 100644 --- a/security/p5-Digest-SHA/Makefile +++ b/security/p5-Digest-SHA/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2006/09/10 13:18:21 heinz Exp $ +# $NetBSD: Makefile,v 1.12 2007/05/17 17:00:19 heinz Exp $ # -DISTNAME= Digest-SHA-5.43 +DISTNAME= Digest-SHA-5.44 PKGNAME= p5-${DISTNAME} CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/} @@ -10,6 +10,10 @@ MAINTAINER= heinz@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Digest-SHA/ COMMENT= Perl module for SHA-1/224/256/384/512 algorithms +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= c + PERL5_PACKLIST= auto/Digest/SHA/.packlist .include "../../lang/perl5/module.mk" diff --git a/security/p5-Digest-SHA/distinfo b/security/p5-Digest-SHA/distinfo index e0d666e247d..fe70d0aab70 100644 --- a/security/p5-Digest-SHA/distinfo +++ b/security/p5-Digest-SHA/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2006/09/10 13:18:21 heinz Exp $ +$NetBSD: distinfo,v 1.7 2007/05/17 17:00:19 heinz Exp $ -SHA1 (Digest-SHA-5.43.tar.gz) = c51964090e9ed64634236b7f59412bb1d5cc5149 -RMD160 (Digest-SHA-5.43.tar.gz) = 02e117d6e262979f4cfe032855433ef3acb8c8fc -Size (Digest-SHA-5.43.tar.gz) = 73534 bytes +SHA1 (Digest-SHA-5.44.tar.gz) = 54281982197638ab5cb8e18ffd8e0c2fc9bacb96 +RMD160 (Digest-SHA-5.44.tar.gz) = cfe4822bd2c82caba5b3d279294555149e128e0e +Size (Digest-SHA-5.44.tar.gz) = 41946 bytes |