* [bug#69721] [PATCH] gnu: Add wget-next
@ 2024-03-11 4:56 Andy Tai
2024-06-07 19:57 ` [bug#69721] Why 'next'? Dale Mellor via Guix-patches
2024-11-13 10:16 ` [bug#69721] [PATCH] gnu: wget: Update to 1.25.0. [security fixes] ashish.is--- via Guix-patches via
0 siblings, 2 replies; 3+ messages in thread
From: Andy Tai @ 2024-03-11 4:56 UTC (permalink / raw)
To: 69721; +Cc: Andy Tai
* gnu/packages/wget.scm (wget-next): New variable
Change-Id: Ied567558ab0d794f567421e9c1c71ba58969cb33
---
gnu/packages/wget.scm | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/gnu/packages/wget.scm b/gnu/packages/wget.scm
index 6c6f7d3382..002873523b 100644
--- a/gnu/packages/wget.scm
+++ b/gnu/packages/wget.scm
@@ -75,6 +75,18 @@ (define-public wget
in downloaded documents to relative links.")
(license license:gpl3+))) ; some files are under GPLv2+
+
+(define-public wget-next
+ (package
+ (inherit wget)
+ (version "1.24.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://gnu/wget/wget-" version ".tar.lz"))
+ (sha256
+ (base32 "1vin1cwha883fjffv4rjy5rg6qw9b6nczzmgjkglzyaf3qahg8ap"))))))
+
(define-public wgetpaste
(package
(name "wgetpaste")
base-commit: b0b988c41c9e0e591274495a1b2d6f27fcdae15a
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#69721] Why 'next'?
2024-03-11 4:56 [bug#69721] [PATCH] gnu: Add wget-next Andy Tai
@ 2024-06-07 19:57 ` Dale Mellor via Guix-patches
2024-11-13 10:16 ` [bug#69721] [PATCH] gnu: wget: Update to 1.25.0. [security fixes] ashish.is--- via Guix-patches via
1 sibling, 0 replies; 3+ messages in thread
From: Dale Mellor via Guix-patches @ 2024-06-07 19:57 UTC (permalink / raw)
To: 69721
Hello Andy,
Why are you adding a 'next' package instead of just bumping the version number?
Thanks, Dale
^ permalink raw reply [flat|nested] 3+ messages in thread
* [bug#69721] [PATCH] gnu: wget: Update to 1.25.0. [security fixes]
2024-03-11 4:56 [bug#69721] [PATCH] gnu: Add wget-next Andy Tai
2024-06-07 19:57 ` [bug#69721] Why 'next'? Dale Mellor via Guix-patches
@ 2024-11-13 10:16 ` ashish.is--- via Guix-patches via
1 sibling, 0 replies; 3+ messages in thread
From: ashish.is--- via Guix-patches via @ 2024-11-13 10:16 UTC (permalink / raw)
To: 69721; +Cc: Ashish SHUKLA
From: Ashish SHUKLA <ashish.is@lostca.se>
This fixes CVE-2024-10524.
* gnu/packages/wget.scm (wget-next): Update to 1.25.0.
Change-Id: I495bde3fbcb28629f9ae45160126d3ccf0d8f722
---
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 96fe2c7c02..30f421176e 100644
--- a/gnu/packages/wget.scm
+++ b/gnu/packages/wget.scm
@@ -78,13 +78,13 @@ (define-public wget
(define-public wget-next
(package
(inherit wget)
- (version "1.24.5")
+ (version "1.25.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/wget/wget-" version ".tar.lz"))
(sha256
- (base32 "1vin1cwha883fjffv4rjy5rg6qw9b6nczzmgjkglzyaf3qahg8ap"))))))
+ (base32 "07waw3s51zmjqzqq717xyyd353qc1ajcd38lh7y8i85hav3mq8hr"))))))
(define-public wgetpaste
(package
base-commit: 4edd1de72040687cfa4c43a50c684c90eee225b2
--
2.47.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-11-13 10:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-11 4:56 [bug#69721] [PATCH] gnu: Add wget-next Andy Tai
2024-06-07 19:57 ` [bug#69721] Why 'next'? Dale Mellor via Guix-patches
2024-11-13 10:16 ` [bug#69721] [PATCH] gnu: wget: Update to 1.25.0. [security fixes] ashish.is--- via Guix-patches via
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.