public inbox for cygwin-announce@cygwin.com
 help / color / mirror / Atom feed
* Updated: curl, libcurl{4, -devel, -doc}, mingw64-{x86_64, i686}-curl 7.77
@ 2021-05-30  6:49 Cygwin curl Maintainer
  0 siblings, 0 replies; only message in thread
From: Cygwin curl Maintainer @ 2021-05-30  6:49 UTC (permalink / raw)
  To: Cygwin Announcements

The following packages have been upgraded in the Cygwin distribution:

* curl			7.77
* libcurl4		7.77
* libcurl-devel		7.77
* libcurl-doc		7.77
* mingw64-x86_64-curl	7.77
* mingw64-i686-curl	7.77

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:

	https://curl.se/changes.html

curl and libcurl 7.77.0

Public curl releases:		 200
Command line options:		 242
curl_easy_setopt() options:	 290
Public functions in libcurl:	  85
Contributors:			2408

This release includes the following changes:

* configure: make the TLS library choice(s) explicit [3]
* curl: ignore options asking for SSLv2 or SSLv3 [10]
* hsts: enable by default [8]
* SSL: support in-memory CA certs for some backends [85]
* vtls: refuse setting any SSL version [9]

This release includes the following known bugs:

* see docs/KNOWN_BUGS (https://curl.se/docs/knownbugs.html)

This release includes the following bugfixes:

* CVE-2021-22297: schannel cipher selection surprise [132]
* CVE-2021-22298: TELNET stack contents disclosure [131]
* CVE-2021-22901: TLS session caching disaster [130]
* AmigaOS: add functions definitions for SHA256 [126]
* build: fix compilation for Windows UWP platform [82]
* c-hyper: don't write to set.writeheader if null [67]
* c-hyper: fix handling of zero-byte chunk from hyper [39]
* c-hyper: handle body on HYPER_TASK_EMPTY [104]
* checksrc: complain on == NULL or != 0 checks in conditions [20]
* CI/cirrus: add shared and static Windows release builds [102]
* cmake: add CURL_ENABLE_EXPORT_TARGET option [133]
* cmake: check for getppid and utimes [87]
* cmake: detect CURL_SA_FAMILY_T [124]
* cmake: fix two invokes result in different curl_config.h [123]
* cmake: make libcurl output filename configurable [41]
* cmake: Use multithreaded compilation on VS 2008+ [122]
* config: remove now-unused macros [107]
* configure: if asked for, fail if ldap is not found [109]
* configure: provide --with-openssl, deprecate --with-ssl [15]
* conn: add 'attach' to protocol handler, make libssh2 use it [119]
* connect: use CURL_SA_FAMILY_T for portability [34]
* ConnectionExists: respect requests for h1 connections better
* cookie: CURLOPT_COOKIEFILE set to NULL switches off cookies [1]
* curl-wolfssl.m4: without custom include path, assume /usr/include [116]
* curl: include libmetalink version in --version output [111]
* Curl_http_header: check for colon when matching Persistent-Auth [51]
* Curl_http_input_auth: require valid separator after negotiation type [52]
* Curl_input_digest: require space after Digest [50]
* curl_mprintf.3: add description [73]
* curl_setup: provide the shutdown flags wider [33]
* curl_url_set.3: add memory management information [38]
* CURLcode: add CURLE_SSL_CLIENTCERT [47]
* CURLOPT_CAPATH.3: defaults to a path, not NULL [103]
* CURLOPT_IPRESOLVE: preventing wrong IP version from being used [125]
* CURLOPT_POSTFIELDS.3: clarify how it gets the size of the data [40]
* data_pending: check only SECONDARY socket for FTP(S) transfers [117]
* docs/TheArtOfHttpScripting: fix markdown links [129]
* docs: camelcase it like GitHub everywhere [62]
* docs: cookies from HTTP headers need domain set [121]
* docs: fix typo in fail-with-body doc [63]
* docs: improve INTERNALS.md regarding getsock cb [105]
* docs: replace dots with dashes in markdown enums [101]
* easy: ignore sigpipe in curl_easy_send [69]
* FILEFORMAT: mention sectransp as a feature [89]
* GIT-INFO: suggest using autoreconf instead of buildconf [96]
* github: add a workflow with libssh2 on macOS using cmake [81]
* github: inhibit deprecated declarations for clang on macOS [118]
* GnuTLS: don't allow TLS 1.3 for versions that don't support it [77]
* gnutls: make setting only the MAX TLS allowed version work [83]
* gskit: fix CURL_DISABLE_PROXY build [57]
* gskit: fix undefined reference to 'conn' [58]
* hostip.h: remove declaration of unimplemented function [108]
* hostip: remove the debug code for LocalHost [113]
* http2: call the handle-closed function correctly on closed stream [37]
* http2: fix a resource leak in push_promise() [54]
* http2: fix resource leaks in set_transfer_url() [55]
* http2: make sure pause is done on HTTP [120]
* http2: move the stream error field to the per-transfer storage [36]
* http2: skip immediate parsing of payload following protocol switch [90]
* http2: use nghttp2_session_upgrade2 instead of nghttp2_session_upgrade [91]
* HTTP3.md: fix nghttp2's HTTP/3 server port [21]
* HTTP3.md: make the ngtcp2 build use the quictls fork [98]
* http: deal with partial CONNECT sends [97]
* http: fix the check for 'Authorization' with Bearer [53]
* http: limit the initial send amount to used upload buffer size [99]
* http: reset the header buffer when sending the request [61]
* http: use offsets inst of integer literals for header parsing [95]
* INSTALL: add IBM i specific quirks [75]
* krb5/name_to_level: replace checkprefix with curl_strequal [49]
* krb5: don't use 'static' to store PBSZ size response [23]
* krb5: remove the unused 'overhead' function [35]
* lib/hostip6.c: make NAT64 address synthesis on macOS work [135]
* lib1564.c: enable last wakeup test part on Windows [26]
* lib: fix 0-length Curl_client_write calls [60]
* lib: fix some misuse of curlx_convert_UTF8_to_tchar [64]
* libcurl-security.3: be careful of setuid [66]
* libcurl-security.3: don't try to filter IPv4 hosts based on the URL [71]
* libcurl.3: mention the URL API [76]
* libssh2: fix Value stored to 'sshp' is never read [13]
* libssh2: ignore timeout during disconnect [45]
* libssh: fix "empty expression statement has no effect" warnings [7]
* libtest: remove lib530.c [88]
* m4: add security frameworks on Mac when compiling rustls [31]
* multi: don't close connection HTTP_1_1_REQUIRED
* multi: fix slow write/upload performance on Windows [27]
* multi: reduce Win32 API calls to improve performance [28]
* ngtcp2: fix the cb_acked_stream_data_offset proto [46]
* NSS: add ciphers to map [30]
* NSS: make colons, commas and spaces valid separators in cipher list [106]
* nss_set_blocking: avoid static for sock_opt [72]
* ntlm: precaution against super huge type2 offsets [65]
* openldap: protect SSL-specific code with proper #ifdef [12]
* openldap: replace ldap_ prefix on private functions [84]
* openssl: fix build error with OpenSSL < 1.0.2 [4]
* openssl: remove unneeded cast for CertOpenSystemStore() [93]
* os400: additional support for options metadata [24]
* progress: fix scan-build-11 warnings [92]
* progress: reset limit_size variables at transfer start [114]
* progress: when possible, calculate transfer speeds with microseconds [48]
* README.md: delete Codacy UTM parameters [5]
* Revert "Revert 'multi: implement wait using winsock events'" [26]
* rustls: only return CURLE_AGAIN when TLS session is fully drained [2]
* rustls: use ALPN [56]
* sasl: use 'unsigned short' to store mechanism [112]
* schannel: Disable auto credentials; add an option to enable it [18]
* schannel: Support strong crypto option [44]
* sectransp: allow cipher name to be specified [29]
* sectransp: fix EXC_BAD_ACCESS caused by uninitialized buffer [136]
* sigpipe: ignore SIGPIPE when using wolfSSL as well [70]
* sockfilt: avoid getting stuck waiting for writable socket [80]
* sockfilt: fix invalid increment of handles index variable nfd [79]
* sws: #ifdef S_IFSOCK use [32]
* sws: allow HTTP requests up to 2MB in size [100]
* test server: take care of siginterrupt() deprecation [25]
* test2100: make it run with and require IPv6 [127]
* tests/disable-scan.pl: also scan all m4 files [17]
* tests/getpart: generate output URL encoded for better diffs [128]
* tests: ignore case of chunked hex numbers in tests [86]
* tls: add USE_HTTP2 define [59]
* tool_getparam: handle failure of curlx_convert_tchar_to_UTF8() [78]
* tool_getparam: replace (in-place) '%20' by '+' according to RFC1866 [14]
* tool_operate: don't discard failed parallel transfer result [16]
* tool_writeout: fix the HTTP_CODE json output [11]
* travis: disable the failing libssh build [94]
* URL-SYNTAX: update IDNA section for WHATWG spec changes [74]
* urlapi: "normalize" numerical IPv4 host names [6]
* vauth: factor base64 conversions out of authentication procedures [22]
* version: add gsasl_version to curl_version_info_data [43]
* version: add OpenLDAP version in the output [110]
* vtls: deduplicate some DISABLE_PROXY ifdefs [19]
* vtls: reset ssl use flag upon negotiation failure [42]
* wolfssl: handle SSL_write() returns 0 for error [68]
* wolfssl: remove SSLv3 support leftovers [115]


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-30  6:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-30  6:49 Updated: curl, libcurl{4, -devel, -doc}, mingw64-{x86_64, i686}-curl 7.77 Cygwin curl Maintainer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).