diff mbox

php: security bump to version 5.6.22

Message ID 1464295281-20211-1-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit 47aa250650ae6d9b1a80c66e6b5536f5fa606432
Headers show

Commit Message

Gustavo Zacarias May 26, 2016, 8:41 p.m. UTC
Fixes:
Core: Integer Overflow in php_html_entities
Core: Integer underflow / arbitrary null write in fread/gzread
GD: imagescale out-of-bounds read
Intl: get_icu_value_internal out-of-bounds read

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/php/php.hash | 2 +-
 package/php/php.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Peter Korsgaard May 26, 2016, 9:25 p.m. UTC | #1
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Fixes:
 > Core: Integer Overflow in php_html_entities
 > Core: Integer underflow / arbitrary null write in fread/gzread
 > GD: imagescale out-of-bounds read
 > Intl: get_icu_value_internal out-of-bounds read

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.
diff mbox

Patch

diff --git a/package/php/php.hash b/package/php/php.hash
index 4feb3ca..f97baea 100644
--- a/package/php/php.hash
+++ b/package/php/php.hash
@@ -1,2 +1,2 @@ 
 # From http://php.net/downloads.php
-sha256	566ff1a486cb0485ed477a91ea292423f77a58671270ff73b74e67e3ce7084f9	php-5.6.21.tar.xz
+sha256	c96980d7de1d66c821a4ee5809df0076f925b2fe0b8c362d234d92f2f0a178e2	php-5.6.22.tar.xz
diff --git a/package/php/php.mk b/package/php/php.mk
index d58c4fd..90633ef 100644
--- a/package/php/php.mk
+++ b/package/php/php.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-PHP_VERSION = 5.6.21
+PHP_VERSION = 5.6.22
 PHP_SITE = http://www.php.net/distributions
 PHP_SOURCE = php-$(PHP_VERSION).tar.xz
 PHP_INSTALL_STAGING = YES