From 7286b50f4de4d478b5e844e2b9aee349f1a6f26c Mon Sep 17 00:00:00 2001 From: Mark Stemm Date: Thu, 29 Dec 2016 17:14:07 -0800 Subject: [PATCH] Update libcurl to 7.52.1. This fixes a set of ~10 security vulnerabilities. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b785d8b..b0a122e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -235,8 +235,8 @@ else() ExternalProject_Add(curl DEPENDS openssl - URL "http://download.draios.com/dependencies/curl-7.45.0.tar.bz2" - URL_MD5 "62c1a352b28558f25ba6209214beadc8" + URL "http://download.draios.com/dependencies/curl-7.52.1.tar.bz2" + URL_MD5 "dd014df06ff1d12e173de86873f9f77a" CONFIGURE_COMMAND ./configure ${CURL_SSL_OPTION} --disable-shared --enable-optimize --disable-curldebug --disable-rt --enable-http --disable-ftp --disable-file --disable-ldap --disable-ldaps --disable-rtsp --disable-telnet --disable-tftp --disable-pop3 --disable-imap --disable-smb --disable-smtp --disable-gopher --disable-sspi --disable-ntlm-wb --disable-tls-srp --without-winssl --without-darwinssl --without-polarssl --without-cyassl --without-nss --without-axtls --without-ca-path --without-ca-bundle --without-libmetalink --without-librtmp --without-winidn --without-libidn --without-nghttp2 --without-libssh2 BUILD_COMMAND ${CMD_MAKE} BUILD_IN_SOURCE 1