aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/curl/Makefile
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2018-08-08 21:57:18 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2018-08-08 22:51:41 +0200
commit8d903be35ad063977768aee7e0f4b959717ebc96 (patch)
treeeeb19c4d0c76ae246281f98299fdadac61d0eede /package/network/utils/curl/Makefile
parent1e4b5c8b1f189f01de168711698d2c4942584d2a (diff)
downloadupstream-8d903be35ad063977768aee7e0f4b959717ebc96.tar.gz
upstream-8d903be35ad063977768aee7e0f4b959717ebc96.tar.bz2
upstream-8d903be35ad063977768aee7e0f4b959717ebc96.zip
curl: Fix CVE-2018-0500
This backports a fix for: * CVE-2018-0500 SMTP send heap buffer overflow See here for details: https://curl.haxx.se/docs/adv_2018-70a2.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 92b3cab7dd..db726407b9 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.60.0
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://dl.uxnr.de/mirror/curl/ \