packages: perl-Crypt-Rijndael/perl-Crypt-Rijndael-types.patch - adjusted fo...
amateja
amateja at pld-linux.org
Thu Jun 18 10:07:13 CEST 2009
Author: amateja Date: Thu Jun 18 08:07:13 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- adjusted for 1.07_02
---- Files affected:
packages/perl-Crypt-Rijndael:
perl-Crypt-Rijndael-types.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: packages/perl-Crypt-Rijndael/perl-Crypt-Rijndael-types.patch
diff -u packages/perl-Crypt-Rijndael/perl-Crypt-Rijndael-types.patch:1.1 packages/perl-Crypt-Rijndael/perl-Crypt-Rijndael-types.patch:1.2
--- packages/perl-Crypt-Rijndael/perl-Crypt-Rijndael-types.patch:1.1 Sun Apr 25 19:06:43 2004
+++ packages/perl-Crypt-Rijndael/perl-Crypt-Rijndael-types.patch Thu Jun 18 10:07:07 2009
@@ -1,16 +1,21 @@
---- Crypt-Rijndael-0.05/rijndael.h.orig 2001-09-17 10:52:05.000000000 +0200
-+++ Crypt-Rijndael-0.05/rijndael.h 2004-04-25 19:04:50.733851005 +0200
-@@ -25,10 +25,11 @@
+--- Crypt-Rijndael-1.07_02/rijndael.h.orig 2009-06-17 19:02:15.877534003 +0200
++++ Crypt-Rijndael-1.07_02/rijndael.h 2009-06-17 19:03:40.370784249 +0200
+@@ -27,6 +27,7 @@
#if !defined(RIJNDAEL_H)
#define RIJNDAEL_H
+#include <stdint.h>
#include <stdlib.h>
+ #include <sys/types.h>
--typedef unsigned long UINT32;
--typedef unsigned char UINT8;
-+typedef uint32_t UINT32;
-+typedef uint8_t UINT8;
+@@ -41,8 +42,8 @@
+ */
+ #if defined(_SGIAPI) || defined( __sgi )
+ #define _CRYPT_RIJNDAEL_H_TYPES
+- typedef __uint32_t UINT32;
+- typedef unsigned char UINT8;
++ typedef uint32_t UINT32;
++ typedef uint8_t UINT8;
+ #endif
- /* Other block sizes and key lengths are possible, but in the context of
- * the ssh protocols, 256 bits is the default. */
+ /* Solaris has sys/types.h, but doesn't act like everyone else
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-Crypt-Rijndael/perl-Crypt-Rijndael-types.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list