Skip to content

Commit 8cb29b3

Browse files
committedJul 7, 2017
httpd: 2.4.25 -> 2.4.26
CVE-2017-3167, CVE-2017-3169, CVE-2017-7659, CVE-2017-7668, CVE-2017-7679 (cherry picked from commit 8fc5beb)
1 parent d8ea4c4 commit 8cb29b3

File tree

1 file changed

+2
-2
lines changed
  • pkgs/servers/http/apache-httpd

1 file changed

+2
-2
lines changed
 

‎pkgs/servers/http/apache-httpd/2.4.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ assert ldapSupport -> aprutil.ldapSupport && openldap != null;
1616
assert http2Support -> nghttp2 != null;
1717

1818
stdenv.mkDerivation rec {
19-
version = "2.4.25";
19+
version = "2.4.26";
2020
name = "apache-httpd-${version}";
2121

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

2727
# FIXME: -dev depends on -doc

0 commit comments

Comments
 (0)
Please sign in to comment.