1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

apache-httpd: 2.4.18 -> 2.4.20

CVE-2016-1546
This commit is contained in:
Eelco Dolstra 2016-06-20 15:16:43 +02:00
parent d7960ef4a0
commit c51af01325

View file

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