From 12c32d17439fc07666bd323142b7fc5e9d63a019 Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Sun, 23 Apr 2006 08:40:47 +0000 Subject: The perl module Crypt::Rijndael has a bug in it causing it to fail on all 64-bit architectures. It assumes that C type long is 32 bits. The patch below works with both i386 and amd64 and should with others. PR: 96114 Submitted by: Vivek Khera --- security/p5-Crypt-Rijndael/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'security/p5-Crypt-Rijndael') diff --git a/security/p5-Crypt-Rijndael/Makefile b/security/p5-Crypt-Rijndael/Makefile index b4c81a62f15f..7265c4562c4f 100644 --- a/security/p5-Crypt-Rijndael/Makefile +++ b/security/p5-Crypt-Rijndael/Makefile @@ -7,6 +7,7 @@ PORTNAME= Crypt-Rijndael PORTVERSION= 0.05 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt -- cgit v1.2.3