summaryrefslogtreecommitdiffstats
path: root/main/php/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/php/APKBUILD')
-rw-r--r--main/php/APKBUILD15
1 files changed, 6 insertions, 9 deletions
diff --git a/main/php/APKBUILD b/main/php/APKBUILD
index d8a0bbe8e..48298a9a4 100644
--- a/main/php/APKBUILD
+++ b/main/php/APKBUILD
@@ -1,9 +1,9 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Matt Smith <mcs@darkregion.net>
pkgname=php
-pkgver=5.3.8
-_suhosinver=5.3.7-0.9.10
-pkgrel=2
+pkgver=5.3.9
+_suhosinver=$pkgver-0.9.10
+pkgrel=0
pkgdesc="The PHP language runtime engine"
url="http://www.php.net/"
arch="all"
@@ -71,11 +71,9 @@ subpackages="$pkgname-dev $pkgname-doc $pkgname-common $pkgname-cgi
$pkgname-pdo_dblib
"
-# http://download.suhosin.org/suhosin-patch-${_suhosinver}.patch.gz
source="http://www.php.net/distributions/${pkgname}-${pkgver}.tar.bz2
- max_input_vars.patch
+ http://download.suhosin.org/suhosin-patch-${_suhosinver}.patch.gz
php-install-pear-xml.patch
- suhosin-patch-${_suhosinver}.patch
php-fpm.initd
php5-module.conf
"
@@ -443,9 +441,8 @@ zlib() { _mv_ext zlib; }
mssql() { _mv_ext mssql; }
pdo_dblib() { _mv_ext pdo_dblib "php-pdo freetds"; }
-md5sums="704cd414a0565d905e1074ffdc1fadfb php-5.3.8.tar.bz2
-031c6fdcfbd45366fea32b697893d511 max_input_vars.patch
+md5sums="dd3288ed5c08cd61ac5bf619cb357521 php-5.3.9.tar.bz2
+c099b3d7eac95018ababd41ded7f3066 suhosin-patch-5.3.9-0.9.10.patch.gz
5111e3be06d391f8772587c675240fab php-install-pear-xml.patch
-8bd8840465d6bcd8e1e5d2cec80a1bfc suhosin-patch-5.3.7-0.9.10.patch
8f2bb2b744a2de50025842cb51fb6a3a php-fpm.initd
67719f428f44ec004da18705cbabe2ee php5-module.conf"