gnu: httpd: Update to 2.4.23.

Fixes CVE-2016-4979.

* gnu/packages/web.scm (httpd): Update to 2.4.23.
master
Leo Famulari 2016-07-06 14:36:54 -04:00
parent 15ca556bbc
commit 25a814ceab
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -76,14 +76,14 @@
(define-public httpd
(package
(name "httpd")
(version "2.4.16")
(version "2.4.23")
(source (origin
(method url-fetch)
(uri (string-append "mirror://apache/httpd/httpd-"
version ".tar.bz2"))
(sha256
(base32
"0hrpy6gjwma0kba7p7m61vwh82qcnkf08123lrwpg257m93hnrmc"))))
"0n2yx3gjlpr4kgqx845fj6amnmg25r2l6a7rzab5hxnpmar985hc"))))
(build-system gnu-build-system)
(inputs `(("apr" ,apr)
("apr-util" ,apr-util)