summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2016-08-25 03:08:59 +0200
committerFranz Pletz <fpletz@fnordicwalking.de>2016-08-25 03:10:02 +0200
commit4cb727253735db09d568a707ebca87e1b77512de (patch)
treef227bc46db976244ad1e4841fbc00eda027b2756 /pkgs/servers
parentbb2824c68e9249e0df0d4b99ef223ad9ee2f3ef6 (diff)
downloadnixlib-4cb727253735db09d568a707ebca87e1b77512de.tar
nixlib-4cb727253735db09d568a707ebca87e1b77512de.tar.gz
nixlib-4cb727253735db09d568a707ebca87e1b77512de.tar.bz2
nixlib-4cb727253735db09d568a707ebca87e1b77512de.tar.lz
nixlib-4cb727253735db09d568a707ebca87e1b77512de.tar.xz
nixlib-4cb727253735db09d568a707ebca87e1b77512de.tar.zst
nixlib-4cb727253735db09d568a707ebca87e1b77512de.zip
apacheHttpd: 2.4.20 -> 2.4.23 (security)
Fixes CVE-2016-4979.
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 aa3ea07de537..be726598e3e8 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.20";
+  version = "2.4.23";
   name = "apache-httpd-${version}";
 
   src = fetchurl {
     url = "mirror://apache/httpd/httpd-${version}.tar.bz2";
-    sha1 = "cefe8ea4a3f81c7a08e36c80ebbd792c67ab361b";
+    sha1 = "gx7cqkx8j1kaaw6vb8j9nl2amhsbw0ai";
   };
 
   # FIXME: -dev depends on -doc