gnu: wget: Update to 1.19.5 [fixes CVE-2018-0494].

* gnu/packages/wget.scm (wget): Update to 1.19.5.
This commit is contained in:
Marius Bakke 2018-05-06 23:57:49 +02:00
parent ccb15b343e
commit effd8df8f2
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -44,7 +44,7 @@ (define-module (gnu packages wget)
(define-public wget (define-public wget
(package (package
(name "wget") (name "wget")
(version "1.19.4") (version "1.19.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -52,7 +52,7 @@ (define-public wget
version ".tar.lz")) version ".tar.lz"))
(sha256 (sha256
(base32 (base32
"16jmcqcasx3q9k4azssryli9qyxfq0sfijw998g8zp58cnwzzh1g")))) "0xfaxmlnih7dhkyks5wi4vrn0n1xshmy6gx6fb2k1120sprydyr9"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:phases (modify-phases %standard-phases '(#:phases (modify-phases %standard-phases