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

* gnu/packages/wget.scm (wget): Update to 1.19.5.
master
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
1 changed files with 2 additions and 2 deletions

View File

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