From f460aa1f48c4af7c284e1930b4d58f54a044fb84 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Fri, 27 Mar 2026 11:12:11 +0800 Subject: [PATCH] cloudflared: Update to 2026.3.0 2026.3.0 - 2026-03-05 TUN-10292: Add cloudflared management token command - 2026-03-03 chore: Addressing small fixes and typos - 2026-03-03 fix: Update go-sentry and go-oidc to address CVE's - 2026-02-24 TUN-10258: add agents.md - 2026-02-23 TUN-10267: Update mods to fix CVE GO-2026-4394 - 2026-02-20 TUN-10247: Update tail command to use /management/logs endpoint - 2026-02-11 TUN-9858: Add more information to proxy-dns removal message 2026.2.0 - 2026-02-06 TUN-10216: TUN fix cloudflare vulnerabilities GO-2026-4340 and GO-2026-4341 - 2026-02-02 TUN-9858: Remove proxy-dns feature from cloudflared Signed-off-by: Tianling Shen --- net/cloudflared/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/cloudflared/Makefile b/net/cloudflared/Makefile index 9863eb9e72..56d6ba1179 100644 --- a/net/cloudflared/Makefile +++ b/net/cloudflared/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cloudflared -PKG_VERSION:=2026.1.2 +PKG_VERSION:=2026.3.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/cloudflare/cloudflared/tar.gz/$(PKG_VERSION)? -PKG_HASH:=5e6a8e81de61f180ddee8cfb1b58e4978729bfacd774affa343867dca6fa244f +PKG_HASH:=1c9e88653f091d3085975e50c2cf7308923c88ed5c82afe7fb98938d3f9c93ad PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE