内容简介:cURL 7.61.1 已发布,cURL 是一个利用 URL 语法传输文件和数据的命令行工具,支持 HTTP,HTTPS,FTP,FTPS,GOPHER,TFTP,SCP,SFTP,SMB,TELNET,DICT,LDAP,LDAPS,FILE,IMAP,SMTP,POP3,RTSP 和 RTMP 等...
cURL 7.61.1 已发布,cURL 是一个利用 URL 语法传输文件和数据的命令行工具,支持 HTTP,HTTPS,FTP,FTPS,GOPHER,TFTP,SCP,SFTP,SMB,TELNET,DICT,LDAP,LDAPS,FILE,IMAP,SMTP,POP3,RTSP 和 RTMP 等协议。被广泛应用在 Unix、 Linux 发行版中,也有 Windows 的移植版本。
这是一个 bug 修复版本,包含以下更新内容:
security advisory (CVE-2018-14618): NTLM password overflow via integer overflow
CURLOPT_ACCEPT_ENCODING.3: list them comma-separated
CURLOPT_SSL_CTX_FUNCTION.3: might cause accidental connection reuse
DEPRECATE: remove release date from 7.62.0
SSLCERTS: improve the openssl command line
auth: pick Bearer authentication whenever a token is available
cmake: CMake config files are defining CURL_STATICLIB for static builds
cmake: link curl to the OpenSSL targets instead of lib absolute paths
configure: fix for -lpthread detection with OpenSSL and pkg-config
content_encoding: accept up to 4 unknown trailer bytes after raw deflate data
cookie tests: treat files as text
curl: warn the user if a given file name looks like an option
docs/SECURITY-PROCESS: mention bounty, drop pre-notify
docs/examples: add hiperfifo example using linux epoll/timerfd
docs: add disallow-username-in-url.d and haproxy-protocol.d to dist
hostip: fix unused variable warning
http2: avoid set_stream_user_data() before stream is assigned
http2: check nghttp2_session_set_stream_user_data return code
lib1522: fix curl_easy_setopt argument type
libcurl-thread.3: expand somewhat on the NO_SIGNAL motivation
retry: return error if rewind was necessary but didn't happen
schannel: enable CALG_TLS1PRF for w32api >= 5.1
sftp: don't send post-quote sequence when retrying a connection
ssh-libssh: fix infinite connect loop on invalid private key
ssh-libssh: reduce excessive verbose output about pubkey auth
test214: disable MSYS2's POSIX path conversion for URL
tests/http_pipe.py: Use /usr/bin/env to find python
tool_operate: Fix setting proxy TLS 1.3 ciphers
下载地址
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《cURL 7.61.1 发布,文件和数据传输命令行工具》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- 东进量子加密传输网关:为数据传输套上“金钟罩”
- 大规模数据传输,知易行难 — 数据传输与 ETL 平台的架构演进 原 荐
- Koa 中实现 chunked 数据传输
- MySQL数据库字符编码总结--数据传输编码
- Debug Tensorflow PS的数据传输
- 中央企业“三重一大”数据传输安全的重要步骤
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
代码大全(第2版)
[美] 史蒂夫·迈克康奈尔 / 金戈、汤凌、陈硕、张菲 译、裘宗燕 审校 / 电子工业出版社 / 2006-3 / 128.00元
第2版的《代码大全》是著名IT畅销书作者史蒂夫·迈克康奈尔11年前的经典著作的全新演绎:第2版不是第一版的简单修订增补,而是完全进行了重写;增加了很多与时俱进的内容。这也是一本完整的软件构建手册,涵盖了软件构建过程中的所有细节。它从软件质量和编程思想等方面论述了软件构建的各个问题,并详细论述了紧跟潮流的新技术、高屋建瓴的观点、通用的概念,还含有丰富而典型的程序示例。这本书中所论述的技术不仅填补了初......一起来看看 《代码大全(第2版)》 这本书的介绍吧!