mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 07:23:30 +08:00
php: security bump to version 5.5.23
Fixes: CVE-2015-0231 - Use After Free Vulnerability in unserialize() CVE-2015-2305 - heap overflow vulnerability in regcomp.c CVE-2015-2331 - ZIP Integer Overflow leads to writing past heap boundary Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
76c02c6b46
commit
2c88be8ef7
@ -1,2 +1,2 @@
|
||||
# From http://php.net/downloads.php
|
||||
md5 fb1704131d495f5b3e6ab3b087a8dbe6 php-5.5.22.tar.xz
|
||||
md5 692f9bc5649806f2053eee1e7323b7ea php-5.5.23.tar.xz
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PHP_VERSION = 5.5.22
|
||||
PHP_VERSION = 5.5.23
|
||||
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