[Buildroot] [git commit branch/next] php: security bump to version 5.3.15
From: Thomas Petazzoni <hidden>
Date: 2012-07-23 20:11:41
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Thomas Petazzoni <hidden>
Date: 2012-07-23 20:11:41
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: http://git.buildroot.net/buildroot/commit/?id=60279fb153319504093e0d04cf9fb19689c23e6f branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/next 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 <redacted> Signed-off-by: Thomas Petazzoni <redacted> --- package/php/php.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/php/php.mk b/package/php/php.mk
index 31de289..0544659 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