php: security bump to version 5.6.11
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Fri, 10 Jul 2015 11:22:04 +0000 (08:22 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 10 Jul 2015 23:00:26 +0000 (01:00 +0200)
Fixes:
CVE-2015-3152 - mysqlnd is vulnerable to BACKRONYM

And other security bugs with no CVE assigned yet:
Bug #69972 - Use-after-free vulnerability in
sqlite3SafetyCheckSickOrOk()
Bug # 69970 - Use-after-free vulnerability in
spl_recursive_it_move_forward_ex()

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/php/php.hash
package/php/php.mk

index 4abf45e43c2f6e8ca9d58793f49ef91c7e2ca0b2..ea12138f009495252f66392b9c1a79059283c949 100644 (file)
@@ -1,2 +1,2 @@
 # From http://php.net/downloads.php
-sha256 1af720c955b0a57aa47606e928616e84c78868aff2a5f269c70601a77d6da8c1        php-5.6.10.tar.xz
+sha256 3f97dbb1c646b90e1ef638defabe429ef036f903b5baa1c34769d3de4fe62bd4        php-5.6.11.tar.xz
index afac95080d9888f9270b86ee1e4802bd6aebc93c..53aaecf06dc0d6772b31547916d0040290eb662d 100644 (file)
@@ -5,7 +5,7 @@
 ################################################################################
 
 PHP_VERSION_MAJOR = 5.6
-PHP_VERSION = $(PHP_VERSION_MAJOR).10
+PHP_VERSION = $(PHP_VERSION_MAJOR).11
 PHP_SITE = http://www.php.net/distributions
 PHP_SOURCE = php-$(PHP_VERSION).tar.xz
 PHP_INSTALL_STAGING = YES