gnu: Apache httpd: Update to 2.4.41 [security fixes].

Fixes CVE-2019-{5917,10081,10082,10092,10097,10098}].

* gnu/packages/web.scm (httpd): Update to 2.4.41.
master
Leo Famulari 2019-08-19 17:59:51 -04:00
parent eef77fafe3
commit eaca4d5f86
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

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