aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/curl/patches/100-check_long_long.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2015-07-03 23:21:01 +0000
committerHauke Mehrtens <hauke@openwrt.org>2015-07-03 23:21:01 +0000
commit53429129dadbc10822d2b90627ec0fac986d1223 (patch)
tree80d96eaad21df9607fa79e3cfcbf1740fa904731 /package/network/utils/curl/patches/100-check_long_long.patch
parent74f9fe161c33fdf416c96b5f402b356a1d457127 (diff)
downloadmaster-187ad058-53429129dadbc10822d2b90627ec0fac986d1223.tar.gz
master-187ad058-53429129dadbc10822d2b90627ec0fac986d1223.tar.bz2
master-187ad058-53429129dadbc10822d2b90627ec0fac986d1223.zip
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46169 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils/curl/patches/100-check_long_long.patch')
-rw-r--r--package/network/utils/curl/patches/100-check_long_long.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/package/network/utils/curl/patches/100-check_long_long.patch b/package/network/utils/curl/patches/100-check_long_long.patch
deleted file mode 100644
index 2dd8cc72d8..0000000000
--- a/package/network/utils/curl/patches/100-check_long_long.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -2885,6 +2885,7 @@ CURL_VERIFY_RUNTIMELIBS
-
- AC_CHECK_SIZEOF(size_t)
- AC_CHECK_SIZEOF(long)
-+AC_CHECK_SIZEOF(long long)
- AC_CHECK_SIZEOF(int)
- AC_CHECK_SIZEOF(short)
- CURL_CONFIGURE_LONG