Archived
1
0
Fork 0

gnu: httpd: Update to 2.4.34 [fixes CVE-2018-{1333,8011}].

* gnu/packages/web.scm (httpd): Update to 2.4.34.
This commit is contained in:
Leo Famulari 2018-07-18 13:33:18 -04:00
parent 770d1f2464
commit 16c0902587
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -122,14 +122,14 @@
(define-public httpd (define-public httpd
(package (package
(name "httpd") (name "httpd")
(version "2.4.33") (version "2.4.34")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://apache/httpd/httpd-" (uri (string-append "mirror://apache/httpd/httpd-"
version ".tar.bz2")) version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"01bghiq4pbgjbgd6gic0nb8bbk6mfpwx3gcsbf21f3dhb4c520ny")))) "1w1q2smdgf6ln0x741lk5pv5r0gzrxj2iza1vslhifzy65bcjlzs"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("pcre" ,pcre "bin"))) ;for 'pcre-config' (native-inputs `(("pcre" ,pcre "bin"))) ;for 'pcre-config'
(inputs `(("apr" ,apr) (inputs `(("apr" ,apr)