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.hash | |
parent | 76c02c6b46950fa475b925e1b5eda3c43ee69aaa (diff) |
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.hash')
-rw-r--r-- | package/php/php.hash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/php/php.hash b/package/php/php.hash index f8a1715f5..0794db899 100644 --- a/package/php/php.hash +++ b/package/php/php.hash @@ -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 |