apache-httpd: Update to 2.4.12

CVE-2014-3583, CVE-2014-3581, CVE-2014-8109, CVE-2013-5704.
This commit is contained in:
Eelco Dolstra 2015-02-24 16:10:55 +01:00
parent ea460fcd4a
commit b1ec8e6c64

View file

@ -14,12 +14,12 @@ assert sslSupport -> aprutil.sslSupport && openssl != null;
assert ldapSupport -> aprutil.ldapSupport && openldap != null;
stdenv.mkDerivation rec {
version = "2.4.10";
version = "2.4.12";
name = "apache-httpd-${version}";
src = fetchurl {
url = "mirror://apache/httpd/httpd-${version}.tar.bz2";
sha256 = "0slwcqw9f7fnb3kyz27hlsgh8j4wiza4yzqyp6vhfpvl3an4sv0p";
sha256 = "1r7a63ka41vlswrqbb21vall6sc7svwgd497kb6dh8a6zvnkjvdd";
};
buildInputs = [perl] ++