summaryrefslogtreecommitdiffstats
path: root/package/php
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2010-12-16 11:53:33 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2010-12-22 22:53:57 +0100
commit1ecf423dfb69492a3fadb3c11ae735a6c0d5e0c4 (patch)
tree0d293e8572e16f1040f2b2b1d351cefcd2b09a4c /package/php
parent4a54b10ba9b499b361deb7b2337e5d648310ced4 (diff)
downloadbuildroot-novena-1ecf423dfb69492a3fadb3c11ae735a6c0d5e0c4.tar.gz
buildroot-novena-1ecf423dfb69492a3fadb3c11ae735a6c0d5e0c4.zip
php: security bump to version 5.2.16
* Fixed extract() to do not overwrite $GLOBALS and $this when using EXTR_OVERWRITE. * Fixed crash in zip extract method (possible CWE-170). * Fixed a possible double free in imap extension. * Fixed possible flaw in open_basedir (CVE-2010-3436). * Fixed NULL pointer dereference in ZipArchive::getArchiveComment. (CVE-2010-3709). * Fixed bug #52929 (Segfault in filter_var with FILTER_VALIDATE_EMAIL with large amount of data). 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 af4fa292a..4db2b84c4 100644
--- a/package/php/php.mk
+++ b/package/php/php.mk
@@ -4,7 +4,7 @@
#
#############################################################
-PHP_VERSION = 5.2.14
+PHP_VERSION = 5.2.16
PHP_SOURCE = php-$(PHP_VERSION).tar.bz2
PHP_SITE = http://www.php.net/distributions
PHP_INSTALL_STAGING = YES