cURL 7.50.3 changelog
- Bugfixes:
- CVE-2016-7167: escape and unescape integer overflows
- mk-ca-bundle.pl: use SHA256 instead of SHA1
- checksrc: detect strtok() use
- errors: new alias CURLE_WEIRD_SERVER_REPLY
- http2: support > 64bit sized uploads
- openssl: fix bad memory free (regression)
- CMake: hide private library symbols
- http: refuse to pass on response body when NO_NODY is set
- cmake: fix curl-config --static-libs
- mbedtls: switch off NTLM in build if md4 isn't available
- curl: --create-dirs on windows groks both forward and backward slashes
Installation instructions:
Open terminal and insert command line...
$ wget https://curl.haxx.se/download/curl-7.50.3.tar.gz $ tar xvf curl-7.50.3.tar.gz $ cd curl-7.50.3/ $ ./configure $ make $ sudo make install |
Tnx.
ReplyDeleteThere was error after installation:
"curl: error while loading shared libraries: libcurl.so.4: cannot open shared object file: No such file or directory"
but
sudo ldconfig
fixed it.