me
/
guix
Archived
1
0
Fork 0

gnu: lighttpd: Update to 1.4.70.

* gnu/packages/web.scm (lighttpd): Update to 1.4.70.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
master
André Batista 2023-05-12 19:35:18 -03:00 committed by 宋文武
parent bf4b2ed165
commit 79e9a70c94
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

View File

@ -911,7 +911,7 @@ similar to live activity monitoring provided with NGINX plus.")
(define-public lighttpd (define-public lighttpd
(package (package
(name "lighttpd") (name "lighttpd")
(version "1.4.68") (version "1.4.70")
(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/"
@ -919,7 +919,7 @@ similar to live activity monitoring provided with NGINX plus.")
"lighttpd-" version ".tar.xz")) "lighttpd-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"111kb3lkcvbxw46dnsrgx9pfbdpzb807ikkn9pd1lgmnaap3fvz5")))) "11gyc77d6g634mshdqmbl50bmx1i7aibg6kp0dz8kfdnyhfbw7lj"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list #:configure-flags (list #:configure-flags