Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=16nVfXvV; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=iqhx6dlK Received: by mail.netbsd.org (Postfix, from userid 605) id E112684EEE; Sun, 17 Mar 2024 14:24:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710685475; bh=0usWWoaHesQQhGRlaQOC3lBX1Sv4PuIUXblnnw2ga8Y=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=16nVfXvVC5zzeHCE6YbuIkR4di8R8n9M1n3fdFCYVMDEtM1ea2ZagFzylNATG0lEG uZC1QeMQKHQzFXU2W5gj9795k+8HWUR2OLW69fkmB/S1Lwmk2s3RG1i9A7N1HI6Zez 7z+1KeI7tPQf9yCNaMCAd9spxiM8xH3DGs/6NhVs= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D2F3084EE9 for ; Sun, 17 Mar 2024 14:24:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id GDqghcmpCdfB for ; Sun, 17 Mar 2024 14:24:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3E96184CFE for ; Sun, 17 Mar 2024 14:24:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710685473; bh=0usWWoaHesQQhGRlaQOC3lBX1Sv4PuIUXblnnw2ga8Y=; h=Date:From:Subject:To:Reply-To; b=iqhx6dlKhOXnvSRhav0i4gl1bP7UlZX6WHwPSE2WfRDCsd5EHz/hX38nm6KT0MUh2 EYQyc6TlCxBAVyDywsHkshXnShUELNmvkKS454qHN1HuZ9aMI6bDzMksB3UK+J0KUZ BVCxg5eHbRXIcrwKVNWi4SU043jJnfxYu2+KY2oc= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2B085FA2C; Sun, 17 Mar 2024 14:24:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_17106854737380" MIME-Version: 1.0 Date: Sun, 17 Mar 2024 14:24:33 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/wget To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240317142433.2B085FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_17106854737380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Mar 17 14:24:33 UTC 2024 Modified Files: pkgsrc/net/wget: Makefile distinfo Log Message: wget: update to 1.24.5. * Noteworthy changes in release 1.24.5 (2024-03-10) [stable] ** Fix how subdomain matches are checked for HSTS. Fixes a minor issue where cookies may be leaked to the wrong domain ** Wget will now also parse the srcset attribute in HTML tags ** Support reading fetchmail style "user" and "passwd" fields from netrc ** In some cases, prevent the confusing "Cannot write to... (success)" error messages ** Support extremely fast download speeds (TB/s). Previously this would cause Wget to crash when printing the speed ** Improve portability on OpenBSD to run the test suite ** Ensure that CSS URLs are corectly quoted (Bug: 64082) To generate a diff of this commit: cvs rdiff -u -r1.172 -r1.173 pkgsrc/net/wget/Makefile cvs rdiff -u -r1.70 -r1.71 pkgsrc/net/wget/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_17106854737380 Content-Disposition: inline Content-Length: 1457 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/wget/Makefile diff -u pkgsrc/net/wget/Makefile:1.172 pkgsrc/net/wget/Makefile:1.173 --- pkgsrc/net/wget/Makefile:1.172 Wed Nov 8 13:20:37 2023 +++ pkgsrc/net/wget/Makefile Sun Mar 17 14:24:32 2024 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.172 2023/11/08 13:20:37 wiz Exp $ +# $NetBSD: Makefile,v 1.173 2024/03/17 14:24:32 wiz Exp $ -DISTNAME= wget-1.21.4 -PKGREVISION= 2 +DISTNAME= wget-1.24.5 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU:=wget/} EXTRACT_SUFX= .tar.lz Index: pkgsrc/net/wget/distinfo diff -u pkgsrc/net/wget/distinfo:1.70 pkgsrc/net/wget/distinfo:1.71 --- pkgsrc/net/wget/distinfo:1.70 Tue May 16 20:33:01 2023 +++ pkgsrc/net/wget/distinfo Sun Mar 17 14:24:32 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.70 2023/05/16 20:33:01 wiz Exp $ +$NetBSD: distinfo,v 1.71 2024/03/17 14:24:32 wiz Exp $ -BLAKE2s (wget-1.21.4.tar.lz) = 62f3bb676f3d20cb2eec4cb16990a96894143de0d21642ab87e59b92a0eb2aa0 -SHA512 (wget-1.21.4.tar.lz) = 29523aad06db4604cbeddadca3c6b9ef2c26886057f1358044e5502cfb0d35cc0dfe41db3aa4468d7cef43cc9904d88e721f9193dca5e6b6bc836667e097d1d6 -Size (wget-1.21.4.tar.lz) = 2490548 bytes +BLAKE2s (wget-1.24.5.tar.lz) = 5e66254de4410ed36135b49d13f19d60df92486ab101a9dabbaecef66a1a8b3d +SHA512 (wget-1.24.5.tar.lz) = d8972e94d9125133d115750542e0f126b85a311634d5563a69d8fe85ecf1200836dcc83528ee4285d56834c58c722be580bfe749b26436158fbe4afc566f5cc0 +Size (wget-1.24.5.tar.lz) = 2545954 bytes --_----------=_17106854737380--