Port details on branch 2023Q2 |
- curl Command line tool and library for transferring data with URLs
- 8.1.1 ftp
=0 8.14.1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2023-04-18 21:24:11
- Last Update: 2023-05-24 02:19:10
- Commit Hash: d2bf988
- Also Listed In: net www
- License: MIT
- WWW:
- https://curl.se/
- https://github.com/curl/curl
- Description:
- curl is used in command lines or scripts to transfer data. It is also used in
cars, television sets, routers, printers, audio equipment, mobile phones,
tablets, settop boxes, media players and is the internet transfer backbone for
thousands of software applications affecting billions of humans daily.
It supports DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP,
LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, Telnet and
TFTP. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP
form based upload, proxies, HTTP/2, cookies, user+password authentication
(Basic, Plain, Digest, CRAM-MD5, NTLM, Negotiate and Kerberos), file transfer
resume, proxy tunneling and more.
 ¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/ftp/curl/ && make install clean
- To add the package, run one of these commands:
- pkg install ftp/curl
- pkg install curl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: curl
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1684894138
SHA256 (curl-8.1.1.tar.xz) = 08a948e061929645597c1ef7194e07b308b22084ff03fa7400b465e6c05149e5
SIZE (curl-8.1.1.tar.xz) = 2613348
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- ca-root-nss.crt : security/ca_root_nss
- Library dependencies:
-
- libnghttp2.so : www/libnghttp2
- libssh2.so : security/libssh2
- libpsl.so : dns/libpsl
- This port is required by:
- for Build
-
- devel/git
- net-mgmt/ettercap
- for Libraries
-
- audio/musicpd
- databases/xtrabackup
- devel/git-cinnabar
- emulators/rpcs3
- emulators/virtualbox-ose
- emulators/virtualbox-ose-legacy
- emulators/virtualbox-ose-nox11
- for Run
-
- devel/git
- devel/ruby-build
- security/acme.sh
Configuration Options:
- ===> The following configuration options are available for curl-8.1.1:
ALTSVC=on: HTTP Alternative Services support
BROTLI=off: Brotli compression support
CA_BUNDLE=on: Enable CA bundle for OpenSSL/GnuTLS
COOKIES=on: Cookies support
CURL_DEBUG=off: cURL debug memory tracking
DEBUG=off: Build with debugging support
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
IDN=off: International Domain Names support
IPV6=on: IPv6 protocol support
NTLM=on: NTLM authentication support
PROXY=on: Proxy support
PSL=on: Public Suffix List support
STATIC=on: Build static executables and/or libraries
TLS_SRP=on: TLS-SRP (Secure Remote Password) support
ZSTD=off: Zstandard compression support
====> Options available for the group PROTOCOL
DICT=on: DICT (RFC 2229) support
FTP=on: FTP protocol support
GOPHER=on: Gopher protocol support
HTTP=on: HTTP/HTTPS support
HTTP2=on: HTTP/2 support (requires HTTP)
IMAP=on: IMAP/IMAPS support
LDAP=off: LDAP protocol support
LDAPS=off: LDAP protocol over SSL support
LIBSSH2=on: SCP/SFTP support via libssh2 (requires OPENSSL)
MQTT=off: MQTT support
POP3=on: POP3/POP3S support
RTMP=off: RTMP protocol support via librtmp
RTSP=on: Real Time Streaming Protocol (RTSP) support
SMB=off: SMB/CIFS support
SMTP=on: SMTP/SMTPS support
TELNET=on: Telnet support
TFTP=on: TFTP support
====> GSSAPI Security API support: you have to select exactly one of them
GSSAPI_BASE=on: GSSAPI support via base system (needs Kerberos)
GSSAPI_HEIMDAL=off: GSSAPI support via security/heimdal
GSSAPI_MIT=off: GSSAPI support via security/krb5
GSSAPI_NONE=off: Disable GSSAPI support
====> DNS resolving options: you have to select exactly one of them
CARES=off: Asynchronous DNS resolution via c-ares
THREADED_RESOLVER=on: Threaded DNS resolver
====> SSL protocol support: you can only select none or one of them
GNUTLS=off: SSL/TLS support via GnuTLS
OPENSSL=on: SSL/TLS support via OpenSSL
WOLFSSL=off: SSL/TLS support via wolfSSL
===> Use 'make config' to modify these settings
- Options name:
- ftp_curl
- USES:
- cpe libtool localbase pathfix perl5 shebangfix tar:xz gssapi pkgconfig ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 3
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
8.1.1 24 May 2023 02:19:10
    |
Renato Botelho (garga)  |
ftp/curl: Update to 8.1.1
Upgrade to 8.1.0 broke the build on recent CURRENT and this version
contains a fix for that
PR: 271526
Reported by: O. Hartmann <ohartmann@walstatt.org>
Fixes: 5fae3323ed2f9a1d203ccaed617ed49dec9d85ce
Pointy hat to: garga
MFH: 2023Q2
Sponsored by: Rubicon Communications, LLC ("Netgate")
(cherry picked from commit ad3e4398e404b82a8a371808331e3f9c92638c37) |
8.1.0 19 May 2023 21:07:05
    |
Renato Botelho (garga)  Author: R. Christian McDonald |
ftp/curl: Update to 8.1.0
PR: 271497
Security: CVE-2023-28319
CVE-2023-28320
CVE-2023-28321
CVE-2023-28322
Sponsored by: Rubicon Communications, LLC ("Netgate")
(cherry picked from commit 5fae3323ed2f9a1d203ccaed617ed49dec9d85ce) |
8.0.1 18 Apr 2023 21:22:22
    |
Po-Chuan Hsieh (sunpoet)  |
ftp/curl: Update to 8.0.1
Changes: https://curl.se/changes.html
(cherry picked from commit 0799d457b1becdc3c05f1b0070c31389100fd2c2) |
Number of commits found: 3
|