From 2f0931f70fd4d89d469202f638c145c51cfbb60d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Batista?= Date: Wed, 13 Aug 2025 13:03:52 -0300 Subject: [PATCH] gnu: lighttpd: Update to 1.4.80. Mitigates and checks for attempts to exploit CVE-2025-8671. * gnu/packages/web.scm (lighttpd): Update to 1.4.80. Change-Id: Iccd2f6935adae55eb8cc7788c93aca0a68bb43a3 Signed-off-by: Andreas Enge --- gnu/packages/web.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index fd57213a121..de59e8dbb84 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -1141,7 +1141,7 @@ similar to live activity monitoring provided with NGINX plus.") (define-public lighttpd (package (name "lighttpd") - (version "1.4.79") + (version "1.4.80") (source (origin (method url-fetch) (uri (string-append "https://download.lighttpd.net/lighttpd/" @@ -1149,7 +1149,7 @@ similar to live activity monitoring provided with NGINX plus.") "lighttpd-" version ".tar.xz")) (sha256 (base32 - "1gc4c352jlqqgxyrgz2f5s7li1vxpd15ykza3wnp125dncjsca9v")))) + "1wsvy92dsyhlq99b7rvlj5n72m7rqggr27jxajnnpvmjx1qhypyc")))) (build-system gnu-build-system) (arguments (list #:configure-flags