summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorMarc Weber <marco-oweber@gmx.de>2014-07-24 17:59:46 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-07-24 18:10:10 +0200
commitba154ec9d4c06fdee2f58a57d06520ada4b7fdf7 (patch)
tree5ece0cdaa9fd3f36be6611ebb474819a1dc407da /pkgs/servers
parent4024adf232e5cdfaeab8d88020155230a46ddda6 (diff)
downloadnixlib-ba154ec9d4c06fdee2f58a57d06520ada4b7fdf7.tar
nixlib-ba154ec9d4c06fdee2f58a57d06520ada4b7fdf7.tar.gz
nixlib-ba154ec9d4c06fdee2f58a57d06520ada4b7fdf7.tar.bz2
nixlib-ba154ec9d4c06fdee2f58a57d06520ada4b7fdf7.tar.lz
nixlib-ba154ec9d4c06fdee2f58a57d06520ada4b7fdf7.tar.xz
nixlib-ba154ec9d4c06fdee2f58a57d06520ada4b7fdf7.tar.zst
nixlib-ba154ec9d4c06fdee2f58a57d06520ada4b7fdf7.zip
apache 2_4 update, fixes some CVE's
See http://www.apache.org/dist/httpd/Announcement2.4.html It compiles,
didn't run it. I guess minor update doesn't cause much trouble even
though there are some new features
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 7deab6584f83..e164c21ec78d 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.9";
+  version = "2.4.10";
   name = "apache-httpd-${version}";
 
   src = fetchurl {
     url = "mirror://apache/httpd/httpd-${version}.tar.bz2";
-    sha256 = "00vnhki0rdwlhl4cjgvkq5vpf8szx2sdd3yi7bcg7jj7z86wk37p";
+    sha256 = "0slwcqw9f7fnb3kyz27hlsgh8j4wiza4yzqyp6vhfpvl3an4sv0p";
   };
 
   buildInputs = [perl] ++