OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Kolab Konsortium via Gunnar
Wro$
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 21-Nov-2007 10:50:25
Branch: HEAD Handle: 2007112109502500
Modified files:
openpkg-src/apache apache.spec
Log:
Added with_mod_authn_alias option which is needed for the splitted
mail/uid access on Kolab servers.
Summary:
Revision Changes Path
1.428 +5 -1 openpkg-src/apache/apache.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.427 -r1.428 apache.spec
--- openpkg-src/apache/apache.spec 10 Sep 2007 18:20:04 -0000 1.427
+++ openpkg-src/apache/apache.spec 21 Nov 2007 09:50:25 -0000 1.428
@@ -33,7 +33,7 @@
Group: Web
License: ASF
Version: 2.2.6
-Release: 20070910
+Release: 20071121
# package options
%option with_mpm_prefork yes
@@ -51,6 +51,7 @@
%option with_mod_diskcache no
%option with_mod_memcache no
%option with_mod_filecache no
+%option with_mod_authn_alias no
# fixing implicit inter-module dependencies and correlations
%if "%{with_mpm_prefork}" == "yes"
@@ -213,6 +214,9 @@
%if "%{with_mod_filecache}" == "yes"
--enable-file-cache \
%endif
+%if "%{with_mod_authn_alias}" == "yes"
+ --enable-authn-alias
+%endif
--enable-expires \
--enable-so \
--enable-speling \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]