1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00

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>
This commit is contained in:
Erwin Lansing 2006-04-23 08:40:47 +00:00
parent 6693c92770
commit 12c32d1743
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160199

View File

@ -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