diff options
author | taca <taca> | 2013-04-12 11:56:46 +0000 |
---|---|---|
committer | taca <taca> | 2013-04-12 11:56:46 +0000 |
commit | 640ec8f5dfc5aed712a830f48dbd44682bf042d8 (patch) | |
tree | 40ce2e5adcedce8bf1506332beae102d8c527f12 /lang/php53 | |
parent | 3089b4dcda23e417d548b61e599f6d2d0efe481c (diff) | |
download | pkgsrc-640ec8f5dfc5aed712a830f48dbd44682bf042d8.tar.gz |
Re-enable suhosin PKG_OPTIONS with updated patch file (by me).
It was accidently dropped by previous update of PHP.
No PKGREVISION bump since it fixes broken status with suhosin PKG_OPTIONS.
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/Makefile.php | 6 | ||||
-rw-r--r-- | lang/php53/distinfo | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/lang/php53/Makefile.php b/lang/php53/Makefile.php index d0ee90f9cb3..a77b482cae0 100644 --- a/lang/php53/Makefile.php +++ b/lang/php53/Makefile.php @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.php,v 1.29 2013/02/22 03:06:16 taca Exp $ +# $NetBSD: Makefile.php,v 1.30 2013/04/12 11:56:46 taca Exp $ # used by lang/php53/Makefile # used by www/ap-php/Makefile @@ -57,8 +57,8 @@ PKG_SUGGESTED_OPTIONS+= inet6 ssl .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Msuhosin) -SUHOSIN_PHPVER= 5.3.21 -. if ${SUHOSIN_PHPVER} != ${PHP_BASE_VERS} && ${PHP_BASE_VERS} != 5.3.22 +SUHOSIN_PHPVER= 5.3.23 +. if ${SUHOSIN_PHPVER} != ${PHP_BASE_VERS} PKG_FAIL_REASON+= "The suhosin patch is currently not available for" PKG_FAIL_REASON+= "this version of PHP. You may have to wait until" PKG_FAIL_REASON+= "an updated patch is released or temporarily" diff --git a/lang/php53/distinfo b/lang/php53/distinfo index 0223f0c4416..e417331f8fa 100644 --- a/lang/php53/distinfo +++ b/lang/php53/distinfo @@ -1,8 +1,11 @@ -$NetBSD: distinfo,v 1.60 2013/03/16 01:58:18 taca Exp $ +$NetBSD: distinfo,v 1.61 2013/04/12 11:56:46 taca Exp $ SHA1 (php-5.3.23.tar.bz2) = fe9d84ada4747629f31051f9c689629261558056 RMD160 (php-5.3.23.tar.bz2) = a537ed70a94ebbc8c1ee12a897f2f78b98a1dee4 Size (php-5.3.23.tar.bz2) = 11410987 bytes +SHA1 (suhosin-patch-5.3.23-0.9.10.patch.bz2) = 4db2a9266013c9647d14a6e5875c3081fce263ca +RMD160 (suhosin-patch-5.3.23-0.9.10.patch.bz2) = 82f3c4f80cef7e7d44fb23bec9fa349c4cba6762 +Size (suhosin-patch-5.3.23-0.9.10.patch.bz2) = 32474 bytes SHA1 (patch-aa) = b0dc6cd0b2103d5858280202506b33322a98496e SHA1 (patch-ab) = 718248326c74ffa8a0f7df47b641fed39b838ba1 SHA1 (patch-ac) = b6eb40116f3770464120b6ea9061624609b9564e |