diff options
| author | Thomas Gerbet <thomas@gerbet.me> | 2023-03-25 11:55:59 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-03-28 23:15:00 +0000 |
| commit | bf51c1ef7c85cc2268562950d571c8cdc1a38d5b (patch) | |
| tree | 6d673784b40564fb5aa9913dfb03c6caab09d42c | |
| parent | Merge pull request #223623 from LeSuisse/cairosvg-CVE-2023-27586-22.11 (diff) | |
| download | nixpkgs-origin/backport-223055-to-release-22.11.tar.gz | |
apacheHttpd: 2.4.55 -> 2.4.56origin/backport-223055-to-release-22.11
Fixes CVE-2023-27522 and CVE-2023-25690.
https://downloads.apache.org/httpd/CHANGES_2.4.56
(cherry picked from commit 5475dfc18d95153fdfda20ac6dc005bade7ce718)
| -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 |
