From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from omta001.cacentral1.a.cloudfilter.net (omta001.cacentral1.a.cloudfilter.net [3.97.99.32]) by sourceware.org (Postfix) with ESMTPS id 27B323857714 for ; Sun, 14 May 2023 04:28:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 27B323857714 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=Shaw.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=shaw.ca Received: from shw-obgw-4002a.ext.cloudfilter.net ([10.228.9.250]) by cmsmtp with ESMTP id xpC7p4XfpLAoIy3LcpTfzz; Sun, 14 May 2023 04:28:40 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=shaw.ca; s=s20180605; t=1684038520; bh=5zGh2TeR+J6HaIeLgxMuCyqy+3Po3iLMW98Rs5NPVQs=; h=From:To:Reply-To:Date:Subject; b=hqQgZps+J0FdjzaXqFtu/456hlCIzW0TCNEvGRfNpK581hdTNxxW78dbHpgK6JBrn yV2/AMmd+EkHNeHWx7KtYfyOaslCSDTVv9WS3vCP4uunAtA4kGpI8sxIVkHfWADx/n k1Clr9smfcVlDtj+jjkXV8C8WXEA3Isi+Vay3ylYnLSUe7ZMDOuA3CbY91PHTRYzPh vVR6Z3w7o0epnNdcvIdIiTzdXIQ6i7xMxADi1z8WycyZQTlDat/EmH3H9KUezEnGTo DE9RJAW/GGY5iXGja2gysPgg2LRv6czdXZUUG8oH7AR4qTfUZDQSCxOd9JGM5GS+j7 H/+CNhDSW3tWg== Received: from localhost.localdomain ([184.64.102.149]) by cmsmtp with ESMTP id y3LcplrbgyAOey3LcpjiTU; Sun, 14 May 2023 04:28:40 +0000 X-Authority-Analysis: v=2.4 cv=e5oV9Il/ c=1 sm=1 tr=0 ts=64606378 a=DxHlV3/gbUaP7LOF0QAmaA==:117 a=DxHlV3/gbUaP7LOF0QAmaA==:17 a=mDV3o1hIAAAA:8 a=HuW8mwtbw1zvEuCfLwQA:9 a=YCW8OBkuU0gA:10 a=vs0uEUen9bAA:10 a=_FVE-zBwftR9WsbkzFJk:22 From: "Cygwin wget Maintainer" To: "Cygwin Announcements" Reply-To: "Cygwin" Date: Sat, 13 May 2023 22:27:43 -0600 Message-Id: <20230513222743.11758-1-Brian.Inglis@Shaw.ca> Subject: Updated: wget 1.21.4 X-CMAE-Envelope: MS4xfIO8S8PMYIaNDCsh+qEUj5PKZYInruYn4S08Ill5q5xsFYPHObw3AHcjp5tSZRuaEXqlRyUjOpU0AsIZcE9zQ6SfRI2BT6CtdXEAscscawyc65nExYE1 q7U+UiX7QlzeZcozu9/7+YbZ854YvenZeO6qLuJirK9qzgXbf2Ciio6Nu3MCSxDKDwt6Hd7Z7PSBwS/3Q627omaHgb6iDu4u8AE= X-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_NUMSUBJECT,KAM_SHORT,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: The following packages have been upgraded in the Cygwin distribution: * wget 1.21.4 GNU Wget is a file retrieval utility which can use the HTTP, HTTPS, or FTP protocols. Wget features include the ability to work in the background while you're logged out, recursive retrieval of directories, file name wildcard matching, remote file timestamp storage and comparison, use of Rest with FTP servers and Range with HTTP servers to retrieve files over slow or unstable connections, support for Proxy servers, and configurability. For more information, please see the project home page: https://www.gnu.org/software/wget/ This minor release fixes some output and build issues. This will be the last release of wget, unless more high priority patches are required. Future development will be against the successor project wget2. For more details, please see the release notice or below: https://lists.gnu.org/archive/html/info-gnu/2023-05/msg00003.html https://lists.gnu.org/archive/html/bug-wget/2023-05/msg00004.html Noteworthy changes in release 1.21.4 2023-05-11 * Document --retry-on-host-error in help text * Increase read buffer size to 64k. This should speed up downloads on gigabit and faster connections * Update deprecated option '--html-extension' to '--adjust-extension' in documentation * Update gnulib compatibility layer. Fixes HSTS test failures on i686.