apache-httpd: Update to 2.2.25

CVE-2013-1896, CVE-2013-1862.
This commit is contained in:
Eelco Dolstra 2013-07-17 12:47:15 +02:00
parent c404c4ccd4
commit ca0936f17f

View File

@ -12,12 +12,12 @@ assert ldapSupport -> aprutil.ldapSupport && openldap != null;
assert mpm == "prefork" || mpm == "worker" || mpm == "event";
stdenv.mkDerivation rec {
version = "2.2.24";
version = "2.2.25";
name = "apache-httpd-${version}";
src = fetchurl {
url = "mirror://apache/httpd/httpd-${version}.tar.bz2";
sha1 = "f73bce14832ec40c1aae68f4f8c367cab2266241";
sha1 = "e34222d1a8de38825397a1c70949bcc5836a1236";
};
buildInputs = [perl apr aprutil pcre] ++