apacheHttpd: 2.4.26 -> 2.4.27 for multiple CVEs

Fixes: CVE-2017-9788 CVE-2017-9789

See https://httpd.apache.org/security/vulnerabilities_24.html
This commit is contained in:
Franz Pletz 2017-08-01 09:34:22 +02:00
parent 5bfc47bbab
commit 1f15b7c81b
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -16,12 +16,12 @@ assert ldapSupport -> aprutil.ldapSupport && openldap != null;
assert http2Support -> nghttp2 != null;
stdenv.mkDerivation rec {
version = "2.4.26";
version = "2.4.27";
name = "apache-httpd-${version}";
src = fetchurl {
url = "mirror://apache/httpd/httpd-${version}.tar.bz2";
sha1 = "b10b0f569a0e5adfef61d8c7f0813d42046e399a";
sha1 = "699e4e917e8fb5fd7d0ce7e009f8256ed02ec6fc";
};
# FIXME: -dev depends on -doc