From 20ee284085236992f7df5082511cbd545e61ab44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Batista?= Date: Wed, 2 Apr 2025 11:11:33 -0300 Subject: [PATCH] gnu: lighttpd: Update to 1.4.78. * gnu/packages/web.scm (lighttpd): Update to 1.4.78. Change-Id: Idba7840b920ad0e7121cceacf11a71afb434056b 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 3923a9a5bdb..f37584503ad 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -1133,7 +1133,7 @@ similar to live activity monitoring provided with NGINX plus.") (define-public lighttpd (package (name "lighttpd") - (version "1.4.77") + (version "1.4.78") (source (origin (method url-fetch) (uri (string-append "https://download.lighttpd.net/lighttpd/" @@ -1141,7 +1141,7 @@ similar to live activity monitoring provided with NGINX plus.") "lighttpd-" version ".tar.xz")) (sha256 (base32 - "1kk22mzh2p34nrwnm8q57xgm4riavmgxh0rd8nvdhrr2zbdspbxc")))) + "0giavficc2yjl53cdbc7pd50wjyx0k1y32gs3kyfkjbmpkl3j1rw")))) (build-system gnu-build-system) (arguments (list #:configure-flags