GNU bug report logs -
#78563
[PATCH] gnu: lighttpd: Update to 1.4.79.
Previous Next
To reply to this bug, email your comments to 78563 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#78563
; Package
guix-patches
.
(Fri, 23 May 2025 13:32:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
André Batista <nandre <at> riseup.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 23 May 2025 13:32:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/web.scm (lighttpd): Update to 1.4.79.
Change-Id: Ia33c07fce6aa833930b7bf3006d8b66efbfd972b
---
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 b43b90ac33f..042afc01fcc 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.78")
+ (version "1.4.79")
(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
- "0giavficc2yjl53cdbc7pd50wjyx0k1y32gs3kyfkjbmpkl3j1rw"))))
+ "1gc4c352jlqqgxyrgz2f5s7li1vxpd15ykza3wnp125dncjsca9v"))))
(build-system gnu-build-system)
(arguments
(list #:configure-flags
base-commit: 8dff81313876a54519ce17e9fda64d4310e2dd5c
--
2.49.0
This bug report was last modified 1 day ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.