diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2015-07-03 23:21:01 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2015-07-03 23:21:01 +0000 |
commit | 97b14fd70037aa1d10bbd0b2ed67efd82e160c56 (patch) | |
tree | 68db5d8a98993614e1b6ee5c853c624fd330db09 /package/network/utils/curl/patches/300-fix-disable-crypto-auth.patch | |
parent | 69a2459c668e9ddf129bbff94633a621e21aeca8 (diff) | |
download | mtk-20170518-97b14fd70037aa1d10bbd0b2ed67efd82e160c56.zip mtk-20170518-97b14fd70037aa1d10bbd0b2ed67efd82e160c56.tar.gz mtk-20170518-97b14fd70037aa1d10bbd0b2ed67efd82e160c56.tar.bz2 |
curl: update curl to version 7.43.0
This brings curl to version 7.43.0 and contains fixes for the following
security vulnerabilities:
CVE-2015-3236: lingering HTTP credentials in connection re-use
http://curl.haxx.se/docs/adv_20150617A.html
CVE-2015-3237: SMB send off unrelated memory contents
http://curl.haxx.se/docs/adv_20150617B.html
The 100-check_long_long patch is not needed any more, because the
upstream autoconf script already checks for long long when cyassl is
selected.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 46169
Diffstat (limited to 'package/network/utils/curl/patches/300-fix-disable-crypto-auth.patch')
-rw-r--r-- | package/network/utils/curl/patches/300-fix-disable-crypto-auth.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/network/utils/curl/patches/300-fix-disable-crypto-auth.patch b/package/network/utils/curl/patches/300-fix-disable-crypto-auth.patch index 3f88861..1cdb820 100644 --- a/package/network/utils/curl/patches/300-fix-disable-crypto-auth.patch +++ b/package/network/utils/curl/patches/300-fix-disable-crypto-auth.patch @@ -1,6 +1,6 @@ --- a/lib/curl_ntlm_msgs.c +++ b/lib/curl_ntlm_msgs.c -@@ -571,7 +571,7 @@ CURLcode Curl_sasl_create_ntlm_type3_mes +@@ -569,7 +569,7 @@ CURLcode Curl_sasl_create_ntlm_type3_mes else #endif @@ -11,9 +11,9 @@ unsigned char ntbuffer[0x18]; --- a/lib/vtls/vtls.c +++ b/lib/vtls/vtls.c -@@ -835,9 +835,9 @@ void Curl_ssl_md5sum(unsigned char *tmp, - unsigned char *md5sum, /* output */ - size_t md5len) +@@ -852,9 +852,9 @@ CURLcode Curl_ssl_md5sum(unsigned char * + unsigned char *md5sum, /* output */ + size_t md5len) { -#ifdef curlssl_md5sum +#if defined(curlssl_md5sum) |