aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/curl/Makefile
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2017-11-29 22:56:41 +0100
committerHans Dedecker <dedeckeh@gmail.com>2017-11-30 09:44:17 +0100
commitb0b289ea45d5917f5ba75701db5a66863d9a7dfb (patch)
tree21cb27cafe70492d402993ca7fcb0bd4b52afb07 /package/network/utils/curl/Makefile
parentb59b799cb1ec5126ad3428e264bc349132adbaeb (diff)
downloadupstream-b0b289ea45d5917f5ba75701db5a66863d9a7dfb.tar.gz
upstream-b0b289ea45d5917f5ba75701db5a66863d9a7dfb.tar.bz2
upstream-b0b289ea45d5917f5ba75701db5a66863d9a7dfb.zip
curl: bump to 7.57.0 (3 CVEs)
CVE-2017-8816: NTLM buffer overflow via integer overflow CVE-2017-8817: FTP wildcard out of bounds read CVE-2017-8818: SSL out of buffer access For other bugfixes and changes in 7.57.0 see https://curl.haxx.se/changes.html Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'package/network/utils/curl/Makefile')
-rw-r--r--package/network/utils/curl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/curl/Makefile b/package/network/utils/curl/Makefile
index 55cf39fedc..17fcf704de 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.56.1
+PKG_VERSION:=7.57.0
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
@@ -16,7 +16,7 @@ PKG_SOURCE_URL:=https://dl.uxnr.de/mirror/curl/ \
http://curl.mirror.anstey.ca/ \
http://curl.askapache.com/download/ \
https://curl.haxx.se/download/
-PKG_HASH:=2594670367875e7d87b0f129b5e4690150780884d90244ba0fe3e74a778b5f90
+PKG_HASH:=c92fe31a348eae079121b73884065e600c533493eb50f1f6cee9c48a3f454826
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=COPYING