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-web, openpkg-src Date: 28-Jul-2002 20:41:26
Branch: HEAD Handle: 2002072819412500
Modified files:
openpkg-src/openssl openssl.spec
openpkg-web news.txt
Log:
apply security patch
Summary:
Revision Changes Path
1.23 +4 -2 openpkg-src/openssl/openssl.spec
1.1051 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-src/openssl/openssl.spec
============================================================
$ cvs diff -u -r1.22 -r1.23 openssl.spec
--- openpkg-src/openssl/openssl.spec 30 Jun 2002 08:21:56 -0000 1.22
+++ openpkg-src/openssl/openssl.spec 28 Jul 2002 18:41:25 -0000 1.23
@@ -33,11 +33,12 @@
Group: Cryptography
License: BSD-style
Version: 0.9.6d
-Release: 20020630
+Release: 20020728
# list of sources
Source0: ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz
Patch0: openssl.patch
+Patch1: ftp://ftp.openssl.org/???/openssl-0.9.6d-sec.patch
# build information
Prefix: %{l_prefix}
@@ -58,7 +59,8 @@
%prep
%setup -q
- %patch -p0
+ %patch0 -p0
+ %patch1 -p0
%build
PATH="%{l_prefix}/bin:$PATH"; export PATH
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.1050 -r1.1051 news.txt
--- openpkg-web/news.txt 27 Jul 2002 18:25:13 -0000 1.1050
+++ openpkg-web/news.txt 28 Jul 2002 18:41:25 -0000 1.1051
@@ -1,3 +1,4 @@
+28-Jul-2002: Upgraded package: P<openssl-0.9.6d-20020728>
27-Jul-2002: Upgraded package: P<fsl-0.1.9-20020727>
27-Jul-2002: Upgraded package: P<gcc-3.1.1-20020727>
27-Jul-2002: Upgraded package: P<geoip-0.2.7-20020727>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]