diff options
Diffstat (limited to 'core/curl')
-rwxr-xr-x | core/curl/build | 13 | ||||
-rw-r--r-- | core/curl/checksums | 3 | ||||
-rw-r--r-- | core/curl/depends | 3 | ||||
-rw-r--r-- | core/curl/meta | 3 | ||||
-rw-r--r-- | core/curl/sources | 2 | ||||
-rw-r--r-- | core/curl/version | 2 |
6 files changed, 16 insertions, 10 deletions
diff --git a/core/curl/build b/core/curl/build index f27b1522..69513e7c 100755 --- a/core/curl/build +++ b/core/curl/build @@ -7,6 +7,7 @@ --enable-hidden-symbols \ --without-libidn \ --without-libidn2 \ + --without-nghttp2 \ --disable-manual \ --disable-ldap \ --disable-ares \ @@ -14,11 +15,13 @@ --without-librtmp \ --without-icu \ --without-libpsl \ + --with-openssl \ --without-zstd \ - --with-pic \ - --with-bearssl \ - --with-ca-bundle=/etc/certificates/cert.pem \ - --without-ssl + --without-brotli \ + --with-pic -make curl_LDFLAGS=-all-static +make make DESTDIR="$1" install +rm -f src/curl +make LDFLAGS=-all-static +clinst -Dm755 src/curl "$1/usr/bin/curl" diff --git a/core/curl/checksums b/core/curl/checksums index 488f5041..4098099a 100644 --- a/core/curl/checksums +++ b/core/curl/checksums @@ -1 +1,2 @@ -fe0c49d8468249000bda75bcfdf9e30ff7e9a86d35f1a21f428d79c389d55675 curl-7.75.0.tar.xz +%BLAKE3 +897e5ef8ba9a60a20996f51dcd5a0355c9786ff9b030bc5645ea6531d8415c2a curl-8.10.1.tar.xz 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/meta b/core/curl/meta new file mode 100644 index 00000000..e8349e99 --- /dev/null +++ b/core/curl/meta @@ -0,0 +1,3 @@ +description: Multiprotocol file transfer software +license: MIT +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/core/curl/sources b/core/curl/sources index 511a9a70..6f0ef335 100644 --- a/core/curl/sources +++ b/core/curl/sources @@ -1 +1 @@ -https://curl.haxx.se/download/curl-7.75.0.tar.xz +https://curl.haxx.se/download/curl-8.10.1.tar.xz diff --git a/core/curl/version b/core/curl/version index 31f8225b..250788e2 100644 --- a/core/curl/version +++ b/core/curl/version @@ -1 +1 @@ -7.75.0 1 +8.10.1 1 |