fetch timeout

Nils Breunese nils at breun.nl
Tue Jul 19 16:42:11 UTC 2022


Mark Brethen <mark.brethen at gmail.com> wrote:

> What version of curl/libressl?


I have curl and openssl installed from MacPorts:

❯ port installed | egrep 'curl|openssl'
  curl @7.84.0_0+http2+ssl (active)
  curl-ca-bundle @7.84.0_0 (active)
  openssl @3_6 (active)
  openssl3 @3.0.5_0+legacy (active)
  openssl11 @1.1.1q_0 (active)

MacPorts curl 7.84.0 uses OpenSSL 3.0.5:

❯ /opt/local/bin/curl --version
curl 7.84.0 (x86_64-apple-darwin21.3.0) libcurl/7.84.0 OpenSSL/3.0.5 zlib/1.2.12 brotli/1.0.9 zstd/1.5.2 libidn2/2.3.3 libpsl/0.21.1 (+libidn2/2.3.2) nghttp2/1.48.0
Release-Date: 2022-06-27
Protocols: dict file ftp ftps gopher gophers http https imap imaps mqtt pop3 pop3s rtsp smb smbs smtp smtps telnet tftp 
Features: alt-svc AsynchDNS brotli HSTS HTTP2 HTTPS-proxy IDN IPv6 Largefile libz NTLM NTLM_WB PSL SSL threadsafe TLS-SRP UnixSockets zstd

macOS 12.4 curl 7.79.1 uses LibreSSL 3.3.6:

❯ /usr/bin/curl --version
curl 7.79.1 (x86_64-apple-darwin21.0) libcurl/7.79.1 (SecureTransport) LibreSSL/3.3.6 zlib/1.2.11 nghttp2/1.45.1
Release-Date: 2021-09-22
Protocols: dict file ftp ftps gopher gophers http https imap imaps ldap ldaps mqtt pop3 pop3s rtsp smb smbs smtp smtps telnet tftp 
Features: alt-svc AsynchDNS GSS-API HSTS HTTP2 HTTPS-proxy IPv6 Kerberos Largefile libz MultiSSL NTLM NTLM_WB SPNEGO SSL UnixSockets

Using macOS curl also works:

❯ /usr/bin/curl -O https://wias-berlin.de/software/tetgen/1.5/src/tetgen1.5.1.tar.gz 
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  275k  100  275k    0     0   758k      0 --:--:-- --:--:-- --:--:—  779k

Nils.



More information about the macports-dev mailing list