summaryrefslogtreecommitdiff
path: root/package/network/utils/curl/Makefile
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2018-01-20 14:26:06 +0800
committerHans Dedecker <dedeckeh@gmail.com>2018-01-24 09:25:32 +0100
commit00fa1e4108db4b41dae76909ae5adcdf837ba6ef (patch)
treec0ec0f06d632322c68e81a192d954c1c77562262 /package/network/utils/curl/Makefile
parentd5278cc48b5b08b7aa09c2c3854cf16e5ceae408 (diff)
downloadmtk-20170518-00fa1e4108db4b41dae76909ae5adcdf837ba6ef.zip
mtk-20170518-00fa1e4108db4b41dae76909ae5adcdf837ba6ef.tar.gz
mtk-20170518-00fa1e4108db4b41dae76909ae5adcdf837ba6ef.tar.bz2
curl: fix libcurl/mbedtls async interface
When using mbedtls, curl's nonblocking interface will report a request as done immediately after the socket is written to and never read from the connection. This will result in a HTTP status code of 0 and zero length replies. Cherry-pick the patch from curl 7.53.0 to fix this (https://github.com/curl/curl/commit/b993d2cc). Fixes https://bugs.openwrt.org/index.php?do=details&task_id=1285. Signed-off-by: Darren Tucker <dtucker@dtucker.net>
Diffstat (limited to 'package/network/utils/curl/Makefile')
-rw-r--r--package/network/utils/curl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/curl/Makefile b/package/network/utils/curl/Makefile
index 5d82954..56bf503 100644
--- a/package/network/utils/curl/Makefile
+++ b/package/network/utils/curl/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=curl
PKG_VERSION:=7.52.1
-PKG_RELEASE:=6
+PKG_RELEASE:=7
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://curl.haxx.se/download/ \