View | Details | Raw Unified | Return to bug 96114
Collapse All | Expand All

(-)p5-Crypt-Rijndael.new/Makefile (+1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	Crypt-Rijndael
8
PORTNAME=	Crypt-Rijndael
9
PORTVERSION=	0.05
9
PORTVERSION=	0.05
10
PORTREVISION=	1
10
CATEGORIES=	security perl5
11
CATEGORIES=	security perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITE_SUBDIR=	Crypt
13
MASTER_SITE_SUBDIR=	Crypt
(-)p5-Crypt-Rijndael.new/files/patch-rijndael_h (+11 lines)
Line 0 Link Here
1
--- #rijndael.h~	Thu Apr 20 13:56:04 2006
2
+++ rijndael.h	Thu Apr 20 13:56:04 2006
3
@@ -27,7 +27,7 @@
4
 
5
 #include <stdlib.h>
6
 
7
-typedef unsigned long UINT32;
8
+typedef unsigned int UINT32;
9
 typedef unsigned char UINT8;
10
 
11
 /* Other block sizes and key lengths are possible, but in the context of

Return to bug 96114