[PATCH] gnu: wget: update to 1.21.1

  • Done
  • quality assurance status badge
Details
2 participants
  • Mathieu Othacehe
  • Solene Rapenne
Owner
unassigned
Submitted by
Solene Rapenne
Severity
normal

Debbugs page

Solene Rapenne wrote 4 years ago
(address . guix-patches@gnu.org)
20210523113416.37876e1f@perso.pw
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(-)

Toggle diff (24 lines)
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
Mathieu Othacehe wrote 4 years ago
(name . Solene Rapenne)(address . solene@perso.pw)(address . 48605-done@debbugs.gnu.org)
875yyteqga.fsf@gnu.org
Hello,

Toggle quote (2 lines)
> + (version "1.21.1")

Done with 2ae0c5d92037903593e4f307cc25fa4694055898 on core-updates.

Thanks,

Mathieu
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 48605@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 48605
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help