Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update curl from 7.81.0 to 7.82.0 #2581

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Dutchman101 merged 1 commit into multitheftauto:master from patrikjuvonen:vendor/curl-7.82.0
Apr 8, 2022
Merged

Update curl from 7.81.0 to 7.82.0 #2581

Dutchman101 merged 1 commit into multitheftauto:master from patrikjuvonen:vendor/curl-7.82.0
Apr 8, 2022

Conversation

@patrikjuvonen
Copy link
Contributor

@patrikjuvonen patrikjuvonen commented Mar 31, 2022

Summary

Tests

Validation

To help validate the integrity of the update I have created the following bash script that diffs between my PR branch and the official package provided from the curl website.

#!/bin/bash
CURL_UPDATE_VERSION=7.82.0
CURL_PATH_NAME=curl-$CURL_UPDATE_VERSION
GIT_REPO_BRANCH=vendor/curl-7.82.0
GIT_REPO_URL=https://github.com/patrikjuvonen/mtasa-blue.git
GIT_REPO_CURL_PATH=vendor/curl/
echo 1. Download and extract $CURL_PATH_NAME...
curl https://curl.se/download/$CURL_PATH_NAME.tar.xz | tar -xJ
echo 2. Fetch and checkout the vendor update branch $GIT_REPO_BRANCH from $GIT_REPO_URL...
git fetch $GIT_REPO_URL $GIT_REPO_BRANCH:$GIT_REPO_BRANCH
git checkout $GIT_REPO_BRANCH
echo 3. Start checking integrity...
diff -r --strip-trailing-cr $GIT_REPO_CURL_PATH $CURL_PATH_NAME
echo 4. Completed.
exec $SHELL

Past curl updates in MTA

Date From To Link
January 2022 7.79.1 7.81.0 (current) #2502
September 2021 7.79.0 7.79.1 #2373
September 2021 7.78.0 7.79.0 #2357
August 2021 7.77.0 7.78.0 #2285
June 2021 7.76.1 7.77.0 #2243
April 2021 7.75.0 7.76.1 #2182
March 2021 7.74.0 7.75.0 #2081
December 2020 7.72.0 7.74.0 #1959
October 2020 7.69.1 7.72.0 #1562
March 2020 7.68.0 7.69.1 #1302
January 2020 7.67.0 7.68.0 #1216
November 2019 7.66.0 7.67.0 #1161
September 2019 7.65.3 7.66.0 #1099
July 2019 7.65.1 7.65.3 #1027
July 2019 7.64.1 7.65.1 #1018
April 2019 7.64.0 7.64.1 #898
February 2019 7.63.0 7.64.0 #819
January 2019 7.61.1 7.63.0 #744
September 2018 7.61.0 7.61.1 #428
August 2018 7.59.0 7.61.0 #271
March 2018 7.54.0 7.59.0 b99e343
June 2017 7.32.0 7.54.0 c15d999
August 2013 7.19.4 7.32.0 aaf3e21

Copy of curl changelogs

Fixed in 7.82.0 - March 5 2022

Changes:
[curl: add --json](https://curl.se/bug/?i=8314)
[mesalink: remove support](https://curl.se/bug/?i=8188)
Bugfixes:
appveyor: update images from VS 2019 to 2022
appveyor: use VS 2017 image for the autotools builds
[azure-pipelines: add a build on Windows with libssh](https://curl.se/bug/?i=8511)
[bearssl: fix connect error on expired cert and no verify](https://curl.se/bug/?i=8475)
[bearssl: fix EXC_BAD_ACCESS on incomplete CA cert](https://curl.se/bug/?i=8476)
[bearssl: fix session resumption (session id)](https://curl.se/bug/?i=8474)
build: enable -Warith-conversion
build: fix -Wenum-conversion handling
[build: fix ngtcp2 crypto library detection](https://curl.se/bug/?i=8372)
[checkprefix: remove strlen calls](https://curl.se/bug/?i=8481)
[checksrc: fix typo in comment](https://curl.se/bug/?i=8281)
[CI: move 'distcheck' job from zuul to azure pipelines](https://curl.se/bug/?i=8334)
[CI: move scan-build job from Zuul to Azure Pipelines](https://curl.se/bug/?i=8338)
[CI: move the NSS job from zuul to GHA](https://curl.se/bug/?i=8396)
[ci: move the OpenSSL + c-ares job from Zuul to Circle CI](https://curl.se/bug/?i=8357)
[CI: move the rustls CI job to GHA from Zuul](https://curl.se/bug/?i=8251)
[CI: move two jobs from Zuul to Circle CI](https://curl.se/bug/?i=8359)
[CI: test building wolfssl with --enable-opensslextra](https://curl.se/bug/?i=8315)
[CI: workflows/wolfssl: install impacket](https://curl.se/bug/?i=8307)
[circleci: add a job using libssh](https://curl.se/bug/?i=8444)
[cirlceci: also run a c-ares job on arm with debug enabled](https://curl.se/bug/?i=8357)
[cmake: fix iOS CMake project generation error](https://curl.se/bug/?i=8244)
[cmdline-opts/gen.pl: fix option matching to improve references](https://curl.se/bug/?i=8299)
[config.d: Clarify _curlrc filename is still valid on Windows](https://curl.se/bug/?i=8382)
[configure.ac: use user-specified gssapi dir when using pkg-config](https://curl.se/bug/?i=8289)
[configure: change output for cross-compiled alt-svc support](https://curl.se/bug/?i=8512)
[configure: fix '--enable-code-coverage' typo](https://curl.se/bug/?i=8425)
[configure: remove support for "embedded ares"](https://curl.se/bug/?i=8397)
[configure: requires --with-nss-deprecated to build with NSS](https://curl.se/bug/?i=8395)
[configure: set CURL_LIBRARY_PATH for nghttp2](https://curl.se/bug/?i=8340)
[configure: support specification of a nghttp2 library path](https://curl.se/bug/?i=8375)
[configure: use correct CFLAGS for threaded resolver with xlC on AIX](https://curl.se/bug/?i=8276)
[curl tool: erase some more sensitive command line arguments](https://curl.se/bug/?i=7964)
[curl-functions.m4: fix LIBRARY_PATH adjustment to avoid eval](https://curl.se/bug/?i=8229)
[curl-functions.m4: revert DYLD_LIBRARY_PATH tricks in CURL_RUN_IFELSE](https://curl.se/bug/?i=8229)
[curl-openssl: fix SRP check for OpenSSL 3.0](https://curl.se/bug/?i=8394)
[curl-openssl: remove the OpenSSL headers and library versions check](https://curl.se/bug/?i=8279)
[curl.h: fix typo](https://curl.se/bug/?i=8482)
[curl: remove "separators" (when using globbed URLs)](https://curl.se/bug/?i=8278)
[curl_getdate.3: remove pointless .PP line](https://curl.se/bug/?i=8365)
[curl_multi_socket.3: remove callback and typical usage descriptions](https://curl.se/bug/?i=8262)
curl_url_set.3: mention when CURLU_ALLOW_SPACE was added
[CURLMOPT_TIMERFUNCTION/DATA.3: fix the examples](https://curl.se/bug/?i=8286)
[CURLOPT_PROGRESSFUNCTION.3: fix example struct assignment](https://curl.se/bug/?i=8500)
CURLOPT_RESOLVE.3: change example port to 443
[CURLOPT_XFERINFOFUNCTION.3: fix example struct assignment](https://curl.se/bug/?i=8519)
[CURLOPT_XFERINFOFUNCTION.3: fix typo in example](https://curl.se/bug/?i=8487)
[CURLSHOPT_LOCKFUNC.3: fix typo "relased" -> "released"](https://curl.se/bug/?i=8364)
[des: fix compile break for OpenSSL without DES](https://curl.se/bug/?i=8459)
[docs/cmdline-opts: add "mutexed" options for more http versions](https://curl.se/bug/?i=8254)
[docs/DEPRECATE: remove NPN support in August 2022](https://curl.se/bug/?i=8458)
[docs: capitalize the name 'Netscape'](https://curl.se/bug/?i=8354)
[docs: document HTTP/2 not insisting on TLS 1.2](https://curl.se/bug/?i=8235)
[docs: fix mandoc -T lint formatting complaints](https://curl.se/bug/?i=8228)
[docs: update IETF links to use datatracker](https://curl.se/bug/?i=8317)
[examples/curlx: support building with OpenSSL 1.1.0+](https://curl.se/bug/?i=8529)
[examples/multi-app.c: call curl_multi_remove_handle as well](https://curl.se/bug/?i=8234)
[formdata: avoid size_t => long typecast overflows](https://hackerone.com/reports/1444539)
[ftp: provide error message for control bytes in path](https://curl.se/bug/?i=8460)
[gen.pl: terminate "example" sections better](https://curl.se/bug/?i=8228)
[gha: add a macOS CI job with libssh](https://curl.se/bug/?i=8513)
[gskit: Convert to using Curl_poll](https://curl.se/bug/?i=8454)
[gskit: Fix errors from Curl_strerror refactor](https://curl.se/bug/?i=8454)
[gskit: Fix initialization of Curl_ssl_gskit struct](https://curl.se/bug/?i=8454)
[h2/h3: allow CURLOPT_HTTPHEADER change ":scheme"](https://curl.se/bug/?i=8381)
[hostcheck: fixed to not touch used input strings](https://curl.se/bug/?i=8321)
[hostcheck: reduce strlen calls on chained certificates](https://curl.se/bug/?i=8428)
[hostip: avoid unused parameter error in Curl_resolv_check](https://curl.se/bug/?i=8505)
[http2: move two infof calls to debug-h2-only](https://curl.se/bug/?i=8502)
[http: make Curl_compareheader() take string length arguments too](https://curl.se/bug/?i=8391)
[if2ip: make Curl_ipv6_scope a blank macro when IPv6-disabled](https://curl.se/bug/?i=8439)
KNOWN_BUGS: fix typo "libpsl"
[ldap: return CURLE_URL_MALFORMAT for bad URL](https://curl.se/bug/?i=8170)
[lib: remove support for CURL_DOES_CONVERSIONS](https://curl.se/bug/?i=8378)
[libssh2: don't typecast socket to int for libssh2_session_handshake](https://curl.se/bug/?i=8492)
[libssh: fix include files and defines use for Windows builds](https://curl.se/mail/lib-2022-02/0131.html)
Makefile.am: Generate VS 2022 projects
[maketgz: return error if 'make dist' fails](https://curl.se/mail/lib-2022-02/0070.html)
[mbedtls: enable use of mbedtls without CRL support](https://curl.se/bug/?i=8344)
[mbedtls: enable use of mbedtls without filesystem functions support](https://curl.se/bug/?i=8376)
mbedtls: fix CURLOPT_SSLCERT_BLOB (again)
[mbedtls: fix ssl_init error with mbedTLS 3.1.0+](https://curl.se/bug/?i=8238)
[mbedtls: remove #include <mbedtls/certs.h>](https://curl.se/bug/?i=8343)
[mbedtls: return CURLcode result instead of a mbedtls error code](https://curl.se/bug/?i=8266)
md5: check md5_init_func return value
[mime: use a define instead of the magic number 24](https://curl.se/bug/?i=8441)
[misc: allow curl to build with wolfssl --enable-opensslextra](https://curl.se/bug/?i=8292)
[misc: remove BeOS code and references](https://curl.se/bug/?i=8288)
[misc: remove the final watcom references](https://curl.se/bug/?i=8287)
[misc: remove unused data when IPv6 is not supported](https://curl.se/bug/?i=8430)
[mqtt: free 'sendleftovers' in disconnect](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=43646)
[mqtt: free any send leftover data when done](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=43515)
[multi: allow user callbacks to call curl_multi_assign](https://curl.se/bug/?i=8480)
[multi: grammar fix in comment](https://curl.se/bug/?i=8368)
[multi: remember connection_id before returning connection to pool](https://hackerone.com/reports/1463013)
[multi: set in_callback for multi interface callbacks](https://curl.se/bug/?i=8282)
[netware: remove support](https://curl.se/bug/?i=8358)
[next.d. remove .fi/.nf as they are handled by gen.pl](https://curl.se/bug/?i=8228)
[ngtcp2: adapt to changed end of headers callback proto](https://curl.se/bug/?i=8322)
[ngtcp2: fix declaration of ‘result’ shadows a previous local](https://curl.se/bug/?i=8245)
[ngtcp2: Reset dynbuf when it is fully drained](https://curl.se/bug/?i=7351)
[nss: handshake callback during shutdown has no conn->bundle](https://curl.se/bug/?i=8341)
[ntlm: remove unused feature defines](https://curl.se/bug/?i=8453)
[openldap: fix compiler warning when built without SSL support](https://curl.se/bug/?i=8367)
[openldap: implement SASL authentication](https://curl.se/bug/?i=8152)
[openldap: pass string length arguments to client_write()](https://curl.se/bug/?i=8404)
[openssl.h: avoid including OpenSSL headers here](https://curl.se/bug/?i=8240)
[openssl: check if sessionid flag is enabled before retrieving session](https://curl.se/bug/?i=8472)
[openssl: check SSL_get_ex_data to prevent potential NULL dereference](https://curl.se/bug/?i=8268)
[openssl: check the return value of BIO_new_mem_buf()](https://curl.se/bug/?i=8233)
openssl: fix `ctx_option_t` for OpenSSL v3+
[openssl: fix build for version < 1.1.0](https://curl.se/bug/?i=8470)
[openssl: return error if TLS 1.3 is requested when not supported](https://curl.se/bug/?i=8309)
[os400: Add function wrapper for system command](https://curl.se/bug/?i=8455)
[os400: Add link to QADRT devkit to README.OS400](https://curl.se/bug/?i=8455)
[os400: Default build to target current release](https://curl.se/bug/?i=8455)
[OS400: fix typos in rpg include file](https://curl.se/bug/?i=8494)
[projects: add support for Visual Studio 17 (2022)](https://curl.se/bug/?i=8438)
projects: fix Visual Studio wolfSSL configurations
[projects: remove support for MSVC before VC10 (Visual Studio 2010)](https://curl.se/bug/?i=8442)
[quiche: after leaving h3_recving state, poll again](https://curl.se/bug/?i=8436)
[quiche: change qlog file extension to `.sqlog`](https://curl.se/bug/?i=8316)
[quiche: fix upload for bigger content-length](https://curl.se/bug/?i=8421)
[quiche: handle stream reset](https://curl.se/bug/?i=8437)
quiche: remove two leftover debug infof() outputs
[quiche: verify the server cert on connect](https://curl.se/bug/?i=8173)
[quiche: when *recv_body() returns data, drain it before polling again](https://curl.se/bug/?i=8429)
[README.md: fix links](https://curl.se/bug/?i=8448)
[remote-header-name.d: clarify](https://curl.se/bug/?i=8249)
[runtests.pl: disable debuginfod](https://curl.se/bug/?i=8291)
runtests.pl: properly print the test if it contains binary zeros
[runtests.pl: support the nonewline attribute for the data part](https://curl.se/bug/?i=8239)
[runtests.pl: tolerate test directories without Makefile.inc](https://curl.se/bug/?i=8379)
runtests: allow client/file to specify multiple directories
runtests: make 'rustls' a testable feature
[runtests: make 'wolfssl' a testable feature](https://curl.se/bug/?i=8252)
[runtests: set 'oldlibssh' for libssh versions before 0.9.5](https://curl.se/bug/?i=8444)
[rustls: add CURLOPT_CAINFO_BLOB support](https://curl.se/bug/?i=8255)
[schannel: move the algIds array out of schannel.h](https://curl.se/bug/?i=8469)
[scripts/cijobs.pl: output data about all currect CI jobs](https://curl.se/bug/?i=8408)
[scripts/completion.pl: improve zsh completion](https://curl.se/bug/?i=8363)
scripts/copyright.pl: support many provided file names on the cmdline
scripts/delta: check the file delta for current branch
[sectransp: mark a 3DES cipher as weak](https://curl.se/bug/?i=8479)
[setopt: do bounds-check before strdup](https://curl.se/bug/?i=8377)
[setopt: fix the TLSAUTH #ifdefs for proxy-disabled builds](https://curl.se/bug/?i=8350)
[sha256: Fix minimum OpenSSL version](https://curl.se/bug/?i=8464)
[smb: pass socket for writing and reading data instead of FIRSTSOCKET](https://curl.se/bug/?i=8383)
[ssl: reduce allocated space for ssl backend when FTP is disabled](https://curl.se/bug/?i=8471)
test3021: disable all msys2 path transformation
[test374: gif data without new line at the end](https://curl.se/bug/?i=8239)
[tests/disable-scan.pl: properly detect multiple symbols per line](https://curl.se/bug/?i=8384)
[tests/unit/Makefile.am: add NSS_LIBS to build with NSS fine](https://curl.se/bug/?i=8396)
[tool_findfile: check ~/.config/curlrc too](https://curl.se/bug/?i=8208)
[tool_getparam: DNS options that need c-ares now fail without it](https://curl.se/bug/?i=8285)
[TPF: drop support](https://curl.se/bug/?i=8378)
[unit1610: init SSL library before calling SHA256 functions](https://curl.se/bug/?i=8538)
[url: exclude zonefrom_url when no ipv6 is available](https://curl.se/bug/?i=8439)
[url: given a user in the URL, find pwd for that user in netrc](https://curl.se/bug/?i=8241)
[url: keep trailing dot in host name](https://curl.se/bug/?i=8290)
[url: make Curl_disconnect return void](https://curl.se/bug/?i=8303)
[urlapi: handle "redirects" smarter](https://curl.se/bug/?i=8450)
[urldata: CONN_IS_PROXIED replaces bits.proxy when proxy can be disabled](https://curl.se/bug/?i=8350)
[urldata: remove conn->bits.user_passwd](https://curl.se/bug/?i=8449)
[version_win32: fix warning for `CURL_WINDOWS_APP`](https://curl.se/bug/?i=8385)
[vtls: fix socket check conditions](https://curl.se/bug/?i=8493)
[vtls: pass on the right SNI name](https://curl.se/bug/?i=8320)
[vxworks: drop support](https://curl.se/bug/?i=8362)
[winbuild: add parameter WITH_SSH](https://curl.se/bug/?i=8514)
[wolfssl: return CURLE_AGAIN for the SSL_ERROR_NONE case](https://curl.se/bug/?i=8431)
[wolfssl: when SSL_read() returns zero, check the error](https://curl.se/bug/?i=8431)
write-out.d: Fix num_headers formatting
[x509asn1: toggle off functions not needed for diff tls backends](https://curl.se/bug/?i=8386)

@patrikjuvonen patrikjuvonen added enhancement New feature or request upstream Related to vendor library labels Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

enhancement New feature or request upstream Related to vendor library

Projects

None yet

Milestone

1.6.0

Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /