summary refs log tree commit diff
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-02-24 16:10:55 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-02-24 16:10:55 +0100
commitb1ec8e6c64afbc5f38068ffe001b6c144432783a (patch)
tree0249af9908ec6cd779100e1bd4e8c5e82f3c159f
parentea460fcd4ab8c30df0babce00d325ff03c97edd6 (diff)
downloadnixpkgs-b1ec8e6c64afbc5f38068ffe001b6c144432783a.tar
nixpkgs-b1ec8e6c64afbc5f38068ffe001b6c144432783a.tar.gz
nixpkgs-b1ec8e6c64afbc5f38068ffe001b6c144432783a.tar.bz2
nixpkgs-b1ec8e6c64afbc5f38068ffe001b6c144432783a.tar.lz
nixpkgs-b1ec8e6c64afbc5f38068ffe001b6c144432783a.tar.xz
nixpkgs-b1ec8e6c64afbc5f38068ffe001b6c144432783a.tar.zst
nixpkgs-b1ec8e6c64afbc5f38068ffe001b6c144432783a.zip
apache-httpd: Update to 2.4.12
CVE-2014-3583, CVE-2014-3581, CVE-2014-8109, CVE-2013-5704.
-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 e164c21ec78..cb550652b78 100644
--- a/pkgs/servers/http/apache-httpd/2.4.nix
+++ b/pkgs/servers/http/apache-httpd/2.4.nix
@@ -14,12 +14,12 @@ assert sslSupport -> aprutil.sslSupport && openssl != null;
 assert ldapSupport -> aprutil.ldapSupport && openldap != null;
 
 stdenv.mkDerivation rec {
-  version = "2.4.10";
+  version = "2.4.12";
   name = "apache-httpd-${version}";
 
   src = fetchurl {
     url = "mirror://apache/httpd/httpd-${version}.tar.bz2";
-    sha256 = "0slwcqw9f7fnb3kyz27hlsgh8j4wiza4yzqyp6vhfpvl3an4sv0p";
+    sha256 = "1r7a63ka41vlswrqbb21vall6sc7svwgd497kb6dh8a6zvnkjvdd";
   };
 
   buildInputs = [perl] ++