diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-17 08:03:46 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-17 08:03:46 +0000 |
commit | e390354ecbd23cb157e01175779aec54c77a11e5 (patch) | |
tree | 73564397990856529bbf0b4f1772e8c3572cec3f /security | |
parent | 608e66bf41b0fcbd9c0614a2d896f37e76543495 (diff) | |
download | pkgsrc-e390354ecbd23cb157e01175779aec54c77a11e5.tar.gz |
Update p5-Crypt-RIPEMD160 to 0.05.
Fixed wrong result on 64 bit platforms.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-RIPEMD160/Makefile | 6 | ||||
-rw-r--r-- | security/p5-Crypt-RIPEMD160/distinfo | 9 | ||||
-rw-r--r-- | security/p5-Crypt-RIPEMD160/patches/patch-aa | 13 |
3 files changed, 7 insertions, 21 deletions
diff --git a/security/p5-Crypt-RIPEMD160/Makefile b/security/p5-Crypt-RIPEMD160/Makefile index c02d225432a..855441c8565 100644 --- a/security/p5-Crypt-RIPEMD160/Makefile +++ b/security/p5-Crypt-RIPEMD160/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2011/08/14 14:42:49 obache Exp $ +# $NetBSD: Makefile,v 1.19 2011/11/17 08:03:46 hiramatsu Exp $ # -DISTNAME= Crypt-RIPEMD160-0.04 +DISTNAME= Crypt-RIPEMD160-0.05 PKGNAME= p5-${DISTNAME} -PKGREVISION= 6 SVR4_PKGNAME= p5cri CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} @@ -11,6 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Crypt-RIPEMD160/ COMMENT= Perl5 module of the RIPEMD160 hash function +LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir diff --git a/security/p5-Crypt-RIPEMD160/distinfo b/security/p5-Crypt-RIPEMD160/distinfo index 4c16109b1c7..9b39cb40fa3 100644 --- a/security/p5-Crypt-RIPEMD160/distinfo +++ b/security/p5-Crypt-RIPEMD160/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.3 2010/02/12 18:04:54 sno Exp $ +$NetBSD: distinfo,v 1.4 2011/11/17 08:03:46 hiramatsu Exp $ -SHA1 (Crypt-RIPEMD160-0.04.tar.gz) = 2310b3bae492d8b275c1ec1327f4162a0dc73203 -RMD160 (Crypt-RIPEMD160-0.04.tar.gz) = 8b880794b33f074b257434d2268ccb42596bcc9e -Size (Crypt-RIPEMD160-0.04.tar.gz) = 57548 bytes -SHA1 (patch-aa) = 4fea0402f1c587a9652480ac483edf84567257fa +SHA1 (Crypt-RIPEMD160-0.05.tar.gz) = 1d56cba26d4978063562aeded19cf2f85f1d5bc6 +RMD160 (Crypt-RIPEMD160-0.05.tar.gz) = e4e222a70a8b5da2d6bcee983672c2d34b945840 +Size (Crypt-RIPEMD160-0.05.tar.gz) = 58960 bytes diff --git a/security/p5-Crypt-RIPEMD160/patches/patch-aa b/security/p5-Crypt-RIPEMD160/patches/patch-aa deleted file mode 100644 index b45145b7adf..00000000000 --- a/security/p5-Crypt-RIPEMD160/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2010/02/12 18:04:54 sno Exp $ - ---- rmd160.h.orig 1998-04-07 09:32:36.000000000 +0000 -+++ rmd160.h -@@ -25,7 +25,7 @@ - for your operating system and compiler */ - typedef unsigned char byte; /* unsigned 8-bit integer */ - typedef unsigned short word; /* unsigned 16-bit integer */ --typedef unsigned long dword; /* unsigned 32-bit integer */ -+typedef unsigned int dword; /* unsigned 32-bit integer */ - - - /********************************************************************/ |