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 08:58:07
Branch: HEAD Handle: 2007101707580601
Modified files:
openpkg-src/openssl openssl.patch openssl.spec
Log:
modifying package: openssl-0.9.8f 20071011 -> 20071017
Summary:
Revision Changes Path
1.31 +19 -5 openpkg-src/openssl/openssl.patch
1.93 +1 -1 openpkg-src/openssl/openssl.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openssl/openssl.patch
============================================================================
$ cvs diff -u -r1.30 -r1.31 openssl.patch
--- openpkg-src/openssl/openssl.patch 11 Oct 2007 20:40:35 -0000 1.30
+++ openpkg-src/openssl/openssl.patch 17 Oct 2007 06:58:06 -0000 1.31
@@ -1,6 +1,20 @@
+Index: Configure
+--- Configure.orig 2007-10-17 08:55:51 +0200
++++ Configure 2007-10-17 08:56:05 +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",
+-"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)::",
++"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",
Index: config
---- config.orig 2005-09-20 14:16:30 +0200
-+++ config 2006-04-07 19:17:06 +0200
+--- config.orig 2007-08-01 13:21:35 +0200
++++ config 2007-10-17 08:55:51 +0200
@@ -469,6 +469,7 @@
if [ "${SYSTEM}" = "AIX" ]; then # favor vendor cc over gcc
@@ -9,7 +23,7 @@
fi
CCVER=${CCVER:-0}
-@@ -640,7 +641,7 @@
+@@ -644,7 +645,7 @@
sun4*-*-solaris2) OUT="solaris-sparcv7-$CC" ;;
*86*-*-solaris2)
ISA64=`(isalist) 2>/dev/null | grep amd64`
@@ -19,8 +33,8 @@
else
OUT="solaris-x86-$CC"
Index: crypto/rand/rand_lib.c
---- crypto/rand/rand_lib.c 30 Jan 2003 17:39:23 -0000 1.16
-+++ crypto/rand/rand_lib.c 2 Mar 2007 17:54:31 -0000 1.16.2.1
+--- 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
@@ -154,6 +154,7 @@
int RAND_bytes(unsigned char *buf, int num)
{
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openssl/openssl.spec
============================================================================
$ cvs diff -u -r1.92 -r1.93 openssl.spec
--- openpkg-src/openssl/openssl.spec 11 Oct 2007 20:40:35 -0000 1.92
+++ openpkg-src/openssl/openssl.spec 17 Oct 2007 06:58:07 -0000 1.93
@@ -33,7 +33,7 @@
Group: SSL
License: BSD-style
Version: 0.9.8f
-Release: 20071011
+Release: 20071017
# package options
%option with_zlib no
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]