diff options
author | taca <taca> | 2012-09-15 00:08:10 +0000 |
---|---|---|
committer | taca <taca> | 2012-09-15 00:08:10 +0000 |
commit | c6feab57fb67923ebf05e846b03f712771b84bee (patch) | |
tree | 90e8c82f2f121a556af104cd157a76b98360d9c4 /lang | |
parent | 3e70b0d5c806859b0e0e5df128f2d249926d000d (diff) | |
download | pkgsrc-c6feab57fb67923ebf05e846b03f712771b84bee.tar.gz |
Re-enable suhosin PKG_OPTION.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php53/Makefile.php | 4 | ||||
-rw-r--r-- | lang/php53/distinfo | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/lang/php53/Makefile.php b/lang/php53/Makefile.php index 1a387e35eaa..35225a15732 100644 --- a/lang/php53/Makefile.php +++ b/lang/php53/Makefile.php @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.php,v 1.22 2012/08/17 15:32:31 taca Exp $ +# $NetBSD: Makefile.php,v 1.23 2012/09/15 00:08:10 taca Exp $ # used by lang/php53/Makefile # used by www/ap-php/Makefile @@ -58,7 +58,7 @@ PKG_SUGGESTED_OPTIONS+= inet6 ssl .if !empty(PKG_OPTIONS:Msuhosin) SUHOSIN_PHPVER= 5.3.9 -. if ${SUHOSIN_PHPVER} != ${PHP_BASE_VERS} && ${PHP_BASE_VERS} != 5.3.16 +. if ${SUHOSIN_PHPVER} != ${PHP_BASE_VERS} && ${PHP_BASE_VERS} != 5.3.17 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 a7443fb23fb..74704c530ff 100644 --- a/lang/php53/distinfo +++ b/lang/php53/distinfo @@ -1,8 +1,11 @@ -$NetBSD: distinfo,v 1.50 2012/09/14 15:52:08 taca Exp $ +$NetBSD: distinfo,v 1.51 2012/09/15 00:08:10 taca Exp $ SHA1 (php-5.3.17.tar.bz2) = d6f0192d2c1dae2921923762bde5ae356ceda5b5 RMD160 (php-5.3.17.tar.bz2) = 40d0eee40b7c5218985ac490f2efa21d67f1279d Size (php-5.3.17.tar.bz2) = 11326372 bytes +SHA1 (suhosin-patch-5.3.9-0.9.10.patch.gz) = 7b9ef5c3e0831154df0d6290aba0989ca90138ed +RMD160 (suhosin-patch-5.3.9-0.9.10.patch.gz) = ce43921fd9b183b154713ecda98294f6c68d5f22 +Size (suhosin-patch-5.3.9-0.9.10.patch.gz) = 40967 bytes SHA1 (patch-aa) = b0dc6cd0b2103d5858280202506b33322a98496e SHA1 (patch-ab) = d08bb50cf074a6065ef0d1d67a713b7573cb2f5b SHA1 (patch-ac) = 1720f154232241c19d0c6e08a824e33252f1b690 |