mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -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
|
(define-public lighttpd
|
||||||
(package
|
(package
|
||||||
(name "lighttpd")
|
(name "lighttpd")
|
||||||
(version "1.4.73")
|
(version "1.4.76")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://download.lighttpd.net/lighttpd/"
|
(uri (string-append "https://download.lighttpd.net/lighttpd/"
|
||||||
|
@ -1022,7 +1022,7 @@ (define-public lighttpd
|
||||||
"lighttpd-" version ".tar.xz"))
|
"lighttpd-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1a2cx3di07wf8qii7dpk4yr5wvaz8c9na1x7523smc0lng81d241"))))
|
"04ahiyn622mgpkib8j20vj7wa1av1dv7ing9vz7d1kvkwfb45gwc"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:configure-flags
|
(list #:configure-flags
|
||||||
|
@ -1068,7 +1068,10 @@ (define-public lighttpd
|
||||||
pcre2
|
pcre2
|
||||||
zlib))
|
zlib))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list perl ; for tests
|
(list autoconf
|
||||||
|
automake
|
||||||
|
libtool
|
||||||
|
perl ; for tests
|
||||||
pkg-config which))
|
pkg-config which))
|
||||||
(home-page "https://www.lighttpd.net/")
|
(home-page "https://www.lighttpd.net/")
|
||||||
(synopsis "Lightweight HTTP and reverse proxy server")
|
(synopsis "Lightweight HTTP and reverse proxy server")
|
||||||
|
|
Loading…
Reference in a new issue