Port details |
- cloudflared Cloudflare's Argo Tunnel client
- 2023.10.0_2 net =5 2023.10.0_2Version of this port present on the latest quarterly branch.
- Maintainer: egypcio@FreeBSD.org
- Port Added: 2019-11-18 15:10:41
- Last Update: 2024-03-24 14:28:59
- Commit Hash: dc0b23f
- People watching this port, also watch:: minecraft-server, restic, git, fossil, py311-Automat
- Also Listed In: www
- License: APACHE20
- WWW:
- https://developers.cloudflare.com/argo-tunnel/
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- 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 = 1703175004
SHA256 (cloudflare-cloudflared-2023.10.0_GH0.tar.gz) = 2d2df4dd4992eef485f7ffebc0a1e9e6292b42ca42341f2e46224f17155e9532
SIZE (cloudflare-cloudflared-2023.10.0_GH0.tar.gz) = 7046219
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:
-
- go120 : lang/go120
- 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:1.20,modules
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2023.10.0_2 24 Mar 2024 14:28:59 |
Muhammad Moinur Rahman (bofh) |
net/cloudflared: PIN to GO 1.20
PR: 277776
Approved by: portmgr (blanket) |
2023.10.0_2 11 Feb 2024 10:39:17 |
Ashish SHUKLA (ashish) |
all: Bump PORTREVISION after lang/go* update
PR: 276530 |
2023.10.0_1 21 Dec 2023 16:24:50 |
Vinícius Zavam (egypcio) |
net/cloudflared: Update startup order
PR: 275234
Reported by: freebsd % void.stash.in.net |
2023.10.0 21 Dec 2023 16:17:16 |
Vinícius Zavam (egypcio) |
net/cloudflared: update 2023.8.2 to 2023.10.0
CHANGES
* https://github.com/cloudflare/cloudflared/blob/2023.10.0/CHANGES.md
DIFF
* https://github.com/cloudflare/cloudflared/compare/2023.8.2...2023.10.0 |
2023.8.2_2 07 Dec 2023 02:22:10 |
Ashish SHUKLA (ashish) |
all: Bump PORTREVISION after lang/go* update
PR: 274405 |
2023.8.2_1 08 Sep 2023 14:34:56 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go* update |
2023.8.2 31 Aug 2023 18:31:08 |
Vinícius Zavam (egypcio) |
net/cloudflared: update 2023.8.0 to 2023.8.2
2023.8.2
- TUN-7700: Implement feature selector to determine if connections will prefer
post quantum cryptography
- TUN-7707: Use X25519Kyber768Draft00 curve when post-quantum feature is
enabled
2023.8.1
- TUN-7718: Update R2 Token to no longer encode secret |
2023.8.0 27 Aug 2023 16:47:11 |
Vinícius Zavam (egypcio) |
net/cloudflared: update 2023.2.1 to 2023.8.0
while here:
* no longer pin-point the version of go we use to build it;
* add '-extldflags "-static"' to GO_BUILDFLAGS;
changes and full diff between versions:
* https://github.com/cloudflare/cloudflared/blob/2023.8.0/CHANGES.md
* https://github.com/cloudflare/cloudflared/compare/2023.2.1...2023.8.0 |
2023.2.1_4 04 Aug 2023 14:24:50 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{119,120} update |
2023.2.1_3 08 Apr 2023 15:13:25 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{119,120} update |
2023.2.1_2 09 Mar 2023 19:18:07 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after Go ports update |
2023.2.1_1 15 Feb 2023 19:06:01 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{119,120} update |
2023.2.1 12 Feb 2023 15:35:43 |
Vinícius Zavam (egypcio) |
net/cloudflared: update 2022.12.1 to 2023.2.1
While here, update Go version from 1.18 to 1.19
- 1.18 is out of support
- Release Policy: https://go.dev/doc/devel/release#policy
- EOL? https://endoflife.date/go
https://github.com/cloudflare/cloudflared/compare/2022.12.1...2023.2.1
2023.2.1
- TUN-7065: Revert Ingress Rule check for named tunnel configurations
- Revert "TUN-7065: Revert Ingress Rule check for named tunnel
configurations"
- Revert "TUN-7065: Remove classic tunnel creation"
2023.1.0
- TUN-7064: RPM digests are now sha256 instead of md5sum
- RTG-2418 Update qtls
- TUN-7057: Remove dependency github.com/gorilla/mux
- TUN-6724: Migrate to sentry-go from raven-go
PR: 269309
Reported by: dmgk@ |
2022.12.1_2 09 Feb 2023 21:55:23 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after GO_DEFAULT update. |
2022.12.1_1 14 Jan 2023 11:31:17 |
Dmitri Goutnik (dmgk) |
all: Bump PORTVERSION after lang/go{118,119} update |
2022.12.1 27 Dec 2022 13:03:03 |
Vinícius Zavam (egypcio) |
net/cloudflared: update 2022.10.0 to 2022.12.1 |
2022.10.0_1 11 Dec 2022 11:17:27 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{118,119} update |
2022.10.0 15 Oct 2022 11:59:29 |
Vinícius Zavam (egypcio) |
net/cloudflared: update 2022.9.1_1 to 2022.10.0 |
2022.9.1_1 06 Oct 2022 19:24:26 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{118,119} update |
2022.9.1 03 Oct 2022 11:39:33 |
Vinícius Zavam (egypcio) |
net/cloudflared: update 2022.7.1 to 2022.9.1 |
2022.7.1_2 08 Sep 2022 16:33:18 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{118,119} update |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2022.7.1_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2022.7.1_1 03 Aug 2022 21:35:13 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after Go update
Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update. |
2022.7.1 03 Aug 2022 21:35:13 |
Dmitri Goutnik (dmgk) |
all: Keep ports that need go1.18 on 1.18
Some ports are not (yet) buildable with go1.19, keep them on 1.18 for
now. |
2022.7.1 25 Jul 2022 08:48:28 |
Vinícius Zavam (egypcio) |
net/cloudflared: update 2022.6.2 to 2022.7.1 |
2022.6.2_1 14 Jul 2022 12:46:05 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{117,118} update |
2022.6.2 19 Jun 2022 12:36:40 |
Vinícius Zavam (egypcio) |
net/cloudflared: update 2022.4.0 to 2022.6.2
https://github.com/cloudflare/cloudflared/blob/2022.6.2/RELEASE_NOTES |
2022.4.0_1 07 Jun 2022 21:56:10 |
Dmitri Goutnik (dmgk) |
*/*: Bump port revisons after lang/go{117,118} update |
2022.4.0 10 Apr 2022 09:15:23 |
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 |
2022.2.2_1 30 Mar 2022 07:01:44 |
Guangyuan Yang (ygy) |
*/*: Bump PORTREVISION after lang/go 1.18 update |
2022.2.2 26 Feb 2022 11:49:26 |
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 |
2022.2.1 19 Feb 2022 20:40:16 |
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 |
2022.2.0 10 Feb 2022 15:11:14 |
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 |
2021.11.0 11 Dec 2021 11:33:14 |
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 |
2021.10.3 19 Oct 2021 09:05:16 |
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 |
2021.4.0 06 May 2021 11:47:41 |
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 |
2021.4.0 12 Apr 2021 21:27:58 |
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@ |
2021.3.5 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2021.3.5 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
2021.3.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2021.3.5 27 Mar 2021 11:10:53 |
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 |
2021.3.2 26 Mar 2021 20:47:22 |
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 |
2020.11.11 04 Dec 2020 17:02:40 |
egypcio |
net/cloudflared: update 2020.10.2 to 2020.11.11
- github.com/cloudflare/cloudflared/tree/2020.11.11 |
2020.10.2 23 Oct 2020 21:19:19 |
egypcio |
net/cloudflared: update 2020.10.0 to 2020.10.2
github.com/cloudflare/cloudflared/blob/2020.10.2/RELEASE_NOTES |
2020.10.0 17 Oct 2020 16:32:55 |
egypcio |
net/cloudflared: update 2020.9.3 to 2020.10.0 |
2020.9.3 26 Sep 2020 20:21:40 |
egypcio |
net/cloudflared: update 2020.8.2 to 2020.9.3
github.com/cloudflare/cloudflared/blob/2020.9.3/RELEASE_NOTES |
2020.8.2 31 Aug 2020 13:41:10 |
egypcio |
net/cloudflared: update 2020.7.4 to 2020.8.2
https://github.com/cloudflare/cloudflared/blob/2020.8.2/RELEASE_NOTES |
2020.7.4 02 Aug 2020 11:15:46 |
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 |
2020.7.0 04 Jul 2020 12:03:26 |
egypcio |
net/cloudflared: update 2020.6.5 to 2020.7.0 |
2020.6.5 26 Jun 2020 16:43:40 |
egypcio |
net/cloudflared: update 2020.6.1 to 2020.6.5 |
2020.6.1 12 Jun 2020 11:14:21 |
egypcio |
net/cloudflared: update 2020.5.1 to 2020.6.1 |
2020.5.1 19 May 2020 16:56:22 |
egypcio |
net/cloudflared: update 2020.2.0 to 2020.5.1 |
2020.2.0 10 Feb 2020 14:06:51 |
egypcio |
net/cloudflared: update 2019.12.0 to 2020.2.0 |
2019.12.0 03 Jan 2020 12:52:34 |
egypcio |
net/cloudflared: update 2019.11.3 to 2019.12.0 |
2019.11.3 22 Nov 2019 10:14:16 |
egypcio |
net/cloudflared: update 2019.11.0 to 2019.11.3 |
2019.11.0 18 Nov 2019 15:10:27 |
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 |