me
/
guix
Archived
1
0
Fork 0

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.
master
Marius Bakke 2018-03-25 22:43:39 +02:00
parent 269fb7d310
commit 171e84d63d
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -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)