[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/curl/curl.desc [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] Client and library for (HTTP, HTTPS, FTP, ...) transfers [T] Curl is a client to get documents/files from or send docu- [T] ments to a server, using any of the supported protocols [T] (HTTP, HTTPS, FTP, FTPS, GOPHER, DICT, TELNET, LDAP or FILE). [T] The command is designed to work without user interaction [T] or any kind of interactivity. [U] https://curl.haxx.se/ [A] Daniel Stenberg [M] Rene Rebe [C] base/tool [F] CROSS DIETLIBC LATOMIC.riscv NO-LTO.clang [E] opt brotli [E] opt nghttp2 [E] opt nghttp3 [E] opt libidn [E] opt libgsasl [L] MIT [S] Stable [V] 8.14.1 [P] X -----5---9 127.300 [D] d505dcd537e864dc8c8007627f91875b6e7b51980930d9cfd864624f curl-8.14.1.tar.xz http://curl.haxx.se/download/ [D] c813bedd1564971de17f955bbfe5465232109cf064b085652648a665 cacert-2017-09-20.pem https://curl.haxx.se/ca/ pkginstalled libpsl || var_append confopt ' ' --without-libpsl if ! atstage native; then # work arround configure mess hook_add preconf 5 "$preconf echo ac_cv_path_PKGCONFIG=/tmp/nothing >> \ config.cache" fi if [ "$SDECFG_STATIC" = "1" ]; then var_insert confopt ' ' --disable-shared fi install_cacert() { if cfile="`match_source_file -p cacert curl`"; then mkdir -p $root$sysconfdir/curl cat < $cfile > $root$sysconfdir/curl/cacert.pem fi } if pkginstalled openssl; then var_append confopt ' ' "--with-openssl --with-ca-bundle=$sysconfdir/curl/cacert.pem" hook_add postmake 3 install_cacert fi