all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#70518] [PATCH] gnu: lighttpd: Update to 1.4.76.
@ 2024-04-22 19:38 André Batista
  2024-04-23 13:05 ` bug#70518: " Clément Lassieur
  0 siblings, 1 reply; 2+ messages in thread
From: André Batista @ 2024-04-22 19:38 UTC (permalink / raw)
  To: 70518; +Cc: André Batista

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#70518: [PATCH] gnu: lighttpd: Update to 1.4.76.
  2024-04-22 19:38 [bug#70518] [PATCH] gnu: lighttpd: Update to 1.4.76 André Batista
@ 2024-04-23 13:05 ` Clément Lassieur
  0 siblings, 0 replies; 2+ messages in thread
From: Clément Lassieur @ 2024-04-23 13:05 UTC (permalink / raw)
  To: André Batista; +Cc: 70518-done

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-23 13:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-22 19:38 [bug#70518] [PATCH] gnu: lighttpd: Update to 1.4.76 André Batista
2024-04-23 13:05 ` bug#70518: " Clément Lassieur

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.