Skip to content

Commit

Permalink
curl: Update version from 7.65.0 to 7.65.1
Browse files Browse the repository at this point in the history
> 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
  • Loading branch information
pmenzel committed Jun 27, 2019
1 parent cfc2ed2 commit 5756e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curl.be0
Original file line number Diff line number Diff line change
@@ -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'

Expand Down

0 comments on commit 5756e0c

Please sign in to comment.