php: security bump to version 5.6.17
Bug #70976 (Memory Read via gdImageRotateInterpolated Array Index Out of Bounds). Bug #70755 (fpm_log.c memory leak and buffer overflow). Bug #70661 (Use After Free Vulnerability in WDDX Packet Deserialization). Bug #70741 (Session WDDX Packet Deserialization Type Confusion Vulnerability). Bug #70728 (Type Confusion Vulnerability in PHP_to_XMLRPC_worker()). No CVEs assigned yet. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
5c73fa07f7
commit
2f52641294
@ -1,2 +1,2 @@
|
||||
# From http://php.net/downloads.php
|
||||
sha256 8ef43271d9bd8cc8f8d407d3ba569de9fa14a28985ae97c76085bb50d597de98 php-5.6.16.tar.xz
|
||||
sha256 ea9d5749380c7c7171e131616466deacd7cb124b5010eafc34e551b0a7b0fb2c php-5.6.17.tar.xz
|
||||
|
@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
PHP_VERSION_MAJOR = 5.6
|
||||
PHP_VERSION = $(PHP_VERSION_MAJOR).16
|
||||
PHP_VERSION = $(PHP_VERSION_MAJOR).17
|
||||
PHP_SITE = http://www.php.net/distributions
|
||||
PHP_SOURCE = php-$(PHP_VERSION).tar.xz
|
||||
PHP_INSTALL_STAGING = YES
|
||||
|
Loading…
Reference in New Issue
Block a user