From be4b71f26468c6fdc3144df8e1c6204bb7c14347 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Batista?= Date: Mon, 22 Apr 2024 16:38:27 -0300 Subject: gnu: lighttpd: Update to 1.4.76. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/web.scm (lighttpd): Update to 1.4.76. [native-inputs]: Add autoconf, automake and libtool. Signed-off-by: Clément Lassieur Change-Id: Ie033c7c605b8bebe41dbda68d230935c1e528318 --- gnu/packages/web.scm | 9 ++++++--- 1 file 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") -- cgit v1.2.3