Telegram for Desktop

最新版本 cURL 8.2.0

cURL 8.2.0

cURL 8.2.0
Telegram for Desktop 是一款專注於速度和安全性的通訊應用程序,它的超級快速,簡單和免費。您可以同時在所有設備上使用“電報”(&M); 您的郵件可以在任何數量的手機,平板電腦或電腦上無縫同步。下載電報離線安裝程序安裝 PC!

使用電報,您可以發送任何類型的消息,照片,視頻和文件(doc,zip,mp3 等),以及創建多達 1000 人的頻道或無限制頻道觀眾。您可以寫信給您的手機聯繫人,並通過用戶名查找人員。因此,電報就像短信和電子郵件的組合 - 並可以照顧您的個人或商業消息需求。您可以通過點擊免費下載按鈕,從我們的網站上下載 PC 離線安裝程序的電報.

您可以使用電報做什麼?
從大多數遠程位置連接。協調多達 1000 名成員的小組。同步所有設備上的聊天。發送任何類型的文件。加密個人和商業機密。用計時器摧毀你的信息。將您的媒體存儲在雲中。在我們的 API 上構建您自己的工具。享受客戶的反饋。注:需要有效的電話號碼.

也可用:下載電報 Mac

ScreenShot

軟體資訊
檔案版本 cURL 8.2.0

檔案名稱 curl-8.2.0.zip
檔案大小
系統 Windows XP / Vista / Windows 7 / Windows 8 / Windows 10
軟體類型 開源軟體
作者 Telegram Team
官網 https://desktop.telegram.org/
更新日期 2023-07-19
更新日誌

What's new in this version:

Changed:
- curl: add --ca-native and --proxy-ca-native
- curl: add --trace-ids
- CURLOPT_MAIL_RCPT_ALLOWFAILS: replace CURLOPT_MAIL_RCPT_ALLLOWFAILS
- haproxy: add --haproxy-clientip flag to set client IPs
- lib: add CURLINFO_CONN_ID and CURLINFO_XFER_ID

Fixed:
- bufq: make write/pass methods more robust
- build: drop unused/redundant `HAVE_WINLDAP_H`
- cf-socket: don't bypass fclosesocket callback if cancelled before connect
- cf-socket: move ctx declaration under HAVE_GETPEERNAME
- cf-socket: skip getpeername()/getsockname for TFTP
- checksrc: modernise perl file open
- checksrc: quote the file name to work with "funny" letters
- CI: brew fix for openssl in default path
- CI: don't install impacket if tests are not run
- CI: enable parallel make in more builds
- circleci: install impacket & wolfssl 5.6.0
- cmake: add support for "unity" builds
- cmake: make use of snprintf
- cmake: stop CMake from quietly ignoring missing Brotli
- configure: add check for ldap_init_fd
- configure: fix run-compiler for old /bin/sh
- configure: the --without forms of the options are also gone
- connect-timeout.d: mention that the DNS lookup is included
- curl.h: include <sys/select.h> for vxworks
- curl: count uploaded data to stop at the originally given size
- curl: return error when asked to use an unsupported HTTP version
- curl_easy_nextheader.3: add missing open parenthesis examples
- curl_log: evaluate log statement only when transfer is verbose
- curl_mprintf.3: minor fix of the example
- curl_pushheader_byname/bynum.3: document in their own man pages
- curl_url_set: enforce the max string length check for all parts
- CURLOPT_AWS_SIGV4.3: remove unused variable from example
- CURLOPT_INFILESIZE.3: mention -1 triggers chunked
- CURLOPT_MIMEPOST.3: clarify what setting to NULL means
- CURLOPT_SSH_PRIVATE_KEYFILE.3: expand on the file search
- docs/libcurl/libcurl.3: cleanups and improvements
- docs: add more .IP after .RE to fix indentation of generate paragraphs
- docs: fix missing parameter names in examples
- docs: update CURLOPT_UPLOAD.3
- docs: update HTTP3.md for newer ngtcp2 and nghttp3
- docs: use a space after RFC when spelling out RFC numbers
- example/connect-to: show CURLOPT_CONNECT_TO
- example/crawler: also set CURLOPT_AUTOREFERER
- example/crawler: make it use a few more options
- example/default-scheme: set the default scheme for schemeless URLs
- example/hsts-preload: show one way to HSTS preload
- example/http2-download: set CURLOPT_BUFFERSIZE
- example/ipv6: feature CURLOPT_ADDRESS_SCOPE in use
- example/maxconnects: set maxconnect example
- example/opensslthreadlock: remove
- examples/ftpuploadresume.c: add use of CURLOPT_ACCEPTTIMEOUT_MS
- examples/http-options: show how to send "OPTIONS *"
- examples/https.c: use CURLOPT_CA_CACHE_TIMEOUT
- examples/multi-debugcallback.c: avoid the bool typedef
- examples/smtp-mime: use CURLOPT_MAIL_RCPT_ALLOWFAILS
- examples/unixsocket.c: example using CURLOPT_UNIX_SOCKET_PATH
- examples/websocket.c: websocket example using CONNECT_ONLY
- examples: make use of CURLOPT_(REDIR_|)PROTOCOLS_STR
- fopen: fix conversion warning on 32-bit Android
- fopen: optimize
- hostip.c: Move macOS-specific calls into global init call
- HTTP/2: upload handling fixes
- http2: better support for --limit-rate
- http2: error stream resets with code CURLE_HTTP2_STREAM
- http2: fix crash in handling stream weights
- http2: fix variable type
- http2: h2 and h2-PROXY connection alive check fixes
- http2: raise header limitations above and beyond
- http2: send HEADER & DATA together if possible
- http2: treat initial SETTINGS as a WINDOW_UPDATE
- HTTP3.md: update openssl version
- http3/ngtcp2: upload EAGAIN handling
- http: rectify the outgoing Cookie: header field size check
- hyper: fix EOF handling on input
- hyper: unslow
- imap-append.c: update to make it more likely to work
- imap: Provide method to disable SASL if it is advertised
- krb5: add typecast to please Coverity
- libcurl-url.3: also mention CURLUPART_ZONEID
- libcurl-ws.3. WebSocket API overview
- libssh2: provide error message when setting host key type fails
- libssh2: use custom memory functions
- ngtcp2: assigning timeout, but value is overwritten before used
- ngtcp2: build with 0.17.0 and nghttp3 0.13.0
- ngtcp2: use ever increasing timestamp in io
- quiche: avoid NULL deref in debug logging
- quiche: fix defects found in latest coverity report
- quote.d: fix indentation of generated paragraphs
- runtests: abort test run after failure without -a
- runtests: better handle ^C during slow tests
- runtests: consistently write the test check summary block
- runtests: create multiple test runners when requested
- runtests: include missing valgrind package
- runtests: make test file directories in log/N
- runtests: rename server command file
- runtests: use more consistent failure lines
- runtests: work around a perl without SIGUSR1
- runtests; give each server a unique log lock file
- scripts: Fix GHA matrix job detection in cijobs.pl
- sectransp: fix EOF handling
- system.h: remove __IBMC__/__IBMCPP__ guards and apply to all z/OS compiles
- test2600: fix the description
- test427: verify sending more cookies than fit in a 8190 bytes line
- tests/http: Add mod_h2 directive `H2ProxyRequests`
- tests/servers.pm: pick unused port number with a server socket
- tests/servers: generate temp names in /tmp for unix domain sockets
- tests: fix error messages & handling around sockets
- tests: improve reliability of TFTP tests
- testutil: allow multiple %-operators on the same line
- timeval: use CLOCK_MONOTONIC_RAW if available
- tls13-ciphers.d: include Schannel
- tool: remove exclamation marks from error/warning messages
- tool: remove newlines from all helpf/notef/warnf/errorf calls
- tool_easysrc.h: correct `easysrc_perform` for `CURL_DISABLE_LIBCURL_OPTION`
- tool_getparam: fix comment
- tool_operate: allow cookie lines up to 8200 bytes
- tool_parsecfg: accept line lengths up to 10M
- tool_urlglob: use curl_off_t instead of longs
- tool_writeout_json: fix encoding of control characters
- transfer: clear credentials when redirecting to absolute URL
- urlapi: have *set(PATH) prepend a slash if one is missing
- urlapi: scheme must start with alpha
- vtls: avoid memory leak if sha256 call fails
- websocket-cb: example doing WebSocket download using callback
- wolfssl: detect when TLS 1.2 support is not built into wolfssl
- wolfssl: support setting CA certificates as blob
- ws: make the curl_ws_meta() return pointer a const

cURL 8.2.0 相關參考資料
Chocolatey Software | cURL 8.2.0

curl is used in command lines or scripts to transfer data. It is also used in cars, television sets, routers, printers, audio equipment, mobile phones, ...

https://community.chocolatey.o

curl 8.2.0 - Daniel Stenberg

2023年7月19日 — The command line tool (and library) got new options to ask it to use the systems “native” CA storage. Currently only work on Windows when curl ...

https://daniel.haxx.se

curl 8.2.0 with Daniel Stenberg - YouTube

https://www.youtube.com

curl 8.2.1 with Daniel Stenberg - YouTube

https://www.youtube.com

curl 8.6.0 for Windows

These are the latest and most up to date official curl binary builds for Microsoft Windows. curl version: 8.6.0. Build: 8.6.0_2. Date: 2024-01-31

https://curl.se

Curl Arbitrary File Write 7.x &gt;= 7.84.0 8.x &lt;= 8.1.2 (CVE- ...

2023年8月1日 — Hi everyone, Nessus found a vulnerability with curl. It looks like Windows Server 2019 uses version 8.0.1 which is vulnerable.

https://learn.microsoft.com

cURL update to 8.2.0 · curl curl · Discussion #11724

2023年8月24日 — The latest curl version is right now 8.2.1. You can always download the latest curl release for Windows from here: https://curl.se/windows/.

https://github.com

Download

8.2.0, binary, Michael Trebilcock. AmigaOS 4 PPC, 8.2.0, libcurl, Michael Trebilcock. BeOS. BeOS, 7.12.3, binary, Marcin Konicki. DOS. DOS, 8.5.0, binary ...

https://curl.se

How to update cURL

2023年10月11日 — When Homebrew is updated with the 8.4.0 version of curl, you can simply run the brew install curl command again to get the latest version. We'll ...

https://snyk.io

Releases · curlcurl

A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, ...

https://github.com