summaryrefslogtreecommitdiffstats
path: root/package/php
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2012-07-23 14:21:56 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-07-23 22:11:41 +0200
commit60279fb153319504093e0d04cf9fb19689c23e6f (patch)
treef8b3e398a1af60e80f925b93f25b6de14dc71142 /package/php
parent060622d6d1696f3d946557e116505f859d9b6d3f (diff)
downloadbuildroot-novena-60279fb153319504093e0d04cf9fb19689c23e6f.tar.gz
buildroot-novena-60279fb153319504093e0d04cf9fb19689c23e6f.zip
php: security bump to version 5.3.15
Fix for CVE-2012-2688 (potential overflow in _php_stream_scandir), CVE-2012-3365 (SQLite open_basedir bypass) and other misc bugfixes. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
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 31de2898b..05446597d 100644
--- a/package/php/php.mk
+++ b/package/php/php.mk
@@ -4,7 +4,7 @@
#
#############################################################
-PHP_VERSION = 5.3.14
+PHP_VERSION = 5.3.15
PHP_SOURCE = php-$(PHP_VERSION).tar.bz2
PHP_SITE = http://www.php.net/distributions
PHP_INSTALL_STAGING = YES