gnu: Apache httpd: Update to 2.4.43 [fixes CVE-2020-{1927,1934}].

* gnu/packages/web.scm (httpd): Update to 2.4.43.
This commit is contained in:
Leo Famulari 2020-04-02 11:29:35 -04:00
parent abcac7a529
commit 8549e47ecf
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -149,14 +149,14 @@ (define-module (gnu packages web)
(define-public httpd
(package
(name "httpd")
(version "2.4.41")
(version "2.4.43")
(source (origin
(method url-fetch)
(uri (string-append "mirror://apache/httpd/httpd-"
version ".tar.bz2"))
(sha256
(base32
"0h7a31yxwyh7h521frnmlppl0h7sh9icc3ka6vlmlcg5iwllhg8k"))))
"0hqgw47r3p3521ygkkqs8s30s5crm683081avj6330gwncm6b5x4"))))
(build-system gnu-build-system)
(native-inputs `(("pcre" ,pcre "bin"))) ;for 'pcre-config'
(inputs `(("apr" ,apr)