summaryrefslogtreecommitdiffstats
path: root/package/php
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2009-10-09 10:31:31 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2009-10-09 15:38:41 +0200
commit829d4ff63cae158d5a454458a3f35204628e5051 (patch)
treeeeb16cfd543c353afc3dacaf8f1b2f02b04a53a7 /package/php
parent28eefec5bd12072a68035e9f900fe75a3644e946 (diff)
downloadbuildroot-novena-829d4ff63cae158d5a454458a3f35204628e5051.tar.gz
buildroot-novena-829d4ff63cae158d5a454458a3f35204628e5051.zip
Update php package to 5.2.11
Security Enhancements and Fixes in PHP 5.2.11: * Fixed certificate validation inside php_openssl_apply_verification_policy * Fixed sanity check for the color index in imagecolortransparent() * Added missing sanity checks around exif processing * Fixed bug #44683 (popen crashes when an invalid mode is passed) Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/php')
-rw-r--r--package/php/php.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/php/php.mk b/package/php/php.mk
index 1f4c7d129..2668774d3 100644
--- a/package/php/php.mk
+++ b/package/php/php.mk
@@ -4,7 +4,7 @@
#
#############################################################
-PHP_VERSION = 5.2.10
+PHP_VERSION = 5.2.11
PHP_SOURCE = php-$(PHP_VERSION).tar.bz2
PHP_SITE = http://www.php.net/distributions
PHP_INSTALL_STAGING = YES