From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.139]) by sourceware.org (Postfix) with ESMTPS id B293E3858038 for ; Sun, 10 Jan 2021 18:17:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B293E3858038 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=SystematicSW.ab.ca Authentication-Results: sourceware.org; spf=none smtp.mailfrom=brian.inglis@systematicsw.ab.ca Received: from SystematicSW.ab.ca ([24.64.172.44]) by shaw.ca with ESMTP id yfHkku074bYg3yfHlkvFPC; Sun, 10 Jan 2021 11:17:53 -0700 X-Authority-Analysis: v=2.4 cv=Q4RsX66a c=1 sm=1 tr=0 ts=5ffb44d1 a=kiZT5GMN3KAWqtYcXc+/4Q==:117 a=kiZT5GMN3KAWqtYcXc+/4Q==:17 a=mDV3o1hIAAAA:8 a=S6UUfPDnuDMNMQjguJQA:9 a=FTLo6K_GmFUA:10 a=jaqxi7jYNB4A:10 a=_FVE-zBwftR9WsbkzFJk:22 From: Brian Inglis To: Cygwin Announcements Reply-To: Cygwin Date: Sun, 10 Jan 2021 11:07:01 -0700 Message-Id: <20210110110701.37059-1-Brian.Inglis@SystematicSW.ab.ca> Subject: Updated: wget 1.21.1 X-CMAE-Envelope: MS4xfPc5pTEjDfzx7hLr38RUg1GlQuHLOKpS8PFdsCRzTuwyDMfLW/URdIOQUjbeSLOwwtUPSXny1MMwa/QQ5feDwnxMPLq+JTXdy6e2hGou/9SiRB69giQN F1OOhYAeMMzD8EdYqKc0C07GE0yUXna5v0YK1m71HuPzyGIRqs6/wfs+br0mmWrsJAxqusmhiFEXEh0LOT0ekOwSxnSfvmmdLo543Ra22r5FFxVPEsaIwb/k APvpVIAS4wUrqPF3+mx3G0XFrH1QyXeyG7Q01dPlipc= X-Spam-Status: No, score=-5.5 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, KAM_SHORT, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin-announce@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Read-only mailing list announcing new and updated Cygwin packages List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jan 2021 18:17:56 -0000 The following packages have been upgraded in the Cygwin distribution: * wget 1.21.1 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 mainly fixes some 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/2021-01/msg00007.html https://lists.gnu.org/archive/html/bug-wget/2021-01/msg00030.html Changes in release 1.21.1 (2021-01-09) * Fix 32-bit build issues