summaryrefslogtreecommitdiff
path: root/package/network/utils/curl/Makefile
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2017-07-23 16:08:47 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2017-07-28 23:49:39 +0200
commit7ab8bf126ef64f0f8e3bca8385742a0d45185e8f (patch)
treebed617ef98c2285c577a6d5f5a28a1ae37dff96d /package/network/utils/curl/Makefile
parent69acb2533ab3adc4136b151dc9a286dccf523142 (diff)
downloadmtk-20170518-7ab8bf126ef64f0f8e3bca8385742a0d45185e8f.zip
mtk-20170518-7ab8bf126ef64f0f8e3bca8385742a0d45185e8f.tar.gz
mtk-20170518-7ab8bf126ef64f0f8e3bca8385742a0d45185e8f.tar.bz2
curl: fix CVE-2017-7407 and CVE-2017-7468
This fixes the following security problems: * CVE-2017-7407: https://curl.haxx.se/docs/adv_20170403.html * CVE-2017-7468: https://curl.haxx.se/docs/adv_20170419.html Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
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 68558a9..9b357a0 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:=3
+PKG_RELEASE:=4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://curl.haxx.se/download/ \