diff options
author | Thomas Gerbet | 2023-03-25 11:55:59 +0100 |
---|---|---|
committer | Thomas Gerbet | 2023-03-25 11:55:59 +0100 |
commit | 5475dfc18d95153fdfda20ac6dc005bade7ce718 (patch) | |
tree | c49c6fd996bea7a86da453b846af7fe06860d61b | |
parent | bc1a06588942afbf54feb7cc0917d67c508ea380 (diff) |
apacheHttpd: 2.4.55 -> 2.4.56
Fixes CVE-2023-27522 and CVE-2023-25690. https://downloads.apache.org/httpd/CHANGES_2.4.56
-rw-r--r-- | pkgs/servers/http/apache-httpd/2.4.nix | 4 |
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 fa20e4605540..11d97faaaf46 100644 --- a/pkgs/servers/http/apache-httpd/2.4.nix +++ b/pkgs/servers/http/apache-httpd/2.4.nix @@ -11,11 +11,11 @@ stdenv.mkDerivation rec { pname = "apache-httpd"; - version = "2.4.55"; + version = "2.4.56"; src = fetchurl { url = "mirror://apache/httpd/httpd-${version}.tar.bz2"; - sha256 = "sha256-Eda6GeNsC5PKYuR+b/wtLyiElCaUvODyPznHG9xfaaw="; + sha256 = "sha256-2NRfE5i6hO3QW7M8p1k6wpibF8ucegyv5UQtQa/bLXw="; }; # FIXME: -dev depends on -doc |