GNU bug report logs - #70518
[PATCH] gnu: lighttpd: Update to 1.4.76.

Previous Next

Package: guix-patches;

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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: André Batista <nandre <at> riseup.net>
Subject: bug#70518: closed (Re: [bug#70518] [PATCH] gnu: lighttpd: Update
 to 1.4.76.)
Date: Tue, 23 Apr 2024 13:07:06 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#70518: [PATCH] gnu: lighttpd: Update to 1.4.76.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 70518 <at> debbugs.gnu.org.

-- 
70518: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70518
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Clément Lassieur <clement <at> lassieur.org>
To: André Batista <nandre <at> riseup.net>
Cc: 70518-done <at> debbugs.gnu.org
Subject: Re: [bug#70518] [PATCH] gnu: lighttpd: Update to 1.4.76.
Date: Tue, 23 Apr 2024 15:05:35 +0200
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

[Message part 3 (message/rfc822, inline)]
From: André Batista <nandre <at> riseup.net>
To: guix-patches <at> gnu.org
Cc: André Batista <nandre <at> riseup.net>
Subject: [PATCH] gnu: lighttpd: Update to 1.4.76.
Date: Mon, 22 Apr 2024 16:38:27 -0300
* 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




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.