Skip to content

Commit

Permalink
curl: Update version from 7.52.1 to 7.54.0
Browse files Browse the repository at this point in the history
[Changes][1]:

> ### 7.53.0 - February 22 2017 ###
>
> *   unix_socket: added --abstract-unix-socket and
>     CURLOPT_ABSTRACT_UNIX_SOCKET
> *   CURLOPT_BUFFERSIZE: support enlarging receive buffer

> ### 7.54.0 - April 19 2017 ###
>
> *   Add CURL_SSLVERSION_MAX_* constants to CURLOPT_SSLVERSION
> *   Add --max-tls
> *   Add CURLOPT_SUPPRESS_CONNECT_HEADERS
> *   Add --suppress-connect-headers

As nghttp2 is now installed, and detected by curl, HTTP/2 support is
enabled now.

```
HTTP2 support:    enabled (nghttp2)
```

```
$ curl --version
curl 7.54.0 (x86_64-pc-linux-gnu) libcurl/7.54.0 OpenSSL/1.0.2j zlib/1.2.5 nghttp2/1.23.1
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp smb smbs smtp smtps telnet tftp
Features: IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP HTTP2 UnixSockets HTTPS-proxy
```

[1]: https://curl.haxx.se/changes.html
  • Loading branch information
pmenzel committed Jun 6, 2017
1 parent 7d602e9 commit 793d4e4
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.52.1-0
# BEE_VERSION curl-7.54.0-0

BEE_BUILDTYPE='autotools'

Expand Down

0 comments on commit 793d4e4

Please sign in to comment.