php: Update to 5.4.39

CVE-2015-2787, CVE-2015-2348, CVE-2015-2305, CVE-2015-2331.
This commit is contained in:
Eelco Dolstra 2015-04-01 16:21:13 +02:00
parent 98cedb3d22
commit 33dfdbd0df

View File

@ -9,7 +9,7 @@ in
composableDerivation.composableDerivation {} ( fixed : let inherit (fixed.fixed) version; in {
version = "5.4.38";
version = "5.4.39";
name = "php-${version}";
@ -258,7 +258,7 @@ composableDerivation.composableDerivation {} ( fixed : let inherit (fixed.fixed)
src = fetchurl {
url = "http://www.php.net/distributions/php-${version}.tar.bz2";
sha256 = "121ybn55c9f65r1mwiy4yks67bb6m5m5zwwx9y0vpjddryq7vwxb";
sha256 = "0znpd6pgri5vah4j4wwamhqc60awila43bhh699p973hir9pdsvw";
};
meta = with stdenv.lib; {