mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
f6367b69bc
commit
be4b71f264
1 changed files with 6 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue