[Bug 253939] The default curl/libcurl package does not have support for ssh type protocols
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Mar 1 15:28:17 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253939
Bug ID: 253939
Summary: The default curl/libcurl package does not have support
for ssh type protocols
Product: Ports & Packages
Version: Latest
Hardware: amd64
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: dclarke at blastwave.org
Default curl claims :
$ /usr/local/bin/curl --version
curl 7.74.0 (amd64-portbld-freebsd13.0) libcurl/7.74.0 OpenSSL/1.1.1j
zlib/1.2.11 nghttp2/1.42.0
Release-Date: 2020-12-09
Protocols: dict file ftp ftps gopher http https imap imaps mqtt pop3 pop3s rtsp
smtp smtps telnet tftp
Features: alt-svc AsynchDNS GSS-API HTTP2 HTTPS-proxy IPv6 Kerberos Largefile
libz NTLM NTLM_WB SPNEGO SSL TLS-SRP UnixSockets
So no support for scp or sftp etc etc.
Easy to fix with the linkage to libssh2 :
$ curl --version
curl 7.75.0 (x86_64-unknown-freebsd13.0) libcurl/7.75.0 OpenSSL/1.1.1j
zlib/1.2.11 libidn2/2.3.0 libssh2/1.9.0
Release-Date: 2021-02-03
Protocols: dict file ftp ftps gopher gophers http https imap imaps mqtt pop3
pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS HTTPS-proxy IDN Largefile libz NTLM NTLM_WB SSL
TLS-SRP UnixSockets
I know that nghttp2 is removed there but this was to be a trivial build case.
Also curl 7.75.0 has been released.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list