Skip to content

Commit fb2ed96

Browse files
committed
libcurl: security bump to version 7.57.0
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 <[email protected]>
1 parent 9911730 commit fb2ed96

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package/libcurl/libcurl.hash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Locally calculated after checking pgp signature
2-
# https://curl.haxx.se/download/curl-7.56.1.tar.xz.asc
3-
sha256 8eed282cf3a0158d567a0feaa3c4619e8e847970597b5a2c81879e8f0d1a39d1 curl-7.56.1.tar.xz
2+
# https://curl.haxx.se/download/curl-7.57.0.tar.xz.asc
3+
sha256 f5f6fd3c72b7b8389969f4fb671ed8532fa9b5bb7a5cae7ca89bc1cea45c7878 curl-7.57.0.tar.xz
44
sha256 cbcf511f5702f7baf5424193a792bc9c18fab22bcbec2e6a587598389dc632c2 COPYING

package/libcurl/libcurl.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
################################################################################
66

7-
LIBCURL_VERSION = 7.56.1
7+
LIBCURL_VERSION = 7.57.0
88
LIBCURL_SOURCE = curl-$(LIBCURL_VERSION).tar.xz
99
LIBCURL_SITE = https://curl.haxx.se/download
1010
LIBCURL_DEPENDENCIES = host-pkgconf \

0 commit comments

Comments
 (0)