OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 17-Oct-2007 10:01:05
Branch: HEAD Handle: 2007101709010400
Modified files:
openpkg-src/openssl openssl.patch
Log:
fix patching
Summary:
Revision Changes Path
1.32 +8 -8 openpkg-src/openssl/openssl.patch
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openssl/openssl.patch
============================================================================
$ cvs diff -u -r1.31 -r1.32 openssl.patch
--- openpkg-src/openssl/openssl.patch 17 Oct 2007 06:58:06 -0000 1.31
+++ openpkg-src/openssl/openssl.patch 17 Oct 2007 08:01:04 -0000 1.32
@@ -1,20 +1,20 @@
Index: Configure
---- Configure.orig 2007-10-17 08:55:51 +0200
-+++ Configure 2007-10-17 08:56:05 +0200
+--- Configure.orig 2007-09-16 14:24:17 +0200
++++ Configure 2007-10-17 10:00:11 +0200
@@ -402,8 +402,8 @@
#### IBM's AIX.
- "aix3-cc", "cc:-O -DB_ENDIAN -qmaxmem=16384::(unknown):AIX::RC4_CHAR:::",
--"aix-gcc", "gcc:-O
-DB_ENDIAN::-D_THREAD_SAFE:AIX::RC4_CHAR::aix_ppc32.o::::::::::dlfcn:aix-shared:::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)::-X
32",
+ "aix3-cc", "cc:-O -DB_ENDIAN -qmaxmem=16384::(unknown):AIX::BN_LLONG
RC4_CHAR:::",
+-"aix-gcc", "gcc:-O -DB_ENDIAN::-D_THREAD_SAFE:AIX::BN_LLONG
RC4_CHAR::aix_ppc32.o::::::::::dlfcn:aix-shared:::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)::-X
32",
-"aix64-gcc","gcc:-maix64 -O
-DB_ENDIAN::-D_THREAD_SAFE:AIX::SIXTY_FOUR_BIT_LONG
RC4_CHAR::aix_ppc64.o::::::::::dlfcn:aix-shared::-maix64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)::-X64",
-+"aix-gcc", "gcc:-O
-DB_ENDIAN::-D_THREAD_SAFE:AIX::RC4_CHAR::aix_ppc32.o::::::::::dlfcn:aix-shared:::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)::",
++"aix-gcc", "gcc:-O -DB_ENDIAN::-D_THREAD_SAFE:AIX::BN_LLONG
RC4_CHAR::aix_ppc32.o::::::::::dlfcn:aix-shared:::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)::",
+"aix64-gcc","gcc:-maix64 -O
-DB_ENDIAN::-D_THREAD_SAFE:AIX::SIXTY_FOUR_BIT_LONG
RC4_CHAR::aix_ppc64.o::::::::::dlfcn:aix-shared::-maix64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)::",
# Below targets assume AIX 5. Idea is to effectively disregard $OBJECT_MODE
# at build time. $OBJECT_MODE is respected at ./config stage!
- "aix-cc", "cc:-q32 -O -DB_ENDIAN -qmaxmem=16384 -qro
-qroconst::-qthreaded:AIX::RC4_CHAR::aix_ppc32.o::::::::::dlfcn:aix-shared::-q32:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)::-X
32",
+ "aix-cc", "cc:-q32 -O -DB_ENDIAN -qmaxmem=16384 -qro
-qroconst::-qthreaded:AIX::BN_LLONG
RC4_CHAR::aix_ppc32.o::::::::::dlfcn:aix-shared::-q32:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)::-X
32",
Index: config
--- config.orig 2007-08-01 13:21:35 +0200
-+++ config 2007-10-17 08:55:51 +0200
++++ config 2007-10-17 09:59:48 +0200
@@ -469,6 +469,7 @@
if [ "${SYSTEM}" = "AIX" ]; then # favor vendor cc over gcc
@@ -34,7 +34,7 @@
OUT="solaris-x86-$CC"
Index: crypto/rand/rand_lib.c
--- crypto/rand/rand_lib.c.orig 2007-09-21 12:10:47 +0200
-+++ crypto/rand/rand_lib.c 2007-10-17 08:55:51 +0200
++++ crypto/rand/rand_lib.c 2007-10-17 09:59:48 +0200
@@ -154,6 +154,7 @@
int RAND_bytes(unsigned char *buf, int num)
{
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]