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:   07-Sep-2005 18:53:02
  Branch: HEAD                             Handle: 2005090717530100

  Modified files:
    openpkg-src/apache      apache.spec

  Log:
    allow suPHP to be further adjusted under build-time

  Summary:
    Revision    Changes     Path
    1.304       +8  -1      openpkg-src/apache/apache.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/apache/apache.spec
  ============================================================================
  $ cvs diff -u -r1.303 -r1.304 apache.spec
  --- openpkg-src/apache/apache.spec    7 Sep 2005 11:42:53 -0000       1.303
  +++ openpkg-src/apache/apache.spec    7 Sep 2005 16:53:01 -0000       1.304
  @@ -76,6 +76,8 @@
   %option       with_suphp                no
   %option       with_suphp_caller         %{l_nusr}
   %option       with_suphp_phpcgi         %{l_prefix}/cgi/php
  +%option       with_suphp_ugid_mode      paranoid
  +%option       with_suphp_ugid_check     yes
   
   #   package options (additionally used Apache modules; can be enabled 
without thinking)
   %option       with_mod_ssl              no
  @@ -1005,7 +1007,12 @@
             --with-apxs="" \
             --with-apache-user=%{with_suphp_caller} \
             --with-php=%{with_suphp_phpcgi} \
  -          --with-logfile=%{l_prefix}/var/apache/log/suphp.log
  +          --with-logfile=%{l_prefix}/var/apache/log/suphp.log \
  +%if "%{with_suphp_ugid_check}" == "no"
  +          --disable-checkuid \
  +          --disable-checkgid \
  +%endif
  +          --with-setid-mode=%{with_suphp_ugid_mode}
         %{l_make} %{l_mflags -O}
       ) || exit $?
   %endif
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to