gnu: httpd: Update to 2.4.58. [security fixes]

Includes fixes for CVE-2023-45802, CVE-2023-43622 and CVE-2023-31122.

References:
  * <https://dlcdn.apache.org/httpd/CHANGES_2.4.58>

* gnu/packages/web.scm (httpd): Update to 2.4.58.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Bruno Victal 2023-10-19 15:55:31 +01:00 committed by Efraim Flashner
parent f8dfe85a36
commit bc1678abdb
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -278,14 +278,14 @@ (define-public qhttp
(define-public httpd
(package
(name "httpd")
(version "2.4.57")
(version "2.4.58")
(source (origin
(method url-fetch)
(uri (string-append "mirror://apache/httpd/httpd-"
version ".tar.bz2"))
(sha256
(base32
"0ajdz5f2w9nbmqydip2mv9m4xlnc4swmw7mqzgnrbq4mxr5bik6v"))))
"1id45r2ccgkbjm9i998997ch32lvicpyynyx8x6aa4420wmdf5ps"))))
(build-system gnu-build-system)
(native-inputs (list `(,pcre "bin"))) ;for 'pcre-config'
(inputs (list apr apr-util openssl perl)) ; needed to run bin/apxs