OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 10-Apr-2007 14:08:39 Branch: HEAD Handle: 2007041013083000 Modified files: openpkg-src/apache apache.spec Log: allow one to use the newer mod_auth_digest instead of the ancient mod_digest for Digest authentication Summary: Revision Changes Path 1.392 +6 -1 openpkg-src/apache/apache.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/apache/apache.spec ============================================================================ $ cvs diff -u -r1.391 -r1.392 apache.spec --- openpkg-src/apache/apache.spec 2 Apr 2007 15:07:30 -0000 1.391 +++ openpkg-src/apache/apache.spec 10 Apr 2007 12:08:30 -0000 1.392 @@ -68,7 +68,7 @@ Group: Web License: ASF Version: %{V_apache} -Release: 20070402 +Release: 20070410 # package options (suexec related) %option with_suexec yes @@ -93,6 +93,7 @@ # package options (additionally used Apache modules; you have to know what you do) %option with_mod_access_referer no +%option with_mod_auth_digest no %option with_mod_auth_kerb no %option with_mod_auth_ldap no %option with_mod_auth_mysql no @@ -1308,6 +1309,10 @@ %if "%{with_mod_auth_kerb}" == "yes" --activate-module=src/modules/mod_auth_kerb/libmod_auth_kerb.a \ %endif +%if "%{with_mod_auth_digest}" == "yes" + --disable-module=digest \ + --enable-module=auth_digest \ +%endif --enable-module=so %{l_make} %{l_mflags -O} build-quiet ) || exit $? @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org