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: 08-Feb-2005 19:47:38
Branch: HEAD Handle: 2005020818473800
Modified files:
openpkg-src/apache2 apache2.spec
Log:
upgrading package: apache2 2.0.52 -> 2.0.53
Summary:
Revision Changes Path
1.54 +11 -2 openpkg-src/apache2/apache2.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache2/apache2.spec
============================================================================
$ cvs diff -u -r1.53 -r1.54 apache2.spec
--- openpkg-src/apache2/apache2.spec 1 Jan 2005 10:47:47 -0000 1.53
+++ openpkg-src/apache2/apache2.spec 8 Feb 2005 18:47:38 -0000 1.54
@@ -33,8 +33,8 @@
Class: PLUS
Group: Web
License: ASF
-Version: 2.0.52
-Release: 20040928
+Version: 2.0.53
+Release: 20050208
# package options (suexec related)
%option with_suexec yes
@@ -47,6 +47,8 @@
%option with_mod_dav no
%option with_mod_ldap no
%option with_mod_proxy no
+%option with_mod_filecache no
+%option with_shared_core no
# list of sources
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
@@ -151,6 +153,13 @@
--enable-proxy-http \
--enable-proxy-ftp \
%endif
+%if "%{with_mod_filecache}" == "yes"
+ --enable-file-cache \
+%endif
+%if "%{with_shared_core}" == "yes"
+ --enable-so \
+%endif
+ --enable-speling \
--enable-rewrite \
--enable-headers \
--enable-info \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]