]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
libcurl: security bump to version 7.57.0
authorPeter Korsgaard <peter@korsgaard.com>
Thu, 30 Nov 2017 00:07:01 +0000 (01:07 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 30 Nov 2017 09:29:57 +0000 (10:29 +0100)
Fixes the following security issues:

- 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 more details, see the changelog:
https://curl.haxx.se/changes.html#7_57_0

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libcurl/libcurl.hash
package/libcurl/libcurl.mk

index 49292dfb9e1ebdcca8b4a403ade60b507cb20764..275a5a373f8c56a07eac73821dd8d6c3cd74deed 100644 (file)
@@ -1,4 +1,4 @@
 # Locally calculated after checking pgp signature
-# https://curl.haxx.se/download/curl-7.56.1.tar.xz.asc
-sha256 8eed282cf3a0158d567a0feaa3c4619e8e847970597b5a2c81879e8f0d1a39d1  curl-7.56.1.tar.xz
+# https://curl.haxx.se/download/curl-7.57.0.tar.xz.asc
+sha256 f5f6fd3c72b7b8389969f4fb671ed8532fa9b5bb7a5cae7ca89bc1cea45c7878  curl-7.57.0.tar.xz
 sha256 cbcf511f5702f7baf5424193a792bc9c18fab22bcbec2e6a587598389dc632c2  COPYING
index 57b9c2cbca180b38991def002551092a804b6819..0aab58a7deb7ca029beb541445f28d7a0851d1ab 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBCURL_VERSION = 7.56.1
+LIBCURL_VERSION = 7.57.0
 LIBCURL_SOURCE = curl-$(LIBCURL_VERSION).tar.xz
 LIBCURL_SITE = https://curl.haxx.se/download
 LIBCURL_DEPENDENCIES = host-pkgconf \