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:   11-Apr-2007 08:40:25
  Branch: HEAD                             Handle: 2007041107402400

  Modified files:
    openpkg-src/apache-php4 apache-php4.spec

  Log:
    apply mod_auth_digest support also here

  Summary:
    Revision    Changes     Path
    1.16        +6  -1      openpkg-src/apache-php4/apache-php4.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/apache-php4/apache-php4.spec
  ============================================================================
  $ cvs diff -u -r1.15 -r1.16 apache-php4.spec
  --- openpkg-src/apache-php4/apache-php4.spec  2 Apr 2007 15:08:32 -0000       
1.15
  +++ openpkg-src/apache-php4/apache-php4.spec  11 Apr 2007 06:40:24 -0000      
1.16
  @@ -68,7 +68,7 @@
   Group:        Web
   License:      ASF
   Version:      %{V_apache}
  -Release:      20070402
  +Release:      20070411
   
   #   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
  @@ -1314,6 +1315,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

Reply via email to