diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-11-09 10:58:41 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-11-09 10:58:41 +0000 |
commit | 7acfa5d245547065dc96ef16b29f9d5729e17710 (patch) | |
tree | 5db9f0c59f5e06634b897d4a3e282e0a3b888476 /testing | |
parent | d793607f978fc5d916fe480986ad9b48d48aa88f (diff) | |
download | aports-7acfa5d245547065dc96ef16b29f9d5729e17710.tar.bz2 aports-7acfa5d245547065dc96ef16b29f9d5729e17710.tar.xz |
testing/php: update suhosin patch
* rebuild against dynamic c-client (imap) lib
fixes 202
Diffstat (limited to 'testing')
-rw-r--r-- | testing/php/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/php/APKBUILD b/testing/php/APKBUILD index 6d9724953..b2169fbac 100644 --- a/testing/php/APKBUILD +++ b/testing/php/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=php pkgver=5.3.0 -_suhosinver=${pkgver}-0.9.8-BETA-1 -pkgrel=2 +_suhosinver=${pkgver}-0.9.8 +pkgrel=3 pkgdesc="The PHP language runtime engine" url="http://www.php.net/" license="PHP-3" @@ -230,5 +230,5 @@ dev() { } md5sums="846760cd655c98dfd86d6d97c3d964b0 php-5.3.0.tar.bz2 -62dc36545b86bf86e44ada1fccc17d0a suhosin-patch-5.3.0-0.9.8-BETA-1.patch.gz +a23a3d54e177ac0ad30f78d928ba8177 suhosin-patch-5.3.0-0.9.8.patch.gz 1c1a50aae7207b12d27bdecd8967e7ce gd-info-segfault.patch" |