OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 08-Jun-2007 16:10:44
Branch: HEAD Handle: 2007060815104300
Modified files:
openpkg-src/apache2 apache2.spec
Log:
configure option for LDAP based authentication was renamed
Summary:
Revision Changes Path
1.90 +2 -2 openpkg-src/apache2/apache2.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache2/apache2.spec
============================================================================
$ cvs diff -u -r1.89 -r1.90 apache2.spec
--- openpkg-src/apache2/apache2.spec 6 Jun 2007 13:05:52 -0000 1.89
+++ openpkg-src/apache2/apache2.spec 8 Jun 2007 14:10:43 -0000 1.90
@@ -33,7 +33,7 @@
Group: Web
License: ASF
Version: 2.2.4
-Release: 20070606
+Release: 20070608
# package options (generic)
%option with_mpm prefork
@@ -186,7 +186,7 @@
%endif
%if "%{with_mod_ldap}" == "yes"
--enable-ldap \
- --enable-auth-ldap \
+ --enable-authnz-ldap \
--with-ldap \
--with-ldap-include=%{l_prefix}/include/ \
--with-ldap-lib=%{l_prefix}/lib \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]