From 6c2c988e2cfeb0838089fc0303deed813e8d748c Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 3 Sep 2020 10:27:41 +0300 Subject: curl: revert to libressl --- core/curl/build | 4 +--- core/curl/depends | 3 +-- core/curl/version | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) (limited to 'core/curl') diff --git a/core/curl/build b/core/curl/build index 52781dba..956c01d7 100755 --- a/core/curl/build +++ b/core/curl/build @@ -15,9 +15,7 @@ --without-icu \ --without-libpsl \ --with-pic \ - --with-bearssl \ - --with-ca-bundle=/etc/certificates/cert.pem \ - --without-ssl + --with-ssl make curl_LDFLAGS=-all-static make DESTDIR="$1" install diff --git a/core/curl/depends b/core/curl/depends index cf6ff53d..9ee911ae 100644 --- a/core/curl/depends +++ b/core/curl/depends @@ -1,3 +1,2 @@ -bearssl -ca-certificates +libressl zlib diff --git a/core/curl/version b/core/curl/version index 2fdacf1d..db87252d 100644 --- a/core/curl/version +++ b/core/curl/version @@ -1 +1 @@ -7.72.0 1 +7.72.0 2 -- cgit v1.2.3