* [bug#48605] [PATCH] gnu: wget: update to 1.21.1
@ 2021-05-23 9:34 Solene Rapenne via Guix-patches via
2021-06-04 12:59 ` bug#48605: " Mathieu Othacehe
0 siblings, 1 reply; 2+ messages in thread
From: Solene Rapenne via Guix-patches via @ 2021-05-23 9:34 UTC (permalink / raw)
To: 48605
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#48605: [PATCH] gnu: wget: update to 1.21.1
2021-05-23 9:34 [bug#48605] [PATCH] gnu: wget: update to 1.21.1 Solene Rapenne via Guix-patches via
@ 2021-06-04 12:59 ` Mathieu Othacehe
0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2021-06-04 12:59 UTC (permalink / raw)
To: Solene Rapenne; +Cc: 48605-done
Hello,
> + (version "1.21.1")
Done with 2ae0c5d92037903593e4f307cc25fa4694055898 on core-updates.
Thanks,
Mathieu
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-06-04 13:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-23 9:34 [bug#48605] [PATCH] gnu: wget: update to 1.21.1 Solene Rapenne via Guix-patches via
2021-06-04 12:59 ` bug#48605: " Mathieu Othacehe
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.