From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from omta002.cacentral1.a.cloudfilter.net (omta002.cacentral1.a.cloudfilter.net [3.97.99.33]) by sourceware.org (Postfix) with ESMTPS id DB6353858C2C for ; Mon, 27 Sep 2021 22:18:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org DB6353858C2C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=SystematicSw.ab.ca Authentication-Results: sourceware.org; spf=none smtp.mailfrom=systematicsw.ab.ca Received: from shw-obgw-4001a.ext.cloudfilter.net ([10.228.9.142]) by cmsmtp with ESMTP id UxGYmKXAtps7PUyxdm5xwP; Mon, 27 Sep 2021 22:18:57 +0000 Received: from [192.168.1.105] ([68.147.0.90]) by cmsmtp with ESMTP id UyxcmNL6NU9pxUyxcmk1Xx; Mon, 27 Sep 2021 22:18:57 +0000 X-Authority-Analysis: v=2.4 cv=Bbi7bph2 c=1 sm=1 tr=0 ts=61524351 a=T+ovY1NZ+FAi/xYICV7Bgg==:117 a=T+ovY1NZ+FAi/xYICV7Bgg==:17 a=IkcTkHD0fZMA:10 a=mDV3o1hIAAAA:8 a=aBglbDSzAAAA:20 a=yBR9Qs6oAAAA:8 a=7dEv5pK6AAAA:20 a=w_pzkKWiAAAA:8 a=NEAV23lmAAAA:8 a=b0mYTxL9MFE6EKsT4D0A:9 a=QEXdDO2ut3YA:10 a=sZN3axDp3ZwA:10 a=_FVE-zBwftR9WsbkzFJk:22 a=7C5qix1daMSKwVux_nGC:22 a=sRI3_1zDfAgwuvI8zelB:22 From: Brian Inglis Subject: [ITP] wget2 - fast multithreaded file and recursive website downloader Reply-To: cygwin-apps@cygwin.com To: cygwin-apps@cygwin.com Organization: Systematic Software Message-ID: Date: Mon, 27 Sep 2021 16:18:56 -0600 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-CA Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4xfG+6hc6q8mQpWkQxtqBU5CZ+vqNogbGxChIDsJvwMKmDfOFzbEPibIwCICGfR5dcJJ0Lv8Zs7gOvPAFdavxPJ43D+kJWCuWYbDZNtHWE7hsSK7Azg29+ uCm/E+x6pf6bscB3Z7JCleb5DxZHYebaQjXleHo6ICqo4IH2D0TjO1qvd90e4Hl2mZ13mblfIqqX0wBSSSAGt0tJ+SLp7fYW2W0= X-Spam-Status: No, score=-1160.8 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 22:18:59 -0000 wget2 2.0.0 is the official stable release of the successor of wget supplying a shared library API like curl to build a modern, fast, multithreaded, file and recursive website downloader using HTTP2, HTTP compression, parallel connections, and If-Modified-Since HTTP headers. The library provides the basic functions needed by a modern web client. It is a replacement only for the HTTP functions of the original wget, as it does not support FTP or other protocols, and no longer supports some of the options of its predecessor. Release announcement: https://lists.gnu.org/archive/html/info-gnu/2021-09/msg00011.html More information is available from the home page: https://gitlab.com/gnuwget/wget2 Sources are available from: https://gitlab.com/gnuwget/wget2.git https://git.sv.gnu.org/git/wget/wget2.git and browsable at GitLab or: https://git.sv.gnu.org/cgit/wget/wget2.git https://git.sv.gnu.org/gitweb/?p=wget/wget2.git The package wget2 is currently offered on Arch, Debian/Ubuntu, Gentoo, HP-UX, Kali, Msys2, OpenSuSE, PureOS, Raspbian, Slackware; see: https://repology.org/project/wget2 The Cygwin packages and sources: wget2 libwget2_1 libwget2-devel libwget2-debuginfo are available on Google drive: https://drive.google.com/drive/folders/1VVuC14KuB6uShm4FQL9BuXH0hpLYnIcJ The CI scallywag build is against playground: https://cygwin.com/cgi-bin2/jobs.cgi?id=3358&user=Brian+Inglis&srcpkg=playground&status=succeeded with the Github Actions CI logs at: https://github.com/cygwin/scallywag/actions/runs/1280151343 I have worked with upstream to get the package config, build, and tests to run successfully, and the necessary patches are either in the upstream repo or likely to be committed soon, and included in the next release of wget2.