about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2017-07-07 17:22:15 +0200
committerEelco Dolstra <edolstra@gmail.com>2017-07-07 17:24:13 +0200
commit8fc5beb8553eeb016870528f74f1b89527a08b1b (patch)
tree063f46775304cd6628ccf68df273bd4033afb901 /pkgs/servers
parent006ac6b224dd29f1771734de39ce67ff92a28924 (diff)
downloadnixlib-8fc5beb8553eeb016870528f74f1b89527a08b1b.tar
nixlib-8fc5beb8553eeb016870528f74f1b89527a08b1b.tar.gz
nixlib-8fc5beb8553eeb016870528f74f1b89527a08b1b.tar.bz2
nixlib-8fc5beb8553eeb016870528f74f1b89527a08b1b.tar.lz
nixlib-8fc5beb8553eeb016870528f74f1b89527a08b1b.tar.xz
nixlib-8fc5beb8553eeb016870528f74f1b89527a08b1b.tar.zst
nixlib-8fc5beb8553eeb016870528f74f1b89527a08b1b.zip
httpd: 2.4.25 -> 2.4.26
CVE-2017-3167, CVE-2017-3169, CVE-2017-7659, CVE-2017-7668,  CVE-2017-7679
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/http/apache-httpd/2.4.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/http/apache-httpd/2.4.nix b/pkgs/servers/http/apache-httpd/2.4.nix
index f70d6266e8d7..568b0ee6c045 100644
--- a/pkgs/servers/http/apache-httpd/2.4.nix
+++ b/pkgs/servers/http/apache-httpd/2.4.nix
@@ -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