diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-11-09 09:38:49 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-11-09 09:38:49 +0000 |
commit | ca0a19c162c26c2c5bc9f8bd5cad6d2606858f74 (patch) | |
tree | 9b4e475d2c4094f1c6864b38496fece1c235bb2a /main | |
parent | 1de0884b00ee386c313845cddc0163d6685c8cc2 (diff) | |
download | aports-ca0a19c162c26c2c5bc9f8bd5cad6d2606858f74.tar.bz2 aports-ca0a19c162c26c2c5bc9f8bd5cad6d2606858f74.tar.xz |
main/php: upgrade to 5.2.11
rebuild against fixed imap c-client lib.
fixes #202
Diffstat (limited to 'main')
-rw-r--r-- | main/php/APKBUILD | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/main/php/APKBUILD b/main/php/APKBUILD index a43bd2eb3d..01cbab1aeb 100644 --- a/main/php/APKBUILD +++ b/main/php/APKBUILD @@ -1,9 +1,9 @@ # Contributor: Carlo Landmeter <clandmeter at gmail> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=php -pkgver=5.2.10 +pkgver=5.2.11 _suhosinver=${pkgver}-0.9.7 -pkgrel=4 +pkgrel=0 pkgdesc="The PHP language runtime engine" url="http://www.php.net/" license="PHP-3" @@ -61,7 +61,6 @@ subpackages="$pkgname-dev $pkgname-doc source="http://www.php.net/distributions/${pkgname}-${pkgver}.tar.bz2 http://download.suhosin.org/suhosin-patch-${_suhosinver}.patch.gz - curl-flush.patch " build() { @@ -71,9 +70,6 @@ build() { gunzip -c ${srcdir}/suhosin-patch-${_suhosinver}.patch.gz \ | patch -p1 || return 1 - # fix curl regression; should be fixed upstream with PHP >= 5.2.11 - patch -p3 -i ${srcdir}/curl-flush.patch || return 1 - phpextensions="--enable-bcmath=shared \ --enable-calendar=shared \ --enable-dba=shared \ @@ -234,6 +230,5 @@ dev() { mv "$pkgdir"/usr/bin/phpize "$subpkgdir"/usr/bin/ } -md5sums="15c7b5a87f57332d6fc683528e28247b php-5.2.10.tar.bz2 -41b475a469eef0eb0e7aa10a820f12b2 suhosin-patch-5.2.10-0.9.7.patch.gz -648c83c991a187cd0f2be435cb022947 curl-flush.patch" +md5sums="286bf34630f5643c25ebcedfec5e0a09 php-5.2.11.tar.bz2 +8f9de4d97fae6eba163cf3699509a260 suhosin-patch-5.2.11-0.9.7.patch.gz" |