me
/
guix
Archived
1
0
Fork 0

gnu: httpd: Update to 2.4.26 [fixes CVE-2017-7659].

* gnu/packages/web.scm (httpd): Update to 2.5.26.
master
Leo Famulari 2017-06-19 16:45:50 -04:00
parent 299b05254f
commit 030f3219c3
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -94,14 +94,14 @@
(define-public httpd
(package
(name "httpd")
(version "2.4.25")
(version "2.4.26")
(source (origin
(method url-fetch)
(uri (string-append "mirror://apache/httpd/httpd-"
version ".tar.bz2"))
(sha256
(base32
"1cl0bkqg6srb1sypga0cn8dcmdyxldavij73zmmkxvlz3kgw4zpq"))))
"11ykcfv7b9zpd7fb93a7yhnyfwrilryjz21iklaf0yf8mwpvazm0"))))
(build-system gnu-build-system)
(native-inputs `(("pcre" ,pcre "bin"))) ;for 'pcre-config'
(inputs `(("apr" ,apr)