GNU bug report logs -
#77457
[PATCH] gnu: lighttpd: Update to 1.4.78.
Previous Next
Reported by: André Batista <nandre <at> riseup.net>
Date: Wed, 2 Apr 2025 14:13:15 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/web.scm (lighttpd): Update to 1.4.78.
Change-Id: Idba7840b920ad0e7121cceacf11a71afb434056b
---
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 dd6e73e548..906fa46595 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1133,7 +1133,7 @@ (define-public nginx-module-vts
(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 @@ (define-public lighttpd
"lighttpd-" version ".tar.xz"))
(sha256
(base32
- "1kk22mzh2p34nrwnm8q57xgm4riavmgxh0rd8nvdhrr2zbdspbxc"))))
+ "0giavficc2yjl53cdbc7pd50wjyx0k1y32gs3kyfkjbmpkl3j1rw"))))
(build-system gnu-build-system)
(arguments
(list #:configure-flags
base-commit: 5735c278e16517d9be5e26235fe68dea9bae3527
--
2.48.1
This bug report was last modified 48 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.