mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: lighttpd: Update to 1.4.80.
Mitigates and checks for attempts to exploit CVE-2025-8671. * gnu/packages/web.scm (lighttpd): Update to 1.4.80. Change-Id: Iccd2f6935adae55eb8cc7788c93aca0a68bb43a3 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
2fd581fba1
commit
2f0931f70f
1 changed files with 2 additions and 2 deletions
|
@ -1141,7 +1141,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.79")
|
(version "1.4.80")
|
||||||
(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/"
|
||||||
|
@ -1149,7 +1149,7 @@ similar to live activity monitoring provided with NGINX plus.")
|
||||||
"lighttpd-" version ".tar.xz"))
|
"lighttpd-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gc4c352jlqqgxyrgz2f5s7li1vxpd15ykza3wnp125dncjsca9v"))))
|
"1wsvy92dsyhlq99b7rvlj5n72m7rqggr27jxajnnpvmjx1qhypyc"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:configure-flags
|
(list #:configure-flags
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue