summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorAndré Batista <nandre@riseup.net>2024-04-22 16:38:27 -0300
committerClément Lassieur <clement@lassieur.org>2024-04-23 15:02:11 +0200
commitbe4b71f26468c6fdc3144df8e1c6204bb7c14347 (patch)
tree27f9e1ba39c5136bf0e9a8426c0a3d1cc87d8efc /gnu
parentf6367b69bcc597cfec50bfc8e15d3e286dbd07c3 (diff)
downloadguix-be4b71f26468c6fdc3144df8e1c6204bb7c14347.tar.gz
gnu: lighttpd: Update to 1.4.76.
* gnu/packages/web.scm (lighttpd): Update to 1.4.76.
[native-inputs]: Add autoconf, automake and libtool.

Signed-off-by: Clément Lassieur <clement@lassieur.org>
Change-Id: Ie033c7c605b8bebe41dbda68d230935c1e528318
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/web.scm9
1 files changed, 6 insertions, 3 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 37fd63ed53..a71a0e07a3 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1014,7 +1014,7 @@ similar to live activity monitoring provided with NGINX plus.")
 (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 +1022,7 @@ similar to live activity monitoring provided with NGINX plus.")
                                   "lighttpd-" version ".tar.xz"))
               (sha256
                (base32
-                "1a2cx3di07wf8qii7dpk4yr5wvaz8c9na1x7523smc0lng81d241"))))
+                "04ahiyn622mgpkib8j20vj7wa1av1dv7ing9vz7d1kvkwfb45gwc"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags
@@ -1068,7 +1068,10 @@ similar to live activity monitoring provided with NGINX plus.")
            pcre2
            zlib))
     (native-inputs
-     (list perl ; for tests
+     (list autoconf
+           automake
+           libtool
+           perl ; for tests
            pkg-config which))
     (home-page "https://www.lighttpd.net/")
     (synopsis "Lightweight HTTP and reverse proxy server")