diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-03-20 09:49:51 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-03-20 14:02:40 +0100 |
commit | 2c88be8ef755c8714ad05821c66555f6544f4794 (patch) | |
tree | 3a02def3b41eaea29d4e176e547212b71c1245b0 /package/php/php.mk | |
parent | 76c02c6b46950fa475b925e1b5eda3c43ee69aaa (diff) | |
download | buildroot-2c88be8ef755c8714ad05821c66555f6544f4794.tar.gz buildroot-2c88be8ef755c8714ad05821c66555f6544f4794.zip |
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>
Diffstat (limited to 'package/php/php.mk')
-rw-r--r-- | 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 b5daeb6b0a..055bc0b8c7 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -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 |