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: 05-May-2006 09:16:37
Branch: HEAD Handle: 2006050508163600
Modified files:
openpkg-src/openssl openssl.patch openssl.spec
Log:
upgrading package: openssl 0.9.8a -> 0.9.8b
Summary:
Revision Changes Path
1.23 +13 -4 openpkg-src/openssl/openssl.patch
1.73 +2 -2 openpkg-src/openssl/openssl.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openssl/openssl.patch
============================================================================
$ cvs diff -u -r1.22 -r1.23 openssl.patch
--- openpkg-src/openssl/openssl.patch 11 Oct 2005 12:11:41 -0000 1.22
+++ openpkg-src/openssl/openssl.patch 5 May 2006 07:16:36 -0000 1.23
@@ -1,7 +1,7 @@
Index: config
---- config.orig 2005-06-26 20:10:20 +0200
-+++ config 2005-07-06 08:53:56 +0200
-@@ -471,6 +471,7 @@
+--- config.orig 2005-09-20 14:16:30 +0200
++++ config 2006-04-07 19:17:06 +0200
+@@ -469,6 +469,7 @@
if [ "${SYSTEM}" = "AIX" ]; then # favor vendor cc over gcc
(cc) 2>&1 | grep -iv "not found" > /dev/null && CC=cc
@@ -9,9 +9,18 @@
fi
CCVER=${CCVER:-0}
+@@ -640,7 +641,7 @@
+ sun4*-*-solaris2) OUT="solaris-sparcv7-$CC" ;;
+ *86*-*-solaris2)
+ ISA64=`(isalist) 2>/dev/null | grep amd64`
+- if [ "$ISA64" != "" ]; then
++ if [ "$ISA64" != "" -a "$CC" = "gcc" -a "$GCC_ARCH" = "-m64" ]; then
+ OUT="solaris64-x86_64-$CC"
+ else
+ OUT="solaris-x86-$CC"
Index: doc/crypto/des_modes.pod
--- doc/crypto/des_modes.pod.orig 2004-11-25 18:47:30 +0100
-+++ doc/crypto/des_modes.pod 2005-07-06 08:54:01 +0200
++++ doc/crypto/des_modes.pod 2006-04-07 19:15:27 +0200
@@ -4,7 +4,7 @@
=head1 NAME
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openssl/openssl.spec
============================================================================
$ cvs diff -u -r1.72 -r1.73 openssl.spec
--- openpkg-src/openssl/openssl.spec 22 Feb 2006 11:46:07 -0000 1.72
+++ openpkg-src/openssl/openssl.spec 5 May 2006 07:16:36 -0000 1.73
@@ -32,8 +32,8 @@
Class: CORE
Group: Cryptography
License: BSD-style
-Version: 0.9.8a
-Release: 20060222
+Version: 0.9.8b
+Release: 20060505
# package options
%option with_zlib no
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]