[Buildroot] [git commit branch/next] php: security bump to version 5.3.15

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Jul 23 20:11:41 UTC 2012


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 <gustavo at zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 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


More information about the buildroot mailing list