Commit graph

57 commits

Author SHA1 Message Date
Muhammad Moinur Rahman
dc0b23fd50
net/cloudflared: PIN to GO 1.20
PR:		277776
Approved by:	portmgr (blanket)
2024-03-24 15:28:59 +01:00
Ashish SHUKLA
7e5aa2085f
all: Bump PORTREVISION after lang/go* update
PR:		276530
2024-02-11 10:39:17 +00:00
Vinícius Zavam
5eedbbde71
net/cloudflared: Update startup order
PR:		275234
Reported by:	freebsd % void.stash.in.net
2023-12-21 16:24:50 +00:00
Vinícius Zavam
6bb6e164b0
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-12-21 16:17:16 +00:00
Ashish SHUKLA
0505b712df
all: Bump PORTREVISION after lang/go* update
PR:		274405
2023-12-07 02:22:10 +00:00
Dmitri Goutnik
8e4bc57934 all: Bump PORTREVISION after lang/go* update 2023-09-08 09:34:56 -05:00
Vinícius Zavam
fb0373a15c
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-08-31 18:31:08 +00:00
Vinícius Zavam
131e682e61
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-08-27 16:47:11 +00:00
Dmitri Goutnik
09b993031a all: Bump PORTREVISION after lang/go{119,120} update 2023-08-04 09:24:50 -05:00
Dmitri Goutnik
ff40d94c1d all: Bump PORTREVISION after lang/go{119,120} update 2023-04-08 10:13:25 -05:00
Dmitri Goutnik
09079730e9 all: Bump PORTREVISION after Go ports update 2023-03-09 14:18:07 -05:00
Dmitri Goutnik
56b5ec772f all: Bump PORTREVISION after lang/go{119,120} update 2023-02-15 14:06:01 -05:00
Vinícius Zavam
3fbe45aa98
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@
2023-02-12 15:35:43 +00:00
Dmitri Goutnik
2297efc51b all: Bump PORTREVISION after GO_DEFAULT update. 2023-02-09 16:55:23 -05:00
Dmitri Goutnik
3b383d833a all: Bump PORTVERSION after lang/go{118,119} update 2023-01-14 06:31:17 -05:00
Vinícius Zavam
7835b84396
net/cloudflared: update 2022.10.0 to 2022.12.1 2022-12-27 13:03:03 +00:00
Dmitri Goutnik
d9ad1002d5 all: Bump PORTREVISION after lang/go{118,119} update 2022-12-11 06:17:27 -05:00
Vinícius Zavam
611078fa1c
net/cloudflared: update 2022.9.1_1 to 2022.10.0 2022-10-15 11:59:29 +00:00
Dmitri Goutnik
bde51869ee all: Bump PORTREVISION after lang/go{118,119} update 2022-10-06 14:24:26 -05:00
Vinícius Zavam
18ed71a093
net/cloudflared: update 2022.7.1 to 2022.9.1 2022-10-03 11:39:33 +00:00
Dmitri Goutnik
f05c98fffb all: Bump PORTREVISION after lang/go{118,119} update 2022-09-08 11:33:18 -05:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 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-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
2022-09-07 23:10:59 +02:00
Dmitri Goutnik
4476f89764 all: Bump PORTREVISION after Go update
Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
2022-08-03 16:35:13 -05:00
Dmitri Goutnik
fcbe735f93 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-08-03 16:35:13 -05:00
Vinícius Zavam
7a4917f882
net/cloudflared: update 2022.6.2 to 2022.7.1 2022-07-25 08:48:28 +00:00
Dmitri Goutnik
153cb65ac8 all: Bump PORTREVISION after lang/go{117,118} update 2022-07-14 07:46:05 -05:00
Vinícius Zavam
0b79a13a39
net/cloudflared: update 2022.4.0 to 2022.6.2
https://github.com/cloudflare/cloudflared/blob/2022.6.2/RELEASE_NOTES
2022-06-19 12:36:40 +00:00
Dmitri Goutnik
309cdeccd8 */*: Bump port revisons after lang/go{117,118} update 2022-06-07 16:56:10 -05:00
Vinícius Zavam
0cbbbb817b
net/cloudflared: update 2022.2.2 to 2022.4.0
* https://github.com/cloudflare/cloudflared/blob/2022.4.0/RELEASE_NOTES
2022-04-10 09:15:23 +00:00
Guangyuan Yang
d690b5102f */*: Bump PORTREVISION after lang/go 1.18 update 2022-03-30 03:01:44 -04:00
Vinícius Zavam
31e48751d7
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-02-26 11:49:26 +00:00
Vinícius Zavam
90f6b25cee
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-02-19 20:40:16 +00:00
Vinícius Zavam
7a4b2a44e6
net/cloudflared: update 2021.11.0 to 2022.2.0
* https://github.com/cloudflare/cloudflared/blob/2022.2.0/RELEASE_NOTES
2022-02-10 15:11:14 +00:00
Vinícius Zavam
0c53db742c
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-12-11 11:33:14 +00:00
Vinícius Zavam
ce863ad7fe
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-10-19 09:05:16 +00:00
Mathieu Arnold
adb93122cb
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-05-06 13:47:41 +02:00
Vinícius Zavam
3490a53195
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-04-12 21:27:58 +00:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
135fdeebb9
all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Vinícius Zavam
a3720693c0 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-03-27 11:10:53 +00:00
Vinícius Zavam
63b2fcb274 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
2021-03-26 20:47:22 +00:00
Vinícius Zavam
869c4c7c5e net/cloudflared: update 2020.10.2 to 2020.11.11
- github.com/cloudflare/cloudflared/tree/2020.11.11
2020-12-04 17:02:40 +00:00
Vinícius Zavam
c0fc006d5c net/cloudflared: update 2020.10.0 to 2020.10.2
github.com/cloudflare/cloudflared/blob/2020.10.2/RELEASE_NOTES
2020-10-23 21:19:19 +00:00
Vinícius Zavam
87138d3657 net/cloudflared: update 2020.9.3 to 2020.10.0 2020-10-17 16:32:54 +00:00
Vinícius Zavam
14a766584e net/cloudflared: update 2020.8.2 to 2020.9.3
github.com/cloudflare/cloudflared/blob/2020.9.3/RELEASE_NOTES
2020-09-26 20:21:40 +00:00
Vinícius Zavam
1754357a67 net/cloudflared: update 2020.7.4 to 2020.8.2
https://github.com/cloudflare/cloudflared/blob/2020.8.2/RELEASE_NOTES
2020-08-31 13:41:09 +00:00
Vinícius Zavam
2764d08354 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-08-02 11:15:46 +00:00
Vinícius Zavam
6b109cb4b8 net/cloudflared: update 2020.6.5 to 2020.7.0 2020-07-04 12:03:25 +00:00