OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 29-Jun-2004 09:53:55
Branch: HEAD Handle: -NONE-
Modified files:
openpkg-src/apache2 apache2.spec
Log:
apply security fix (http://www.guninski.com/httpd1.html;
CAN-2004-0493)
Summary:
Revision Changes Path
1.45 +3 -2 openpkg-src/apache2/apache2.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache2/apache2.spec
============================================================================
$ cvs diff -u -r1.44 -r1.45 apache2.spec
--- openpkg-src/apache2/apache2.spec 8 Jun 2004 13:20:27 -0000 1.44
+++ openpkg-src/apache2/apache2.spec 29 Jun 2004 07:53:55 -0000 1.45
@@ -34,12 +34,13 @@
Group: Web
License: ASF
Version: 2.0.49
-Release: 20040608
+Release: 20040629
# list of sources
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
Source1: rc.apache2
Patch0: apache2.patch
+Patch1:
http://archive.apache.org/dist/httpd/patches/apply_to_%{version}/CAN-2004-0493.patch
# build information
Prefix: %{l_prefix}
@@ -70,7 +71,7 @@
%prep
%setup -q -n httpd-%{version}
- %patch -p0
+ %patch -p0 -P 0 1
%{l_shtool} subst \
-e 's;^\(PROGRAM_LDADD.*\)$;\1 -liconv;' \
Makefile.in support/Makefile.in
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]