summaryrefslogtreecommitdiff
path: root/lang/php53/Makefile.php
diff options
context:
space:
mode:
authortaca <taca>2012-02-03 03:10:33 +0000
committertaca <taca>2012-02-03 03:10:33 +0000
commit98e37f367a29bba2b9ec4a91f60221538141dd33 (patch)
tree31c737f32656631cdafefea0094ea28f769957ef /lang/php53/Makefile.php
parent5488b9062b08d968198ffead3bcc55e402e5e511 (diff)
downloadpkgsrc-98e37f367a29bba2b9ec4a91f60221538141dd33.tar.gz
Update php53 package to 5.3.10. Below security fix is already included
in php-5.3.9nb2 package. 02 Feb 2012, PHP 5.3.10 - Core: . Fixed arbitrary remote code execution vulnerability reported by Stefan Esser, CVE-2012-0830. (Stas, Dmitry)
Diffstat (limited to 'lang/php53/Makefile.php')
-rw-r--r--lang/php53/Makefile.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php53/Makefile.php b/lang/php53/Makefile.php
index 7657cd9947e..90bf8e80a57 100644
--- a/lang/php53/Makefile.php
+++ b/lang/php53/Makefile.php
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.php,v 1.12 2012/01/20 03:22:08 taca Exp $
+# $NetBSD: Makefile.php,v 1.13 2012/02/03 03:10:34 taca Exp $
# used by lang/php53/Makefile
# used by www/ap-php/Makefile
@@ -61,7 +61,7 @@ PKG_SUGGESTED_OPTIONS+= inet6 ssl
.if !empty(PKG_OPTIONS:Msuhosin)
SUHOSIN_PHPVER= 5.3.9
-. if ${SUHOSIN_PHPVER} != ${PHP_BASE_VERS}
+. if ${SUHOSIN_PHPVER} != ${PHP_BASE_VERS} && ${PHP_BASE_VERS} != 5.3.10
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"