From 5756e0cb81b5eb2907c9d3da363fce75338d2eac Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 27 Jun 2019 14:03:32 +0200 Subject: [PATCH] curl: Update version from 7.65.0 to 7.65.1 > Bugfixes: > > * CURLOPT_LOW_SPEED_* repaired > * NTLM: reset proxy "multipass" state when CONNECT request is done > * PolarSSL: deprecate support step 1. Removed from configure > * appveyor: add Visual Studio solution build > * cmake: check for if_nametoindex() > * cmake: support CMAKE_OSX_ARCHITECTURES when detecting SIZEOF variables > * config-win32: add support for if_nametoindex and getsockname > * conncache: Remove the DEBUGASSERT on length check > * conncache: make "bundles" per host name when doing proxy tunnels > * curl-win32.h: Enable Unix Domain Sockets based on the Windows SDK version > * curl_share_setopt.3: improve wording > * dump-header.d: spell out that no headers == empty file > * example/http2-download: fix format specifier > * examples: cleanups and compiler warning fixes > * http2: Stop drain from being permanently set > * http: don't parse body-related headers in bodyless responses > * md4: build correctly with openssl without MD4 > * md4: include the mbedtls config.h to get the MD4 info > * multi: track users of a socket better > * nss: allow to specify TLS 1.3 ciphers if supported by NSS > * parse_proxy: make sure portptr is initialized > * parse_proxy: use the IPv6 zone id if given > * sectransp: handle errSSLPeerAuthCompleted from SSLRead() > * singlesocket: use separate variable for inner loop > * ssl: Update outdated "openssl-only" comments for supported backends > * tests: add HAProxy keywords > * tests: add support to test against OpenSSH for Windows > * tests: make test 1420 and 1406 work with rtsp-disabled libcurl > * tls13-docs: mention it is only for OpenSSL >= 1.1.1 > * tool_parse_cfg: Avoid 2 fopen() for WIN32 > * tool_setopt: for builds with disabled-proxy, skip all proxy setopts() > * url: Load if_nametoindex() dynamically from iphlpapi.dll on Windows > * url: fix bad feature-disable #ifdef > * url: use correct port in ConnectionExists() > * winbuild: Use two space indentation [1]: https://curl.haxx.se/changes.html#7_65_1 --- curl.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curl.be0 b/curl.be0 index ae0382491..c3eb9bb15 100755 --- a/curl.be0 +++ b/curl.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION curl-7.65.0-0 +# BEE_VERSION curl-7.65.1-0 BEE_BUILDTYPE='autotools'