aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-Rijndael
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-04-23 08:40:47 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-04-23 08:40:47 +0000
commit12c32d17439fc07666bd323142b7fc5e9d63a019 (patch)
tree32852af8b14053969d5826e2ea3dc936279b22e4 /security/p5-Crypt-Rijndael
parent6693c92770015b33aa8c1087ae39f572b8e43687 (diff)
downloadports-12c32d17439fc07666bd323142b7fc5e9d63a019.tar.gz
ports-12c32d17439fc07666bd323142b7fc5e9d63a019.zip
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 <vivek@khera.org>
Notes
Notes: svn path=/head/; revision=160199
Diffstat (limited to 'security/p5-Crypt-Rijndael')
-rw-r--r--security/p5-Crypt-Rijndael/Makefile1
1 files changed, 1 insertions, 0 deletions
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