Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 Mar 2021 15:28:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 253939] The default curl/libcurl package does not have support for ssh type protocols
Message-ID:  <bug-253939-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253939

            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@FreeBSD.org
          Reporter: dclarke@blastwave.org

Default curl claims :=20

$ /usr/local/bin/curl --version=20
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=20
Features: alt-svc AsynchDNS GSS-API HTTP2 HTTPS-proxy IPv6 Kerberos Largefi=
le
libz NTLM NTLM_WB SPNEGO SSL TLS-SRP UnixSockets

So no support for scp or sftp etc etc.=20

Easy to fix with the linkage to libssh2 :=20

$ curl --version=20
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=20
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 cas=
e.
Also curl 7.75.0 has been released.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253939-7788>