GNU bug report logs - #48605
[PATCH] gnu: wget: update to 1.21.1

Previous Next

Package: guix-patches;

Reported by: Solene Rapenne <solene <at> perso.pw>

Date: Sun, 23 May 2021 14:56:02 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Mathieu Othacehe <othacehe <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#48605: closed ([PATCH] gnu: wget: update to 1.21.1)
Date: Fri, 04 Jun 2021 13:00:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 04 Jun 2021 14:59:01 +0200
with message-id <875yyteqga.fsf <at> gnu.org>
and subject line Re: bug#48605: [PATCH] gnu: wget: update to 1.21.1
has caused the debbugs.gnu.org bug report #48605,
regarding [PATCH] gnu: wget: update to 1.21.1
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
48605: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48605
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Solene Rapenne <solene <at> perso.pw>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: wget: update to 1.21.1
Date: Sun, 23 May 2021 11:34:16 +0200
This is the latest wget version but it doesn't fix CVE-2021-31879

---
 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 1092237a03..b546e1d5f8 100644
--- a/gnu/packages/wget.scm
+++ b/gnu/packages/wget.scm
@@ -44,7 +44,7 @@
 (define-public wget
   (package
     (name "wget")
-    (version "1.20.3")
+    (version "1.21.1")
     (source
      (origin
       (method url-fetch)
@@ -52,7 +52,7 @@
                           version ".tar.lz"))
       (sha256
        (base32
-        "1frajd86ds8vz2hprq30wq8ya89z9dcxnwm8nwk12bbc47l7qq39"))))
+        "1bchzkacjsc5c0x01ngaana9fs5j12wfw1c8qxps1yp68x9vx6yv"))))
     (build-system gnu-build-system)
     (inputs
      `(("gnutls" ,gnutls)
-- 
2.31.1



[Message part 3 (message/rfc822, inline)]
From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Solene Rapenne <solene <at> perso.pw>
Cc: 48605-done <at> debbugs.gnu.org
Subject: Re: bug#48605: [PATCH] gnu: wget: update to 1.21.1
Date: Fri, 04 Jun 2021 14:59:01 +0200
Hello,

> +    (version "1.21.1")

Done with 2ae0c5d92037903593e4f307cc25fa4694055898 on core-updates.

Thanks,

Mathieu


This bug report was last modified 4 years and 66 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.