diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2016-09-24 13:48:05 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2016-09-24 13:48:05 +0200 |
commit | df9efc94970ccc1e43915839ec3f49d54729cc3d (patch) | |
tree | 069247c38ff60d2d886c21699fa0da56dd84782c /package/network/utils/curl/Makefile | |
parent | 6926325829a2f58059ca8e614c892062fbbae393 (diff) | |
download | upstream-df9efc94970ccc1e43915839ec3f49d54729cc3d.tar.gz upstream-df9efc94970ccc1e43915839ec3f49d54729cc3d.tar.bz2 upstream-df9efc94970ccc1e43915839ec3f49d54729cc3d.zip |
curl: update to version 7.50.3
This fixes the following security problems:
7.50.1:
CVE-2016-5419 TLS session resumption client cert bypass
CVE-2016-5420 Re-using connections with wrong client cert
CVE-2016-5421 use of connection struct after free
7.50.2:
CVE-2016-7141 Incorrect reuse of client certificates
7.50.3:
CVE-2016-7167 curl escape and unescape integer overflows
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/network/utils/curl/Makefile')
-rw-r--r-- | package/network/utils/curl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/curl/Makefile b/package/network/utils/curl/Makefile index 15a12450de..b9b3e72377 100644 --- a/package/network/utils/curl/Makefile +++ b/package/network/utils/curl/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=curl -PKG_VERSION:=7.50.0 +PKG_VERSION:=7.50.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 @@ -18,7 +18,7 @@ PKG_SOURCE_URL:=http://curl.haxx.se/download/ \ ftp://ftp.planetmirror.com/pub/curl/ \ http://www.mirrormonster.com/curl/download/ \ http://curl.mirrors.cyberservers.net/download/ -PKG_MD5SUM:=9e463ff8fdc1b5daa81c850c514980ec +PKG_MD5SUM:=7b7347d976661d02c84a1f4d6daf40dee377efdc45b9e2c77dedb8acf140d8ec PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING |