From 533eca65d0ac1dfea89e32d2774167e7cdc453e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Batista?= Date: Fri, 7 Feb 2025 17:25:38 -0300 Subject: [PATCH] gnu: lighttpd: Update to 1.4.77. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/web.scm (lighttpd): Update to 1.4.77. Change-Id: Ic8c48e47ab6de04c545baa13f32d8d8153bf1a7a Signed-off-by: 宋文武 --- 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 aa38745cd6..30bdc9b220 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -1039,7 +1039,7 @@ similar to live activity monitoring provided with NGINX plus.") (define-public lighttpd (package (name "lighttpd") - (version "1.4.76") + (version "1.4.77") (source (origin (method url-fetch) (uri (string-append "https://download.lighttpd.net/lighttpd/" @@ -1047,7 +1047,7 @@ similar to live activity monitoring provided with NGINX plus.") "lighttpd-" version ".tar.xz")) (sha256 (base32 - "04ahiyn622mgpkib8j20vj7wa1av1dv7ing9vz7d1kvkwfb45gwc")))) + "1kk22mzh2p34nrwnm8q57xgm4riavmgxh0rd8nvdhrr2zbdspbxc")))) (build-system gnu-build-system) (arguments (list #:configure-flags