mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
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:
parent
5bfc47bbab
commit
1f15b7c81b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue