Port details |
- cloudflared Cloudflare's Argo Tunnel client
- 2022.4.0 net
=2 2022.2.2_1Version of this port present on the latest quarterly branch. - Maintainer: egypcio@FreeBSD.org
 - Port Added: 2019-11-18 15:10:41
- Last Update: 2022-04-10 09:15:23
- Commit Hash: 0cbbbb8
- People watching this port, also watch:: py38-borgbackup, minecraft-server
- Also Listed In: www
- License: APACHE20
- Description:
- cloudflared is the command-line client for Argo Tunnel, a tunneling daemon
that proxies any local webserver through the cloudflare network.
Argo Tunnel exposes applications running on your local web server, on any
network with an Internet connection, without adding DNS records or configuring
a firewall or router. It just works.
WWW: https://developers.cloudflare.com/argo-tunnel/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- cloudflared>0:net/cloudflared
- To install the port:
- cd /usr/ports/net/cloudflared/ && make install clean
- To add the package, run one of these commands:
- pkg install net/cloudflared
- pkg install cloudflared
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cloudflared
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1649580802
SHA256 (cloudflare-cloudflared-2022.4.0_GH0.tar.gz) = b4b1a5ef2086a78e497fab460e434225f96913d45506ee32b6639e1cd6376d88
SIZE (cloudflare-cloudflared-2022.4.0_GH0.tar.gz) = 8720465
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- go : lang/go
- Runtime dependencies:
-
- ca_root_nss>=0 : security/ca_root_nss
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- net_cloudflared
- USES:
- cpe go:modules
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
10 Apr 2022 09:15:23 2022.4.0
|
Vinícius Zavam (egypcio)  |
net/cloudflared: update 2022.2.2 to 2022.4.0
* https://github.com/cloudflare/cloudflared/blob/2022.4.0/RELEASE_NOTES |
30 Mar 2022 07:01:44 2022.2.2_1
|
Guangyuan Yang (ygy)  |
*/*: Bump PORTREVISION after lang/go 1.18 update |
26 Feb 2022 11:49:26 2022.2.2
|
Vinícius Zavam (egypcio)  |
net/cloudflared: update 2022.2.1 to 2022.2.2
CHANGELOG (RELEASE NOTES)
- Allow ingress validate to take plaintext option;
- Cloudflared uses typed tunnel API.
https://github.com/cloudflare/cloudflared/compare/2022.2.1...2022.2.2 |
19 Feb 2022 20:40:16 2022.2.1
|
Vinícius Zavam (egypcio)  |
net/cloudflared: update 2022.2.0 to 2022.2.1, and switch LICENSE to APACHE20
Reflecting upstream's changes, this commit not only updates the software
itself, but also the LICENSE behind its source code.
As it now follows the Apache 2.0 license, we allow the distribution of
FreeBSD binary packages for this port. For more information about this
change, please read the following tickets:
- https://github.com/cloudflare/cloudflared/issues/145
- https://github.com/cloudflare/cloudflared/issues/464
RELEASE NOTES
* https://github.com/cloudflare/cloudflared/blob/master/RELEASE_NOTES |
10 Feb 2022 15:11:14 2022.2.0
|
Vinícius Zavam (egypcio)  |
net/cloudflared: update 2021.11.0 to 2022.2.0
* https://github.com/cloudflare/cloudflared/blob/2022.2.0/RELEASE_NOTES |
11 Dec 2021 11:33:14 2021.11.0
|
Vinícius Zavam (egypcio)  |
net/cloudflared: update from 2021.10.3 to 2021.11.0
* github.com/cloudflare/cloudflared/blob/2021.11.0/RELEASE_NOTES
* github.com/cloudflare/cloudflared/compare/2021.10.3...2021.11.0
* 2021.11.0
Fallback to HTTP2 immediately if connection times out with no network activity
Add flag to 'tunnel create' subcommand to specify a base64-encoded secret
* 2021.10.5
Update change log for release 2021.10.4
Revert "TUN-5184"
* 2021.10.4
Fix misuse of wait group in TestQUICServer that caused the test to exit
immediately
Upgrade crypto/ssh package to fix CVE-2020-29652
Allow to configure max fetch size for listing queries
Improvements to `max-fetch-size` that allow to deal with large number of
tunnels in account
Collect QUIC metrics about RTT, packets and bytes transfered and log events at
tracing level
Make sure outstanding websocket write is finished, and no more writes after
shutdown
PR: 254293
Reported by: orzodk % neomailbox.net |
19 Oct 2021 09:05:16 2021.10.3
|
Vinícius Zavam (egypcio)  |
net/cloudflared: update 2021.4.0 to 2021.10.3
* 2021.4.0 is one of "No longer supported" releases;
* 2020.5.1 and later are "Supported".
RELEASE NOTES
- https://github.com/cloudflare/cloudflared/blob/2021.10.3/RELEASE_NOTES |
06 May 2021 11:47:41 2021.4.0
|
Mathieu Arnold (mat)  |
Deorbit RESTRICTED && NO_CDROM, part one.
For ports that already use the licenses framwork, merge the content of
RESTRICTED/NO_CDROM/LEGAL* entries into LICENSEs.
Approved by: rene
Differential Revision: https://reviews.freebsd.org/D30010 |
12 Apr 2021 21:27:58 2021.4.0
|
Vinícius Zavam (egypcio)  |
net/cloudflared: update 2021.3.5 to 2021.4.0, and fix rc script
- add notes about tunnel modes
- default mode starts a free tunnel, using trycloudflare.com
PR: 254854
Reported by: ale@ |
07 Apr 2021 08:09:01 2021.3.5
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:13 2021.3.5
|
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 2021.3.5
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
27 Mar 2021 11:10:53
2021.3.5
|
egypcio  |
net/cloudflared: update 2021.3.2 to 2021.3.5
while here, add rc file for this ports' service
* github.com/cloudflare/cloudflared/compare/2021.3.2...2021.3.5 |
26 Mar 2021 20:47:22
2021.3.2
|
egypcio  |
net/cloudflared: update 2020.11.11 to 2021.3.2
- github.com/cloudflare/cloudflared/blob/2021.3.2/RELEASE_NOTES
PR: 254293
Reported by: orzodk % neomailbox.net |
04 Dec 2020 17:02:40
2020.11.11
|
egypcio  |
net/cloudflared: update 2020.10.2 to 2020.11.11
- github.com/cloudflare/cloudflared/tree/2020.11.11 |
23 Oct 2020 21:19:19
2020.10.2
|
egypcio  |
net/cloudflared: update 2020.10.0 to 2020.10.2
github.com/cloudflare/cloudflared/blob/2020.10.2/RELEASE_NOTES |
17 Oct 2020 16:32:55
2020.10.0
|
egypcio  |
net/cloudflared: update 2020.9.3 to 2020.10.0 |
26 Sep 2020 20:21:40
2020.9.3
|
egypcio  |
net/cloudflared: update 2020.8.2 to 2020.9.3
github.com/cloudflare/cloudflared/blob/2020.9.3/RELEASE_NOTES |
31 Aug 2020 13:41:10
2020.8.2
|
egypcio  |
net/cloudflared: update 2020.7.4 to 2020.8.2
https://github.com/cloudflare/cloudflared/blob/2020.8.2/RELEASE_NOTES |
02 Aug 2020 11:15:46
2020.7.4
|
egypcio  |
net/cloudflared: fix build on aarch64, and update to 2020.7.4
fixed PR 247047;
patch must land in upstream's source (refer to its GRANT OF RIGHTS)
while here, update 2020.7.0 to 2020.7.4;
raw.githubusercontent.com/cloudflare/cloudflared/2020.7.4/RELEASE_NOTES
PR: 247047
Reported by: mikael@
Obtained from: https://github.com/cloudflare/cloudflared/commit/a99780e |
04 Jul 2020 12:03:26
2020.7.0
|
egypcio  |
net/cloudflared: update 2020.6.5 to 2020.7.0 |
26 Jun 2020 16:43:40
2020.6.5
|
egypcio  |
net/cloudflared: update 2020.6.1 to 2020.6.5 |
12 Jun 2020 11:14:21
2020.6.1
|
egypcio  |
net/cloudflared: update 2020.5.1 to 2020.6.1 |
19 May 2020 16:56:22
2020.5.1
|
egypcio  |
net/cloudflared: update 2020.2.0 to 2020.5.1 |
10 Feb 2020 14:06:51
2020.2.0
|
egypcio  |
net/cloudflared: update 2019.12.0 to 2020.2.0 |
03 Jan 2020 12:52:34
2019.12.0
|
egypcio  |
net/cloudflared: update 2019.11.3 to 2019.12.0 |
22 Nov 2019 10:14:16
2019.11.3
|
egypcio  |
net/cloudflared: update 2019.11.0 to 2019.11.3 |
18 Nov 2019 15:10:27
2019.11.0
|
egypcio  |
[NEW PORT] net/cloudflared: Cloudflare's Argo Tunnel client
cloudflared is the command-line client for Argo Tunnel, a tunneling daemon
that proxies any local webserver through the cloudflare network.
Argo Tunnel exposes applications running on your local web server, on any
network with an Internet connection, without adding DNS records or
configuring a firewall or router. It just works.
WWW: https://developers.cloudflare.com/argo-tunnel/
Reviewed by: swills |