GNU bug report logs - #69721
[PATCH] gnu: Add wget-next

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Mon, 11 Mar 2024 04:58:02 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: ashish.is <at> lostca.se
To: 69721 <at> debbugs.gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [bug#69721] [PATCH] gnu: wget: Update to 1.25.0. [security fixes]
Date: Wed, 13 Nov 2024 11:16:29 +0100
From: Ashish SHUKLA <ashish.is <at> 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





This bug report was last modified 208 days ago.

Previous Next


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