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@
This commit is contained in:
parent
b47b8dd54f
commit
3fbe45aa98
2 changed files with 5 additions and 6 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= cloudflared
|
||||
DISTVERSION= 2022.12.1
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 2023.2.1
|
||||
CATEGORIES= net www
|
||||
|
||||
MAINTAINER= egypcio@FreeBSD.org
|
||||
|
@ -12,7 +11,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
|
||||
RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss
|
||||
|
||||
USES= cpe go:1.18,modules
|
||||
USES= cpe go:1.19,modules
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= cloudflare
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1672139317
|
||||
SHA256 (cloudflare-cloudflared-2022.12.1_GH0.tar.gz) = 8cc5c41ea98a9d72687d5f62e733a9033191e834e4fa9b2aecc557f0ccfbda56
|
||||
SIZE (cloudflare-cloudflared-2022.12.1_GH0.tar.gz) = 7201655
|
||||
TIMESTAMP = 1676213625
|
||||
SHA256 (cloudflare-cloudflared-2023.2.1_GH0.tar.gz) = 468b0953eca6ab189859073067857062c91ed9adb18e12a43527e0dba3aa6409
|
||||
SIZE (cloudflare-cloudflared-2023.2.1_GH0.tar.gz) = 7403786
|
||||
|
|
Loading…
Reference in a new issue