OpenPKG CVS Repository
http://www.openpkg.org/cvsweb/cvsweb.cgi
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 30-Jul-2002 13:23:17
Branch: OPENPKG_1_0_SOLID Handle: 2002073012231700
Modified files: (Branch: OPENPKG_1_0_SOLID)
openpkg-src/openssl openssl.spec
Log:
fix security bug with official patch for 0.9.6b
Summary:
Revision Changes Path
1.12.2.3 +3 -1 openpkg-src/openssl/openssl.spec
____________________________________________________________________________
Index: openpkg-src/openssl/openssl.spec
============================================================
$ cvs diff -u -r1.12.2.2 -r1.12.2.3 openssl.spec
--- openpkg-src/openssl/openssl.spec 5 Dec 2001 09:39:23 -0000 1.12.2.2
+++ openpkg-src/openssl/openssl.spec 30 Jul 2002 11:23:17 -0000 1.12.2.3
@@ -33,10 +33,11 @@
Group: Cryptography
License: BSD-style
Version: 0.9.6b
-Release: 1.0.0
+Release: 1.0.1
# list of sources
Source0: ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz
+Patch0: ftp://ftp.openssl.org/source/%{name}-%{version}-security.patch
# build information
Prefix: %{l_prefix}
@@ -57,6 +58,7 @@
%prep
%setup -q
+ %patch -p0
%build
PATH="%{l_prefix}/bin:$PATH"; export PATH
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]