pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p5-Crypt-RIPEMD160 Update p5-Crypt-RIPEMD160 ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b5354fa70d83
branches:  trunk
changeset: 595366:b5354fa70d83
user:      hiramatsu <hiramatsu%pkgsrc.org@localhost>
date:      Thu Nov 17 08:03:46 2011 +0000

description:
Update p5-Crypt-RIPEMD160 to 0.05.

Fixed wrong result on 64 bit platforms.

diffstat:

 security/p5-Crypt-RIPEMD160/Makefile         |   6 +++---
 security/p5-Crypt-RIPEMD160/distinfo         |   9 ++++-----
 security/p5-Crypt-RIPEMD160/patches/patch-aa |  13 -------------
 3 files changed, 7 insertions(+), 21 deletions(-)

diffs (54 lines):

diff -r 5133c007b4c2 -r b5354fa70d83 security/p5-Crypt-RIPEMD160/Makefile
--- a/security/p5-Crypt-RIPEMD160/Makefile      Thu Nov 17 07:58:01 2011 +0000
+++ b/security/p5-Crypt-RIPEMD160/Makefile      Thu Nov 17 08:03:46 2011 +0000
@@ -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 @@
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 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 -r 5133c007b4c2 -r b5354fa70d83 security/p5-Crypt-RIPEMD160/distinfo
--- a/security/p5-Crypt-RIPEMD160/distinfo      Thu Nov 17 07:58:01 2011 +0000
+++ b/security/p5-Crypt-RIPEMD160/distinfo      Thu Nov 17 08:03:46 2011 +0000
@@ -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 -r 5133c007b4c2 -r b5354fa70d83 security/p5-Crypt-RIPEMD160/patches/patch-aa
--- a/security/p5-Crypt-RIPEMD160/patches/patch-aa      Thu Nov 17 07:58:01 2011 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 */ 
- 
- 
- /********************************************************************/



Home | Main Index | Thread Index | Old Index