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
This commit is contained in:
André Batista 2024-04-22 16:38:27 -03:00 committed by Clément Lassieur
parent f6367b69bc
commit be4b71f264
No known key found for this signature in database
GPG key ID: 89F96D4808F359C7

View file

@ -1014,7 +1014,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 +1022,7 @@ (define-public lighttpd
"lighttpd-" version ".tar.xz"))
(sha256
(base32
"1a2cx3di07wf8qii7dpk4yr5wvaz8c9na1x7523smc0lng81d241"))))
"04ahiyn622mgpkib8j20vj7wa1av1dv7ing9vz7d1kvkwfb45gwc"))))
(build-system gnu-build-system)
(arguments
(list #:configure-flags
@ -1068,7 +1068,10 @@ (define-public lighttpd
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")