Skip to content

Commit

Permalink
Upgrade libcurl to 7.61.0 (#1196)
Browse files Browse the repository at this point in the history
The configure script of libcurl version 7.60 is broken.
  • Loading branch information
mattpag authored Aug 14, 2018
1 parent 68ef484 commit b3c92bf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -344,10 +344,8 @@ if(NOT WIN32 AND NOT APPLE)

ExternalProject_Add(curl
DEPENDS openssl
# START CHANGE for CVE-2018-1000007
URL "http://download.draios.com/dependencies/curl-7.60.0.tar.bz2"
URL_MD5 "bd2aabf78ded6a9aec8a54532fd6b5d7"
# END CHANGE for CVE-2018-1000007
URL "http://download.draios.com/dependencies/curl-7.61.0.tar.bz2"
URL_MD5 "31d0a9f48dc796a7db351898a1e5058a"
CONFIGURE_COMMAND ./configure ${CURL_SSL_OPTION} --disable-threaded-resolver --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
Expand Down

0 comments on commit b3c92bf

Please sign in to comment.