mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: httpd: Update to 2.4.23.
Fixes CVE-2016-4979. * gnu/packages/web.scm (httpd): Update to 2.4.23.
This commit is contained in:
parent
15ca556bbc
commit
25a814ceab
1 changed files with 2 additions and 2 deletions
|
@ -76,14 +76,14 @@ (define-module (gnu packages web)
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue