gnu: Apache httpd: Update to 2.4.52 [fixes CVE-2021-{44224,44790}].

* gnu/packages/web.scm (httpd): Update to 2.4.52.
This commit is contained in:
Leo Famulari 2021-12-20 11:37:32 -05:00
parent 84fe3a8817
commit a34a13c9b4
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08

View File

@ -254,14 +254,14 @@
(define-public httpd
(package
(name "httpd")
(version "2.4.51")
(version "2.4.52")
(source (origin
(method url-fetch)
(uri (string-append "mirror://apache/httpd/httpd-"
version ".tar.bz2"))
(sha256
(base32
"1x1qp10pfh33x1b56liwsjl0jamjm5lkk7j3lj87c1ygzs0ivq10"))))
"1jgmfbazc2n9dnl7axhahwppyq25bvbvwx0lqplq76by97fgf9q1"))))
(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