[arch-commits] Commit in php/trunk (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Thu Mar 5 22:08:51 UTC 2009


    Date: Thursday, March 5, 2009 @ 17:08:51
  Author: pierre
Revision: 29156

upgpkg: php 5.2.9-2

Modified:
  php/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-03-05 21:19:54 UTC (rev 29155)
+++ PKGBUILD	2009-03-05 22:08:51 UTC (rev 29156)
@@ -3,8 +3,8 @@
 
 pkgname=php
 pkgver=5.2.9
-pkgrel=1
-_suhosinver=5.2.8-0.9.6.3
+pkgrel=2
+_suhosinver=${pkgver}-0.9.7
 pkgdesc='A high-level scripting language'
 arch=('i686' 'x86_64')
 license=('PHP')
@@ -41,7 +41,7 @@
         "http://download.suhosin.org/suhosin-patch-${_suhosinver}.patch.gz" \
         'php.ini' 'apache.conf' 'db-configure.patch')
 md5sums=('280d6cda7f72a4fc6de42fda21ac2db7'
-         'd455c3dd5b652046dbac2951a58f64fa'
+         'f80dbcd2773a98da1dab0c73c3654895'
          '1b8156a6208e2b96a65fff1e67dd4a43'
          '96ca078be6729b665be8a865535a97bf'
          '74e5ce5a02488ec91b1c59f539e42936')
@@ -135,7 +135,6 @@
 	patch -p0 -i ${srcdir}/db-configure.patch || return 1
 
 	# apply suhosin patch
-	sed -e 's/1997-2008/1997-2009/' -i ${srcdir}/suhosin-patch-${_suhosinver}.patch
 	patch -p1 -i ${srcdir}/suhosin-patch-${_suhosinver}.patch || return 1
 
 	# cli




More information about the arch-commits mailing list