GNU bug report logs -
#78563
[PATCH] gnu: lighttpd: Update to 1.4.79.
Previous Next
Reported by: André Batista <nandre <at> riseup.net>
Date: Fri, 23 May 2025 13:32:02 UTC
Severity: normal
Tags: patch
Done: Z572 <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 26 May 2025 10:20:11 +0800
with message-id <875xhonmec.fsf <at> iscas.ac.cn>
and subject line Re: [bug#78563] [PATCH] gnu: lighttpd: Update to 1.4.79.
has caused the debbugs.gnu.org bug report #78563,
regarding [PATCH] gnu: lighttpd: Update to 1.4.79.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
78563: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78563
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
André Batista <nandre <at> riseup.net> writes:
> * 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
pushed, closing.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 49 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.