From 1a90f9a373b8ded5e11f5e218a2d08eb8613799e Mon Sep 17 00:00:00 2001 From: sno Date: Fri, 12 Feb 2010 18:04:54 +0000 Subject: Updating security/p5-Crypt-RIPEMD160 from 0.04nb3 to 0.04nb4 Applying patch from RT #19138 to fix invalid results on 64-Bit platforms --- security/p5-Crypt-RIPEMD160/Makefile | 4 ++-- security/p5-Crypt-RIPEMD160/distinfo | 3 ++- security/p5-Crypt-RIPEMD160/patches/patch-aa | 13 +++++++++++++ 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 security/p5-Crypt-RIPEMD160/patches/patch-aa (limited to 'security') diff --git a/security/p5-Crypt-RIPEMD160/Makefile b/security/p5-Crypt-RIPEMD160/Makefile index e73169ce574..5346cbd94b2 100644 --- a/security/p5-Crypt-RIPEMD160/Makefile +++ b/security/p5-Crypt-RIPEMD160/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2008/10/19 19:18:45 he Exp $ +# $NetBSD: Makefile,v 1.16 2010/02/12 18:04:54 sno Exp $ # DISTNAME= Crypt-RIPEMD160-0.04 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 SVR4_PKGNAME= p5cri CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} diff --git a/security/p5-Crypt-RIPEMD160/distinfo b/security/p5-Crypt-RIPEMD160/distinfo index 087ff8c97dc..4c16109b1c7 100644 --- a/security/p5-Crypt-RIPEMD160/distinfo +++ b/security/p5-Crypt-RIPEMD160/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 13:10:10 agc Exp $ +$NetBSD: distinfo,v 1.3 2010/02/12 18:04:54 sno 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 diff --git a/security/p5-Crypt-RIPEMD160/patches/patch-aa b/security/p5-Crypt-RIPEMD160/patches/patch-aa new file mode 100644 index 00000000000..b45145b7adf --- /dev/null +++ b/security/p5-Crypt-RIPEMD160/patches/patch-aa @@ -0,0 +1,13 @@ +$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 */ + + + /********************************************************************/ -- cgit v1.2.3