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 950403858D3C for ; Sun, 1 May 2022 21:37:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 950403858D3C 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 lDeSniQZ8gTZYlHGHnbjF1; Sun, 01 May 2022 21:37:49 +0000 Received: from localhost.localdomain ([184.64.124.72]) by cmsmtp with ESMTP id lHGGnaUaofLIOlHGGnVwzD; Sun, 01 May 2022 21:37:49 +0000 X-Authority-Analysis: v=2.4 cv=L5EO/sf8 c=1 sm=1 tr=0 ts=626efdad a=oHm12aVswOWz6TMtn9zYKg==:117 a=oHm12aVswOWz6TMtn9zYKg==:17 a=ugkhXdxtAAAA:8 a=Z56k03Ud8xKCTC0NRawA:9 a=i0ZCOD_hNsQA:10 a=Q-kE5BOZeTQA:10 a=UBqW8vr-10gA:10 a=ZG-MjRxWnTTVGrJRUvVH:22 From: "Cygwin curl Maintainer" To: "Cygwin Announcements" Reply-To: "Cygwin" Date: Sun, 01 May 2022 15:28:50 -0600 Message-Id: <20220501152850.47292-1-Brian.Inglis@SystematicSW.ab.ca> Subject: Updated: curl, libcurl{4, -devel, -doc}, mingw64-{x86_64, i686}-curl 7.83 X-CMAE-Envelope: MS4xfKoYTc9VKnoc9GX/Y7Nnxojc+LJx0Rd4f06QOuOjMxg5tJ4xKwrJPzn12cQ9BPLwPx2tkeJ+CFqRym4mGzSb1jQmtpzSaAF1EFp1zRHmT01Qyhi+GxG7 /0MOzDkM++1oOj6/m5RPGJMn6gEL2tSeKmDX7JN/uMBLGG2DjlTK9hnYBoRLG3v1qJft+3reiGaA5Y0DyEMTRdXZgfGPgfW6NGKvKOitKP453DbE1m1yZVov X-Spam-Status: No, score=-1163.8 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, KAM_SHORT, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE 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-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, 01 May 2022 21:37:51 -0000 The following packages have been upgraded in the Cygwin distribution: * curl 7.83 * libcurl4 7.83 * libcurl-devel 7.83 * libcurl-doc 7.83 * mingw64-x86_64-curl 7.83 * mingw64-i686-curl 7.83 Command line tool and Library supporting transferring files with URL syntax, using FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, and FILE, SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate...), file transfer resume, proxy tunneling and a busload of other useful tricks. For more information see the project home page: https://curl.se/ As there are multiple components and many changes each release please see below or read /usr/share/doc/curl/RELEASE-NOTES after installation; for complete details of changes since the previous Cygwin release see: /usr/share/doc/curl/CHANGES or https://curl.se/changes.html curl and libcurl 7.83.0 Public curl releases: 207 Command line options: 247 curl_easy_setopt() options: 295 Public functions in libcurl: 88 Contributors: 2625 This release includes the following changes: * curl: add %header{name} experimental support in -w handling * curl: add %{header_json} experimental support in -w handling * curl: add --no-clobber * curl: add --remove-on-error * header api: add curl_easy_header and curl_easy_nextheader * msh3: add support for QUIC and HTTP/3 using msh3 This release includes the following known bugs: * see docs/KNOWN_BUGS (https://curl.se/docs/knownbugs.html) This release includes the following bugfixes: * appveyor: add Cygwin build * appveyor: only add MSYS2 to PATH where required * BearSSL: add CURLOPT_SSL_CIPHER_LIST support * BearSSL: add CURLOPT_SSL_CTX_FUNCTION support * BINDINGS.md: add Hollywood binding * CI: Do not use buildconf. Instead, just use: autoreconf -fi * CI: install Python package impacket to run SMB test 1451 * configure.ac: move -pthread CFLAGS setting back where it used to be * configure: bump the copyright year range int the generated output * conncache: include the zone id in the "bundle" hashkey * connecache: remove duplicate connc->closure_handle check * connect: make Curl_getconnectinfo work with conn cache from share handle * connect: use TCP_KEEPALIVE only if TCP_KEEPIDLE is not defined * cookie.d: clarify when cookies are sent * cookies: improve errorhandling for reading cookiefile * curl/system.h: update ifdef condition for MCST-LCC compiler * curl: error out if -T and -d are used for the same URL * curl: error out when options need features not present in libcurl * curl: escape '?' in generated --libcurl code * curl: fix segmentation fault for empty output file names. * curl_easy_header: fix typos in documentation * CURLINFO_PRIMARY_PORT.3: clarify which port this is * CURLOPT*TLSAUTH.3: they only work with OpenSSL or GnuTLS * CURLOPT_DISALLOW_USERNAME_IN_URL.3: use uppercase URL * CURLOPT_PREQUOTE.3: only works for FTP file transfers, not dirs * CURLOPT_PROGRESSFUNCTION.3: fix typo in example * CURLOPT_UNRESTRICTED_AUTH.3: extended explanation * CURLSHOPT_UNLOCKFUNC.3: fix the callback prototype * docs/HYPER.md: updated to reflect current hyper build needs * docs/opts: Mention Schannel client cert type is P12 * docs: Fix missing semicolon in example code * docs: lots of minor language polish * English: use American spelling consistently * fail.d: tweak the description * firefox-db2pem.sh: make the shell script safer * ftp: fix error message for partial file upload * gen.pl: change wording for mutexed options * GHA: add openssl3 jobs moved over from zuul * GHA: build hyper with nightly rustc * GHA: move bearssl jobs over from zuul * gha: move the event-based test over from Zuul * gtls: fix build for disabled TLS-SRP * http2: handle DONE called for the paused stream * http2: RST the stream if we stop it on our own will * http: avoid auth/cookie on redirects same host diff port * http: close the stream (not connection) on time condition abort * http: reject header contents with nul bytes * http: return error on colon-less HTTP headers * http: streamclose "already downloaded" * hyper: fix status_line() return code * hyper: fix tests 580 and 581 for hyper * hyper: no h2c support * infof: consistent capitalization of warning messages * ipv4/6.d: clarify that they are about using IP addresses * json.d: fix typo (overriden -> overridden) * keepalive-time.d: It takes many probes to detect brokenness * lib/warnless.[ch]: only check for WIN32 and ignore _WIN32 * lib670: avoid double check result * lib: #ifdef on USE_HTTP2 better * lib: fix some misuse of curlx_convert_wchar_to_UTF8 * lib: remove exclamation marks * libssh2: compare sha256 strings case sensitively * libssh2: make the md5 comparison fail if wrong length * libssh: fix build with old libssh versions * libssh: fix double close * libssh: Improve fix for missing SSH_S_ stat macros * libssh: unstick SFTP transfers when done event-based * macos: set .plist version in autoconf * mbedtls: remove 'protocols' array from backend when ALPN is not used * mbedtls: remove server_fd from backend * mk-ca-bundle.pl: Use stricter logic to process the certificates * mk-ca-bundle.vbs: delete this script in favor of mk-ca-bundle.pl * mlc_config.json: add file to ignore known troublesome URLs * mqtt: better handling of TCP disconnect mid-message * ngtcp2: add client certificate authentication for OpenSSL * ngtcp2: avoid busy loop in low CWND situation * ngtcp2: deal with sub-millisecond timeout * ngtcp2: disconnect the QUIC connection proper * ngtcp2: enlarge H3_SEND_SIZE * ngtcp2: fix HTTP/3 upload stall and avoid busy loop * ngtcp2: fix memory leak * ngtcp2: fix QUIC_IDLE_TIMEOUT * ngtcp2: make curl 1ms faster * ngtcp2: remove remote_addr which is not used in a meaningful way * ngtcp2: update to work after recent ngtcp2 updates * ngtcp2: use token when detecting :status header field * nonblock: restore setsockopt method to curlx_nonblock * openssl: check SSL_get_peer_cert_chain return value * openssl: enable CURLOPT_SSL_EC_CURVES with BoringSSL * openssl: fix CN check error code * options: remove mistaken space before paren in prototype * perl: removed a double semicolon at end of line * pop3/smtp: return *WEIRD_SERVER_REPLY when not understood * projects/README: converted to markdown * projects: Update VC version names for VS2017, VS2022 * rtsp: don't let CSeq error override earlier errors * runtests: add 'bearssl' as testable feature * runtests: make 'oldlibssh' be before 0.9.4 * schannel: remove dead code that will never run * scripts/copyright.pl: ignore the new mlc_config.json file * scripts: move three scripts from lib/ to scripts/ * test1135: sync with recent API updates * test1459: disable for oldlibssh * test375: fix line endings on Windows * test386: Fix an incorrect test markup tag * test718: edited slightly to return better HTTP * tests/server/util.h: align WIN32 condition with util.c * tests: refactor server/socksd.c to support --unix-socket * timediff.[ch]: add curlx helper functions for timeval conversions * tls: make mbedtls and NSS check for h2, not nghttp2 * tool and tests: force flush of all buffers at end of program * tool_cb_hdr: Turn the Location: into a terminal hyperlink * tool_getparam: error out on missing -K file * tool_listhelp.c: uppercase URL * tool_operate: fix a scan-build warning * tool_paramhlp: use feof(3) to identify EOF correctly when using fread(3) * transfer: redirects to other protocols or ports clear auth * unit1620: call global_init before calling Curl_open * url: check sasl additional parameters for connection reuse. * vtls: provide a unified APLN-disagree string for all backends * vtls: use a backend standard message for "ALPN: offers %s" * vtls: use a generic "ALPN, server accepted" message * winbuild/README.md: fixup dead link * winbuild: Add a Visual Studio example to the README * wolfssl: fix compiler error without IPv6 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 2FA5B3858D32 for ; Sun, 15 May 2022 15:27:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 2FA5B3858D32 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-4004a.ext.cloudfilter.net ([10.228.9.227]) by cmsmtp with ESMTP id q9zoneO8iwtwGqG9Fn2uo1; Sun, 15 May 2022 15:27:09 +0000 Received: from localhost.localdomain ([184.64.124.72]) by cmsmtp with ESMTP id qG9HnwI5MsF60qG9HnGIii; Sun, 15 May 2022 15:27:12 +0000 X-Authority-Analysis: v=2.4 cv=Z8n/oVdA c=1 sm=1 tr=0 ts=62811bd0 a=oHm12aVswOWz6TMtn9zYKg==:117 a=oHm12aVswOWz6TMtn9zYKg==:17 a=ugkhXdxtAAAA:8 a=53vsTkSt9-rihr29mqMA:9 a=i0ZCOD_hNsQA:10 a=Q-kE5BOZeTQA:10 a=UBqW8vr-10gA:10 a=ZG-MjRxWnTTVGrJRUvVH:22 From: "Cygwin curl Maintainer" To: "Cygwin Announcements" Reply-To: "Cygwin" Date: Sun, 15 May 2022 09:25:17 -0600 Message-ID: <20220501152850.47292-1-Brian.Inglis@SystematicSW.ab.ca> Subject: Updated: curl, libcurl{4, -devel, -doc}, mingw64-{x86_64, i686}-curl 7.83.1 X-CMAE-Envelope: MS4xfEZ2ZUl69V+J7vRPLezKXULdzwk3TBkHkokRt/nfCDPJyNa6nZpn6Q0tWYcaQFDcdmpg+FohLywkBIc8pawOGxgZSqflrDHGGPM3elGU2vaigF+cMUC9 VMAz9L0/hbCVfV/pd8LFz7/lAenULQDgNpAkQYjt3HtISvskDLDEldghbAfKG82chl7MoK9OjlHO7xj7Ct0F93+bednvRS55Mw1ntADg/VcVCmUULyrMOz1U X-Spam-Status: No, score=-1163.7 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, KAM_SHORT, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) 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, 15 May 2022 15:27:15 -0000 Message-ID: <20220515152517.agTUWi4Z06EJcUeWDc3Ho8mdoz8MklXup_V7m7YGNcY@z> The following packages have been upgraded in the Cygwin distribution: * curl 7.83.1 * libcurl4 7.83.1 * libcurl-devel 7.83.1 * libcurl-doc 7.83.1 * mingw64-x86_64-curl 7.83.1 * mingw64-i686-curl 7.83.1 Command line tool and Library supporting transferring files with URL syntax, using FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, and FILE, SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate...), file transfer resume, proxy tunneling and a busload of other useful tricks. For more information see the project home page: https://curl.se/ As there are multiple components and many changes each release please see below or read /usr/share/doc/curl/RELEASE-NOTES after installation; for complete details of changes since the previous Cygwin release see: /usr/share/doc/curl/CHANGES or https://curl.se/changes.html curl and libcurl 7.83.1 Public curl releases: 208 Command line options: 247 curl_easy_setopt() options: 295 Public functions in libcurl: 88 Contributors: 2632 This release includes the following bugfixes: * altsvc: fix host name matching for trailing dots * cirrus: Update to FreeBSD 12.3 * cirrus: Use pip for Python packages on FreeBSD * conn: fix typo 'connnection' -> 'connection' in two function names * cookies: make bad_domain() not consider a trailing dot fine * curl: free resource in error path * curl: guard against size_t wraparound in no-clobber code * CURLOPT_DOH_URL.3: mention the known bug * CURLOPT_HSTS*FUNCTION.3: document the involved structs as well * CURLOPT_SSH_AUTH_TYPES.3: fix the default * data/test376: set a proper name * GHA/mbedtls: enabled nghttp2 in the build * gha: build msh3 * gskit: fixed bogus setsockopt calls * gskit: remove unused function set_callback * hsts: ignore trailing dots when comparing hosts names * HTTP-COOKIES: add missing CURLOPT_COOKIESESSION * http: move Curl_allow_auth_to_host() * http_proxy/hyper: handle closed connections * hyper: fix test 357 * Makefile: fix "make ca-firefox" * mbedtls: bail out if rng init fails * mbedtls: fix compile when h2-enabled * mbedtls: fix some error messages * misc: use "autoreconf -fi" instead buildconf * msh3: get msh3 version from MsH3Version * msh3: print boolean value as text representation * msh3: psss remote_port to MsH3ConnectionOpen * ngtcp2: add ca-fallback support for OpenSSL backend * nss: return error if seemingly stuck in a cert loop * openssl: define HAVE_SSL_CTX_SET_EC_CURVES for libressl * post_per_transfer: remove the updated file name * sectransp: bail out if SSLSetPeerDomainName fails * tests/server: declare variable 'reqlogfile' static * tests: fix markdown formatting in README * test{898,974,976}: add 'HTTP proxy' keywords * tls: check more TLS details for connection reuse * url: check SSH config match on connection reuse * urlapi: address (harmless) UndefinedBehavior sanitizer warning * urlapi: reject percent-decoding host name into separator bytes * x509asn1: make do_pubkey handle EC public keys This release includes the following known bugs: * see docs/KNOWN_BUGS (https://curl.se/docs/knownbugs.html)