[PATCH] gnu: lighttpd: Update to 1.4.76.

  • Done
  • quality assurance status badge
Details
2 participants
  • Clément Lassieur
  • André Batista
Owner
unassigned
Submitted by
André Batista
Severity
normal

Debbugs page

A
A
André Batista wrote on 22 Apr 12:38 -0700
(address . guix-patches@gnu.org)(name . André Batista)(address . nandre@riseup.net)
20240422193827.21656-1-nandre@riseup.net
* 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(-)

Toggle diff (48 lines)
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
C
C
Clément Lassieur wrote on 23 Apr 06:05 -0700
(name . André Batista)(address . nandre@riseup.net)(address . 70518-done@debbugs.gnu.org)
87zftk1b6o.fsf@lassieur.org
On Mon, Apr 22 2024, André Batista wrote:

Toggle quote (7 lines)
> * 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
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 70518@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 70518
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch