Commit 8fc5beb8 authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

httpd: 2.4.25 -> 2.4.26

CVE-2017-3167, CVE-2017-3169, CVE-2017-7659, CVE-2017-7668,  CVE-2017-7679
parent 006ac6b2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,12 +16,12 @@ assert ldapSupport -> aprutil.ldapSupport && openldap != null;
assert http2Support -> nghttp2 != null;

stdenv.mkDerivation rec {
  version = "2.4.25";
  version = "2.4.26";
  name = "apache-httpd-${version}";

  src = fetchurl {
    url = "mirror://apache/httpd/httpd-${version}.tar.bz2";
    sha256 = "1cl0bkqg6srb1sypga0cn8dcmdyxldavij73zmmkxvlz3kgw4zpq";
    sha1 = "b10b0f569a0e5adfef61d8c7f0813d42046e399a";
  };

  # FIXME: -dev depends on -doc