summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2025-07-11 19:48:26 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-08-08 07:30:28 +0000
commit4316862eeb5c271cecbc1f4baf269ca20f83755c (patch)
tree99018bdc2865536f0ada67d30e8de6a26904ab4d
parent[Backport release-25.05] firefox-bin-unwrapped: 141.0.2 -> 141.0.3 (#431910) (diff)
downloadnixpkgs-4316862eeb5c271cecbc1f4baf269ca20f83755c.tar.gz
apacheHttpd: 2.6.62 -> 2.6.65
Fixes CVE-2025-53020, CVE-2025-49812, CVE-2025-49630, CVE-2025-23048, CVE-2024-47252, CVE-2024-43204 and CVE-2024-42516. https://dlcdn.apache.org/httpd/CHANGES_2.4.64 https://dlcdn.apache.org/httpd/CHANGES_2.4.65 (cherry picked from commit 29b0c5917810b65a71c6cb75960dac182a7bdeec)
-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 dce4ce4ce0c9..829c39b33a6d 100644
--- a/pkgs/servers/http/apache-httpd/2.4.nix
+++ b/pkgs/servers/http/apache-httpd/2.4.nix
@@ -33,11 +33,11 @@
stdenv.mkDerivation rec {
pname = "apache-httpd";
- version = "2.4.62";
+ version = "2.4.65";
src = fetchurl {
url = "mirror://apache/httpd/httpd-${version}.tar.bz2";
- hash = "sha256-Z0GI579EztgtqNtSLalGhJ4iCA1z0WyT9/TfieJXKew=";
+ hash = "sha256-WLi+l9mUDsF/dlbAxrn0G2GKrEaLiUtTQUjjKWxTuLM=";
};
patches = [