summaryrefslogtreecommitdiffstats
path: root/package/php
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2011-01-07 15:59:04 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2011-01-17 20:50:17 +0100
commitb3395489fee554ee2d08269d1d72e1357d7c4c13 (patch)
tree4c0ad14920fd6279a534ca41497664f21e18f0b9 /package/php
parentf6cc067d961cfd7c326bccabedca8d46ea807d5d (diff)
downloadbuildroot-novena-b3395489fee554ee2d08269d1d72e1357d7c4c13.tar.gz
buildroot-novena-b3395489fee554ee2d08269d1d72e1357d7c4c13.zip
php: security bump to 5.2.17
PHP bug #53632 and CVE-2010-4645, where conversions from string to double might cause the PHP interpreter to hang on systems using x87 FPU registers. 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.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/php/php.mk b/package/php/php.mk
index aa99d233b..ad0ae43c1 100644
--- a/package/php/php.mk
+++ b/package/php/php.mk
@@ -4,14 +4,13 @@
#
#############################################################
-PHP_VERSION = 5.2.16
+PHP_VERSION = 5.2.17
PHP_SOURCE = php-$(PHP_VERSION).tar.bz2
PHP_SITE = http://www.php.net/distributions
PHP_INSTALL_STAGING = YES
PHP_INSTALL_STAGING_OPT = INSTALL_ROOT=$(STAGING_DIR) install
PHP_INSTALL_TARGET_OPT = INSTALL_ROOT=$(TARGET_DIR) install
PHP_LIBTOOL_PATCH = NO
-PHP_DEPENDENCIES =
PHP_CONF_OPT = --mandir=/usr/share/man \
--infodir=/usr/share/info \
--disable-all \