aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2019-08-19 17:59:51 -0400
committerLeo Famulari <leo@famulari.name>2019-08-19 18:01:12 -0400
commiteaca4d5f86f73d7ad782594e8a2705f1ec62b58d (patch)
tree06941f5ca02111cf417cefdac51606df563c74e6
parenteef77fafe38dfeac53ed17b53b43ec6edb295d87 (diff)
downloadguix-eaca4d5f86f73d7ad782594e8a2705f1ec62b58d.tar
guix-eaca4d5f86f73d7ad782594e8a2705f1ec62b58d.tar.gz
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.
-rw-r--r--gnu/packages/web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 0b7bf698f1..9b2be15e20 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -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)