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

Pierre Schmitz pierre at archlinux.org
Sat Aug 15 22:33:31 UTC 2009


    Date: Saturday, August 15, 2009 @ 18:33:31
  Author: pierre
Revision: 49795

upstream updates; fixes segfault with PHP 5.3

Modified:
  php-suhosin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-08-15 21:01:57 UTC (rev 49794)
+++ PKGBUILD	2009-08-15 22:33:31 UTC (rev 49795)
@@ -2,10 +2,10 @@
 # Maintainer: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=php-suhosin
-pkgver=0.9.28
+pkgver=0.9.29
 pkgrel=1
 arch=('i686' 'x86_64')
-pkgdesc='Suhosin is an advanced protection system for PHP installations.'
+pkgdesc='An advanced protection system for PHP installations'
 url='http://www.hardened-php.net/suhosin/'
 license='PHP'
 source=("http://download.suhosin.org/suhosin-${pkgver}.tgz")
@@ -13,7 +13,7 @@
 conflicts=('php-suhosin-extension')
 replaces=('php-suhosin-extension')
 backup=('etc/php/conf.d/suhosin.ini')
-md5sums=('e33c74fe910a2812e542417176f34b6d')
+md5sums=('e3c599e7e344e981f935b2dab90592c1')
 
 build() {
 	cd ${srcdir}/suhosin-${pkgver}




More information about the arch-commits mailing list