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: 06-May-2005 22:32:47
Branch: HEAD Handle: 2005050621324700
Modified files:
openpkg-src/openssl openssl.patch openssl.spec
Log:
apply a fix from OpenSSL 0.9.8's CVS versions to get the 'csp' package
working: multiple variables on the same configuration line were
incorrectly expanded
Summary:
Revision Changes Path
1.20 +12 -0 openpkg-src/openssl/openssl.patch
1.64 +1 -1 openpkg-src/openssl/openssl.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openssl/openssl.patch
============================================================================
$ cvs diff -u -r1.19 -r1.20 openssl.patch
--- openpkg-src/openssl/openssl.patch 22 Mar 2005 20:29:16 -0000 1.19
+++ openpkg-src/openssl/openssl.patch 6 May 2005 20:32:47 -0000 1.20
@@ -81,3 +81,15 @@
=head1 DESCRIPTION
+Index: crypto/conf/conf_def.c
+--- crypto/conf/conf_def.c 6 May 2004 09:31:31 -0000 1.12.2.6
++++ crypto/conf/conf_def.c 6 May 2005 20:27:50 -0000
+@@ -629,7 +629,7 @@
+
CONFerr(CONF_F_STR_COPY,CONF_R_VARIABLE_HAS_NO_VALUE);
+ goto err;
+ }
+- BUF_MEM_grow_clean(buf,(strlen(p)+len-(e-from)));
++
BUF_MEM_grow_clean(buf,(strlen(p)+buf->length-(e-from)));
+ while (*p)
+ buf->data[to++]= *(p++);
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openssl/openssl.spec
============================================================================
$ cvs diff -u -r1.63 -r1.64 openssl.spec
--- openpkg-src/openssl/openssl.spec 11 Apr 2005 18:05:21 -0000 1.63
+++ openpkg-src/openssl/openssl.spec 6 May 2005 20:32:47 -0000 1.64
@@ -33,7 +33,7 @@
Group: Cryptography
License: BSD-style
Version: 0.9.7g
-Release: 20050411
+Release: 20050506
# package options
%option with_zlib no
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]