about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2015-07-25 15:40:29 +0100
committerRobert Scott <code@humanleg.org.uk>2015-07-25 15:40:29 +0100
commit1dca2fba7f814a7803dbb40e17a80f8ec4e522cb (patch)
tree6c7887508d766b18e1ec1350899d51d7ff4f4582 /pkgs
parent2926f3aa2c18549b8ce895b4056d48598d78d0ac (diff)
downloadnixlib-1dca2fba7f814a7803dbb40e17a80f8ec4e522cb.tar
nixlib-1dca2fba7f814a7803dbb40e17a80f8ec4e522cb.tar.gz
nixlib-1dca2fba7f814a7803dbb40e17a80f8ec4e522cb.tar.bz2
nixlib-1dca2fba7f814a7803dbb40e17a80f8ec4e522cb.tar.lz
nixlib-1dca2fba7f814a7803dbb40e17a80f8ec4e522cb.tar.xz
nixlib-1dca2fba7f814a7803dbb40e17a80f8ec4e522cb.tar.zst
nixlib-1dca2fba7f814a7803dbb40e17a80f8ec4e522cb.zip
apache-httpd: update minor versions of both 2.2 and 2.4 for security-related fixes
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/servers/http/apache-httpd/2.2.nix4
-rw-r--r--pkgs/servers/http/apache-httpd/2.4.nix4
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/servers/http/apache-httpd/2.2.nix b/pkgs/servers/http/apache-httpd/2.2.nix
index 2af7b761c24a..99d6fe12aa1c 100644
--- a/pkgs/servers/http/apache-httpd/2.2.nix
+++ b/pkgs/servers/http/apache-httpd/2.2.nix
@@ -12,12 +12,12 @@ assert ldapSupport -> aprutil.ldapSupport && openldap != null;
 assert mpm == "prefork" || mpm == "worker" || mpm == "event";
 
 stdenv.mkDerivation rec {
-  version = "2.2.29";
+  version = "2.2.31";
   name = "apache-httpd-${version}";
 
   src = fetchurl {
     url = "mirror://apache/httpd/httpd-${version}.tar.bz2";
-    sha1 = "1d6a8fbc1391d358cc6fe430edc16222b97258d5";
+    sha256 = "1b165zi7jrrlz5wmyy3b34lcs3dl4g0dymfb0qxwdnimylcrsbzk";
   };
 
   buildInputs = [perl apr aprutil pcre] ++
diff --git a/pkgs/servers/http/apache-httpd/2.4.nix b/pkgs/servers/http/apache-httpd/2.4.nix
index cb550652b785..29f8a9621c9e 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.12";
+  version = "2.4.16";
   name = "apache-httpd-${version}";
 
   src = fetchurl {
     url = "mirror://apache/httpd/httpd-${version}.tar.bz2";
-    sha256 = "1r7a63ka41vlswrqbb21vall6sc7svwgd497kb6dh8a6zvnkjvdd";
+    sha256 = "0hrpy6gjwma0kba7p7m61vwh82qcnkf08123lrwpg257m93hnrmc";
   };
 
   buildInputs = [perl] ++