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

The following packages have been upgraded in the Cygwin distribution:

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

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 see:

	/usr/share/doc/curl/CHANGES	https://curl.se/changes.html

curl and libcurl 7.78

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

This release includes the following changes:

* curl_url_set: reject spaces in URLs w/o CURLU_ALLOW_SPACE [118]
* CURLE_SETOPT_OPTION_SYNTAX: new error name for wrong setopt syntax [40]
* hostip: make 'localhost' return fixed values [16]
* mbedtls: add support for cert and key blob options [11]
* metalink: remove all support for it [54]
* mqtt: add support for username and password [91]

This release includes the following known bugs:

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

This release includes the following bugfixes:

* --socks4[a]: clarify where the host name is resolved [107]
* ares: always store IPv6 addresses first [20]
* asyn-ares: remove check for 'data' in Curl_resolver_cancel [89]
* bearssl: explicitly initialize all fields of Curl_ssl [1]
* bearssl: remove incorrect const on variable that is modified [1]
* build: fix compiler warnings when CURL_DISABLE_VERBOSE_STRINGS [155]
* c-hyper: abort CONNECT response reading early on non 2xx responses [75]
* c-hyper: add support for transfer-encoding in the request [121]
* c-hyper: bail on too long response headers [115]
* c-hyper: clear NTLM auth buffer when request is issued [23]
* c-hyper: convert HYPERE_INVALID_PEER_MESSAGE to CURLE_UNSUPPORTED_PROTOCOL [21]
* c-hyper: fix NTLM on closed connection tested with test159 [4]
* c-hyper: fix the uploaded field in progress callbacks [78]
* c-hyper: handle NULL from hyper_buf_copy() [19]
* c-hyper: support CURLINFO_STARTTRANSFER_TIME [29]
* c-hyper: support CURLOPT_HEADER [32]
* ccsidcurl: fix the compile errors [27]
* CI/cirrus: install impacket from PyPI instead of FreeBSD packages [166]
* CI: add bearssl build [1]
* CI: add Circle CI [92]
* CI: add jobs using Zuul [86]
* CI: delete --enable-hsts option (it is the default now) [2]
* CI: remove travis details [144]
* cleanup: spell DoH with a lowercase o [172]
* cmake: add CURL_DISABLE_NTLM option [44]
* cmake: avoid leaking absolute paths into exported config [3]
* cmake: fix IoctlSocket FIONBIO check [156]
* cmake: fix support for UnixSockets feature on Win32 [104]
* cmake: remove libssh2 feature checks [122]
* cmake: try well-known send/recv signature for Apple [12]
* configure.ac: make non-executable [109]
* configure/cmake: remove checks for many unused functions [95]
* configure: add --disable-ntlm option [45]
* configure: disable RTSP when hyper is selected [68]
* configure: do not strip out debug flags [110]
* configure: fix nghttp2 library name for static builds [157]
* configure: inhibit the implicit-fallthrough warning on gcc-12 [106]
* configure: rename get-easy-option configure option to get-easy-options [81]
* conn_shutdown: if closed during CONNECT cleanup properly [59]
* conncache: lowercase the hash key for better match [5]
* cookies: track expiration in jar to optimize removals [25]
* copyright: add boiler-plate headers to CI config files [143]
* crustls: bump crustls version and use new URL [119]
* curl.h: <sys/select.h> is supported by VxWorks7 [102]
* curl.h: include sys/select.h for NuttX RTOS [100]
* curl: ignore blank --output-dir [57]
* curl_endian: remove the unused Curl_write64_le function [85]
* curl_multibyte: Remove local encoding fallbacks [58]
* Curl_ntlm_core_mk_nt_hash: fix OOM in error path [8]
* Curl_ssl_getsessionid: fail if no session cache exists [14]
* CURLOPT_WRITEFUNCTION.3: minor update of the example [80]
* docs/BINDINGS: fix outdated links [116]
* docs/examples: use curl_multi_poll() in multi examples [152]
* docs/INSTALL: remove mentions of configure --with-darwin-ssl [55]
* docs: document missing arguments to commands [160]
* docs: fix inconsistencies in EGDSOCKET documentation [159]
* docs: fix incorrect argument name reference [161]
* docs: Fix typos [146]
* docs: make docs for --etag-save match the program behaviour [169]
* docs: use --max-redirs instead of --max-redir [28]
* doh: (void)-prefix call to curl_easy_setopt
* doh: fix wrong DEBUGASSERT for doh private_data [62]
* easy: during upkeep, attach Curl_easy to connections in the cache [171]
* examples/multi-single: fix scan-build warning [150]
* examples: length-limit two sscanf() uses of %s [96]
* examples: safer and more proper read callback logic [127]
* filecheck: quietly remove test-place/*~ [39]
* formdata: avoid "Argument cannot be negative" warning [131]
* formdata: correct typecast in curl_mime_data call [137]
* GHA: add a linux-hyper job [52]
* GHA: add several libcurl tests to the hyper job
* GHA: run the newly fixed tests with hyper [36]
* github: timeout jobs on macOS after 90 minutes [42]
* glob: pass an 'int' as len when using printf's %*s [139]
* gnutls: set the preferred TLS versions in correct order [94]
* GOVERNANCE: add 'user', 'committer' and 'contributor' [15]
* hostip: (macOS) free returned memory of SCDynamicStoreCopyProxies [105]
* hostip: bad CURLOPT_RESOLVE syntax now returns error [35]
* hsts: ignore numberical IP address hosts [17]
* HSTS: not experimental anymore
* http2: clarify 'Using HTTP2' verbose message [63]
* http2: init recvbuf struct for pushed streams [13]
* http2_connisdead: handle trailing GOAWAY better [18]
* http: fix crash in rate-limited upload [142]
* http: make the haproxy support work with unix domain sockets [99]
* http_proxy: deal with non-200 CONNECT response with Hyper [22]
* hyper: propagate errors back up from read callbacks [113]
* HYPER: remove mentions of deprecated development branch
* idn: fix libidn2 with windows unicode builds [117]
* infof: remove newline from format strings, always append it [149]
* lib: don't compare fd to FD_SETSIZE when using poll [61]
* lib: fix compiler warnings with CURL_DISABLE_NETRC [168]
* lib: fix type of len passed to *printf's %*s [133]
* lib: more %u for port and int for %*s fixes [132]
* lib: use %u instead of %ld for port number printf [134]
* libcurl-security.3: mention file descriptors and forks [108]
* libssh2: limit time a disconnect can take to 1 second [111]
* mbedtls: make mbedtls_strerror always work [6]
* mbedtls: Remove unnecessary include [175]
* mqtt: detect illegal and too large file size [43]
* mqtt: extend the error message for no topic [136]
* msnprintf: return number of printed characters excluding null byte [148]
* multi: add scan-build-6 work-around in curl_multi_fdset [88]
* multi: alter transfer timeout ordering [97]
* multi: do not switch off connect_only flag when closing [98]
* multi: fix crash in curl_multi_wait / curl_multi_poll [153]
* netrc: skip 'macdef' definitions [87]
* ngtcp2: disable TLSv1.3 compatible mode when using GnuTLS [83]
* openssl: avoid static variable for seed flag [101]
* openssl: don't remove session id entry in disassociate [56]
* pinnedpubkey.d: fix formatting for version support lists [126]
* proto.d: fix formatting for paragraphs after margin changes [125]
* quiche: use send() instead of sendto() to avoid macOS issue [103]
* Revert "c-hyper: handle body on HYPER_TASK_EMPTY" [26]
* Revert "ftp: Expression 'ftpc->wait_data_conn' is always false" [147]
* runtests: also find the last test in Makefile.inc [66]
* runtests: enable 'hyper mode' only for HTTP tests [34]
* runtests: init $VERSION to avoid warnings when using -l
* runtests: parse data/Makefile.inc instead of using make [38]
* runtests: skip disabled tests unless -f is used [82]
* rustls: remove native_roots fallback [65]
* schannel: set ALPN length correctly for HTTP/2 [24]
* SChannel: Use '_tcsncmp()' instead [164]
* sectransp: check for client certs by name first, then file [167]
* setopt: fix incorrect comments [10]
* socketpair: fix potential hangs [37]
* socks4: scan for the IPv4 address in resolve results [124]
* ssl: read pending close notify alert before closing the connection [9]
* sws: malloc request struct instead of using stack [60]
* telnet: fix option parser to not send uninitialized contents [170]
* test1116: hyper doesn't pass through "surprise-trailers" [123]
* test1147: hyper doesn't allow "crazy" request headers like built-in [114]
* test1151: added missing CRLF to work with hyper [120]
* test1216: adjusted for hyper mode [73]
* test1218: adjusted for hyper mode [72]
* test1230: adjust to work in hyper mode [74]
* test1340/1341: adjusted for hyper mode [71]
* test1438/1457: add HTTP keyword to make hyper mode work [70]
* test1514: add a CRLF to the response to make it correct [130]
* test1518: adjusted to work with hyper [129]
* test1519: adjusted to work with hyper [128]
* test1594/1595/1596: fix to work in hyper mode [69]
* test269: disable for hyper [33]
* test3010: work with hyper mode [67]
* test328: avoid a header-looking body to make hyper mode work [53]
* test339: CRLFify better to work in hyper mode [51]
* test347: CRLFify to work in hyper mode [50]
* test393: make Content-Length fit within 64 bit for hyper [49]
* test394: hyper returns a different error [48]
* test395: hyper cannot work around > 64 bit content-lengths like built-in [47]
* test433: adjust for hyper mode [46]
* test434: add HTTP keyword [76]
* test500: adjust to work with hyper mode
* test566: adjust to work with hyper mode [79]
* test599: adjusted to work in hyper mode [77]
* test644: remove as duplicate of test 587 [84]
* tests: fix Accept-Encoding strips to work with Hyper builds [41]
* TLS: prevent shutdown loops to get stuck [112]
* tool: make _lseeki64() macro work with the PellesC compiler [163]
* tool_help: document that --tlspassword takes a password [162]
* tool_help: remove unused define [154]
* url.c: remove two variable assigns that are never read [90]
* url: (void)-prefix a curl_url_get() call [138]
* url: bad CURLOPT_CONNECT_TO syntax now returns error [31]
* version: turn version number functions into returning void [135]
* vtls: exit addsessionid if no cache is inited [7]
* vtls: fix connection reuse checks for issuer cert and case sensitivity [165]
* vtls: only store TIMER_APPCONNECT for non-proxy connect [93]
* vtls: use free() not curl_free() [140]
* warnless: simplify type size handling [30]
* Win32: fix build with Watt-32
* winbuild/README: VC should be set to 6 'or larger' [64]
* winbuild: support alternate nghttp2 static lib name [174]
* wolfssl: failing to set a session id is not reason to error out [151]
* write-out.d: clarify urlnum is not unique for de-globbed URLs [145]
* zuul: use the new rustls directory name [141]


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

only message in thread, other threads:[~2021-07-27  0:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-27  0:23 Updated: curl, libcurl{4, -devel, -doc}, mingw64-{x86_64, i686}-curl 7.78 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).