guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Marius Bakke
Subject: 02/02: gnu: wget: Update to 1.19.5 [fixes CVE-2018-0494].
Date: Sun, 6 May 2018 18:02:29 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit effd8df8f26ca3474edd4be53affd89579f03c68
Author: Marius Bakke <address@hidden>
Date:   Sun May 6 23:57:49 2018 +0200

    gnu: wget: Update to 1.19.5 [fixes CVE-2018-0494].
    
    * gnu/packages/wget.scm (wget): Update to 1.19.5.
---
 gnu/packages/wget.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wget.scm b/gnu/packages/wget.scm
index 585b8a0..82ddbde 100644
--- a/gnu/packages/wget.scm
+++ b/gnu/packages/wget.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]