diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-01-22 14:17:45 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-01-23 16:44:27 +0100 |
commit | 626030fb1b9de47430254fce4dcf5ac5c526242f (patch) | |
tree | 0b5923b57593aaf369d15f1e9e598dd73e53b075 /package/php/php.hash | |
parent | fa5ce3f97fee3079fcc67b259fb5296c0d7e1358 (diff) |
php: security bump to version 5.5.21
Fixes:
CVE-2015-0231 - Use After Free Vulnerability in PHP's unserialize()
CVE-2014-9427 - Out of bounds read crashes php-cgi
CVE-2015-0232 - Free called on unitialized pointer
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.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 011728967..cd27b1020 100644 --- a/package/php/php.hash +++ b/package/php/php.hash @@ -1,2 +1,2 @@ # From http://php.net/downloads.php -md5 51377838dfee2d7bb4715674ac715394 php-5.5.20.tar.xz +md5 79664ce44f7c93f355a25a3fe3dcc91b php-5.5.21.tar.xz |