diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-03-25 22:43:39 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-03-25 22:43:39 +0200 |
commit | 171e84d63d9e51c25c77430db86c80878fc39e3d (patch) | |
tree | 263f90ae75eae2cad21d789b170fbfc21042469c | |
parent | 269fb7d310509d151b18576ac8229644c6542223 (diff) | |
download | guix-171e84d63d9e51c25c77430db86c80878fc39e3d.tar.gz |
gnu: httpd: Update to 2.4.33 [security fixes].
This fixes CVE-2017-15710, CVE-2017-15715, CVE-2018-1283, CVE-2018-1301, CVE-2018-1302, CVE-2018-1303, and CVE-2018-1312. * gnu/packages/web.scm (httpd): Update to 2.4.33.
-rw-r--r-- | gnu/packages/web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 09026779e4..daf60c989f 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -115,14 +115,14 @@ (define-public httpd (package (name "httpd") - (version "2.4.29") + (version "2.4.33") (source (origin (method url-fetch) (uri (string-append "mirror://apache/httpd/httpd-" version ".tar.bz2")) (sha256 (base32 - "003z3yckkdihfv69rgqsik1w2jsnh14j3ci8fjia4s2mlajm6xvp")))) + "01bghiq4pbgjbgd6gic0nb8bbk6mfpwx3gcsbf21f3dhb4c520ny")))) (build-system gnu-build-system) (native-inputs `(("pcre" ,pcre "bin"))) ;for 'pcre-config' (inputs `(("apr" ,apr) |