Skip to content

Commit

Permalink
update cloudflared to 2025.1.0 (#6391)
Browse files Browse the repository at this point in the history
  • Loading branch information
luckman212 authored Jan 19, 2025
1 parent 3532152 commit 3139088
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cross/cloudflared/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = cloudflared
PKG_VERS = 2024.10.1
PKG_VERS = 2025.1.0
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/cloudflare/cloudflared/archive
Expand Down
6 changes: 3 additions & 3 deletions cross/cloudflared/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cloudflared-2024.10.1.tar.gz SHA1 64a76aa90b6b37592a953f75848fb4fd440cffbf
cloudflared-2024.10.1.tar.gz SHA256 7e35e3e57a65f8914c5b53896cfa3711153af78b95d971791602c6624d53a1e1
cloudflared-2024.10.1.tar.gz MD5 364287f2daf356aa54e5da8af2cbcafc
cloudflared-2025.1.0.tar.gz SHA1 754e85783eab60a3f7644b0ea7f6501066c781c7
cloudflared-2025.1.0.tar.gz SHA256 f9223cdefaa4b75aa1c49638936af9d5007b6c7bd943ab70203bb75bf32467da
cloudflared-2025.1.0.tar.gz MD5 0fd57ebebeadd3dd44fc2c1d6069ca15
6 changes: 3 additions & 3 deletions spk/cloudflared/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SPK_NAME = cloudflared
SPK_VERS = 2024.10.1
SPK_REV = 15
SPK_VERS = 2025.1.0
SPK_REV = 16
SPK_ICON = src/cloudflared.png

DEPENDS = cross/cloudflared
Expand All @@ -11,7 +11,7 @@ DISPLAY_NAME = Cloudflare Tunnel
DESCRIPTION = "Cloudflare Tunnel provides you with a secure way to connect your resources to Cloudflare without a publicly routable IP address. With Tunnel, you do not send traffic to an external IP - instead, a lightweight daemon in your infrastructure \('cloudflared'\) creates outbound-only connections to Cloudflare\'s global network. Cloudflare Tunnel can connect HTTP web servers, SSH servers, remote desktops, and other protocols safely to Cloudflare. This way, your origins can serve traffic through Cloudflare without being vulnerable to attacks that bypass Cloudflare."
HOMEPAGE = https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/
LICENSE = Apache-2.0
CHANGELOG = "Update to v2024.10.1"
CHANGELOG = "Update to v2025.1.0"

WIZARDS_DIR = src/wizard/

Expand Down

0 comments on commit 3139088

Please sign in to comment.