php: Update to 5.4.36

CVE-2014-8142
This commit is contained in:
Eelco Dolstra 2015-01-07 11:36:01 +01:00
parent 20d2092ff8
commit e7d4d39c6e

View File

@ -9,7 +9,7 @@ in
composableDerivation.composableDerivation {} ( fixed : let inherit (fixed.fixed) version; in {
version = "5.4.35";
version = "5.4.36";
name = "php-${version}";
@ -248,7 +248,7 @@ composableDerivation.composableDerivation {} ( fixed : let inherit (fixed.fixed)
src = fetchurl {
url = "http://www.php.net/distributions/php-${version}.tar.bz2";
sha256 = "0svlp5alqvm3fxzf2044ygziacy2ks9vbrnimkpqnxqgrmjl5nwc";
sha256 = "0h9jw68n9gcpv70ndxjqa87j304ri2dggir4lrwbkbz8qc41d5dh";
};
meta = {