apacheHttpd: 2.4.55 -> 2.4.56

Fixes CVE-2023-27522 and CVE-2023-25690.

https://downloads.apache.org/httpd/CHANGES_2.4.56
This commit is contained in:
Thomas Gerbet 2023-03-25 11:55:59 +01:00
parent bc1a065889
commit 5475dfc18d

View File

@ -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