diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-04-02 21:52:21 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-04-02 21:52:21 +0200 |
commit | d3805a4421b00411eb1ad05b447323c3b49e9fc3 (patch) | |
tree | 1b986e97768aee6d87c8cbea94ea5e22220d6dd8 /main/php | |
parent | 817700505778d2191504e2ed607bc2db8d595460 (diff) | |
download | aports-d3805a4421b00411eb1ad05b447323c3b49e9fc3.tar.bz2 aports-d3805a4421b00411eb1ad05b447323c3b49e9fc3.tar.xz |
main/php: upgrade to 5.3.23
Diffstat (limited to 'main/php')
-rw-r--r-- | main/php/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/php/APKBUILD b/main/php/APKBUILD index d9a5e1b49d..0e3d8c80a3 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.21 +pkgver=5.3.23 _suhosinver=5.3.9-0.9.10 -pkgrel=2 +pkgrel=0 pkgdesc="The PHP language runtime engine" url="http://www.php.net/" arch="all" @@ -437,7 +437,7 @@ mssql() { _mv_ext mssql; } pdo_dblib() { _mv_ext pdo_dblib "php-pdo freetds"; } wddx() { _mv_ext wddx; } -md5sums="1b214fc19bb5f5c0902ba27c74d5f4a2 php-5.3.21.tar.bz2 +md5sums="ab7bd1dd3bbc8364cb9fcaa2d79fb502 php-5.3.23.tar.bz2 c099b3d7eac95018ababd41ded7f3066 suhosin-patch-5.3.9-0.9.10.patch.gz 5111e3be06d391f8772587c675240fab php-install-pear-xml.patch 9ab162ff3428511a68aa9801c746e0d5 php-fpm.initd |