diff options
| author | Erwin Lansing <erwin@FreeBSD.org> | 2006-04-23 08:40:47 +0000 |
|---|---|---|
| committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-04-23 08:40:47 +0000 |
| commit | 12c32d17439fc07666bd323142b7fc5e9d63a019 (patch) | |
| tree | 32852af8b14053969d5826e2ea3dc936279b22e4 /security/p5-Crypt-Rijndael | |
| parent | - update to 2.05 (diff) | |
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>
Diffstat (limited to 'security/p5-Crypt-Rijndael')
| -rw-r--r-- | security/p5-Crypt-Rijndael/Makefile | 1 |
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 |
