Update wget

  • Open
  • quality assurance status badge
Details
One participant
  • Andreas Enge
Owner
unassigned
Submitted by
Andreas Enge
Severity
normal
A
A
Andreas Enge wrote on 24 Jul 2023 14:00
(address . bug-guix@gnu.org)
ZL5n3kJtAHuPenwp@jurong
Patch attached.

Andreas
From 12e010849549aa6810fd57dacd566d7ff9b8662c Mon Sep 17 00:00:00 2001
Message-ID: <12e010849549aa6810fd57dacd566d7ff9b8662c.1690199971.git.andreas@enge.fr>
From: Andreas Enge <andreas@enge.fr>
Date: Mon, 24 Jul 2023 13:58:14 +0200
Subject: [PATCH] gnu: wget: Update to 1.21.4.

* gnu/packages/wget.scm (wget): Update to 1.21.4.
---
gnu/packages/wget.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

Toggle diff (29 lines)
diff --git a/gnu/packages/wget.scm b/gnu/packages/wget.scm
index 17459344c0..59503a5d61 100644
--- a/gnu/packages/wget.scm
+++ b/gnu/packages/wget.scm
@@ -46,16 +46,15 @@ (define-module (gnu packages wget)
(define-public wget
(package
(name "wget")
- (version "1.21.3.24")
+ (version "1.21.4")
(source
(origin
(method url-fetch)
- ;;(uri (string-append "mirror://gnu/wget/wget-"
- ;; version ".tar.lz"))
- (uri "https://www.multiprecision.org/wget-1.21.3.24-2b723.tar.lz")
+ (uri (string-append "mirror://gnu/wget/wget-"
+ version ".tar.lz"))
(sha256
(base32
- "17ip94mvax83h0gh4905jqc64g5qf3vgxr3bj9gn02pijjm5lzbp"))))
+ "1nabhxx3rg28h2scba2mlawzjyx3dw07j2kjn76cpvahbyd630rn"))))
(build-system gnu-build-system)
(inputs
(list gnutls libidn2 libpsl))

base-commit: cf9904bcc8dd03e73675475bb4d8746dc434e415
--
2.41.0
A
A
Andreas Enge wrote on 24 Jul 2023 14:10
Re: bug#64832: Acknowledgement (Update wget)
(address . 64832@debbugs.gnu.org)(name . Christopher Baines)(address . mail@cbaines.net)
ZL5qKDEOJBggZJ05@jurong
This patch updates wget to the latest release version and replaces the
self-hosted tarball we introduced to enable the core-updates merge.

I built a few random dependent packages.

"guix refresh -l" shows 974 dependent packages; nevertheless, if QA is not
too busy, it would be nice to build it out to get rid of the non-standard
tarball.

Andreas
?
Your comment

Commenting via the web interface is currently disabled.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 64832
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