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-Nov-2007 09:50:18
  Branch: HEAD                             Handle: 2007111008501700

  Modified files:
    openpkg-src/php         php.spec

  Log:
    upgrading package: php 5.2.4 -> 5.2.5

  Summary:
    Revision    Changes     Path
    1.165       +12 -7      openpkg-src/php/php.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/php/php.spec
  ============================================================================
  $ cvs diff -u -r1.164 -r1.165 php.spec
  --- openpkg-src/php/php.spec  12 Oct 2007 11:28:23 -0000      1.164
  +++ openpkg-src/php/php.spec  10 Nov 2007 08:50:17 -0000      1.165
  @@ -23,10 +23,11 @@
   ##
   
   #   package versions
  -%define       V_php                     5.2.4
  +%define       V_php                     5.2.5
   %define       V_php_suhosin_p           5.2.4-0.9.6.2
   %define       V_php_suhosin_e           0.9.20
   %define       V_php_hardened            5.1.6-0.4.15
  +%define       V_php_kolab               5.2.4
   
   #   package information
   Name:         php
  @@ -39,7 +40,7 @@
   Group:        Language
   License:      PHP
   Version:      %{V_php}
  -Release:      20071012
  +Release:      20071110
   
   #   package options
   %option       with_suhosin              no
  @@ -120,7 +121,7 @@
   Source2:      php.ini
   Patch0:       
http://www.hardened-php.net/hardening-patch-%{V_php_hardened}.patch.gz
   Patch1:       
http://www.hardened-php.net/suhosin/_media/suhosin-patch-%{V_php_suhosin_p}.patch.gz
  -Patch2:       
http://kolab.org/cgi-bin/viewcvs-kolab.cgi/*checkout*/server/patches/php/KOLAB_php_%{V_php}_Annotations.patch
  +Patch2:       
http://kolab.org/cgi-bin/viewcvs-kolab.cgi/*checkout*/server/patches/php/KOLAB_php_%{V_php_kolab}_Annotations.patch
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -285,6 +286,11 @@
           url       = http://www.hardened-php.net/suhosin/download.html
           regex     = suhosin-(\d+(\.\d+)+)\.tgz
       }
  +    prog php:kolab = {
  +        version   = %{V_php_kolab}
  +        url       = 
http://kolab.org/cgi-bin/viewcvs-kolab.cgi/*checkout*/server/patches/php/
  +        regex     = KOLAB_php_(\d+(\.\d+)+)_Annotations\.patch
  +    }
   
   %prep
       %setup -q
  @@ -401,9 +407,9 @@
           --with-db4=%{l_prefix} \
   %endif
   %if "%{with_debug}" == "yes"
  -        --with-debug=yes \
  +        --enable-debug \
   %else
  -        --with-debug=no \
  +        --disable-debug \
   %endif
   %if "%{with_zlib}" == "yes"
           --with-zlib=%{l_prefix} \
  @@ -515,8 +521,7 @@
           --enable-cli \
           --enable-cgi \
           --enable-force-cgi-redirect \
  -        --enable-discard-path \
  -        --enable-memory-limit
  +        --enable-discard-path
   
       #   build package
       %{l_make} %{l_mflags}
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to