GNU bug report logs -
#70518
[PATCH] gnu: lighttpd: Update to 1.4.76.
Previous Next
Reported by: André Batista <nandre <at> riseup.net>
Date: Mon, 22 Apr 2024 19:41:03 UTC
Severity: normal
Tags: patch
Done: Clément Lassieur <clement <at> lassieur.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 70518 in the body.
You can then email your comments to 70518 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#70518
; Package
guix-patches
.
(Mon, 22 Apr 2024 19:41:03 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
.
(Mon, 22 Apr 2024 19:41:03 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.76.
[native-inputs]: Add autoconf, automake, libtool, m4
and pcre.
---
gnu/packages/web.scm | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 37fd63ed53..1f163cbb05 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -171,6 +171,7 @@ (define-module (gnu packages web)
#:use-module (gnu packages lisp-xyz)
#:use-module (gnu packages lsof)
#:use-module (gnu packages lua)
+ #:use-module (gnu packages m4)
#:use-module (gnu packages mail)
#:use-module (gnu packages man)
#:use-module (gnu packages markup)
@@ -1014,7 +1015,7 @@ (define-public nginx-module-vts
(define-public lighttpd
(package
(name "lighttpd")
- (version "1.4.73")
+ (version "1.4.76")
(source (origin
(method url-fetch)
(uri (string-append "https://download.lighttpd.net/lighttpd/"
@@ -1022,7 +1023,7 @@ (define-public lighttpd
"lighttpd-" version ".tar.xz"))
(sha256
(base32
- "1a2cx3di07wf8qii7dpk4yr5wvaz8c9na1x7523smc0lng81d241"))))
+ "04ahiyn622mgpkib8j20vj7wa1av1dv7ing9vz7d1kvkwfb45gwc"))))
(build-system gnu-build-system)
(arguments
(list #:configure-flags
@@ -1068,7 +1069,12 @@ (define-public lighttpd
pcre2
zlib))
(native-inputs
- (list perl ; for tests
+ (list autoconf
+ automake
+ libtool
+ m4
+ pcre
+ perl ; for tests
pkg-config which))
(home-page "https://www.lighttpd.net/")
(synopsis "Lightweight HTTP and reverse proxy server")
base-commit: 2126dab4cd81db4cbde4566d8c638e45a4c0077c
--
2.41.0
Reply sent
to
Clément Lassieur <clement <at> lassieur.org>
:
You have taken responsibility.
(Tue, 23 Apr 2024 13:07:06 GMT)
Full text and
rfc822 format available.
Notification sent
to
André Batista <nandre <at> riseup.net>
:
bug acknowledged by developer.
(Tue, 23 Apr 2024 13:07:06 GMT)
Full text and
rfc822 format available.
Message #10 received at 70518-done <at> debbugs.gnu.org (full text, mbox):
On Mon, Apr 22 2024, André Batista wrote:
> * gnu/packages/web.scm (lighttpd): Update to 1.4.76.
> [native-inputs]: Add autoconf, automake, libtool, m4
> and pcre.
> ---
> gnu/packages/web.scm | 12 +++++++++---
> 1 file changed, 9 insertions(+), 3 deletions(-)
Pushed without m4 and pcre because I believe they were useless.
Cheers,
Clément
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 22 May 2024 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 28 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.