3
0
Fork 0
forked from mirrors/nixpkgs

php: Update to 5.3.24

CVE-2013-1635, CVE-2013-1643, CVE-2013-1824.
This commit is contained in:
Eelco Dolstra 2013-04-11 16:47:08 +02:00
parent 7f8ecc65ac
commit 70b36815fc

View file

@ -9,7 +9,7 @@ in
composableDerivation.composableDerivation {} ( fixed : let inherit (fixed.fixed) version; in {
version = "5.3.18";
version = "5.3.24";
name = "php-${version}";
@ -196,7 +196,7 @@ composableDerivation.composableDerivation {} ( fixed : let inherit (fixed.fixed)
src = fetchurl {
url = "http://nl.php.net/get/php-${version}.tar.bz2/from/this/mirror";
sha256 = "0bqsdwil13m1r449c4rhrc8cmx2a09k8h2g107qqxfwanzndwrgh";
sha256 = "00sphz1y6bjb2qshbcbadh5f2xvhfy82rfdc62qjfn6337gwlfzw";
name = "php-${version}.tar.bz2";
};