From 2993f626e03e6c1bbcd86cbf2ea2944ce9d687e9 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 24 Nov 2023 00:07:21 -0500 Subject: [PATCH] tailscale: update to 1.54.0. --- srcpkgs/tailscale/patches/no-self-update.patch | 2 +- srcpkgs/tailscale/template | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/tailscale/patches/no-self-update.patch b/srcpkgs/tailscale/patches/no-self-update.patch index 3f37066ebc6..2ce2a60308e 100644 --- a/srcpkgs/tailscale/patches/no-self-update.patch +++ b/srcpkgs/tailscale/patches/no-self-update.patch @@ -22,9 +22,9 @@ that through XBPS at their choice. Also disable update check by default. "tailscale.com/net/netutil" "tailscale.com/net/tsaddr" @@ -67,8 +67,7 @@ - setf.StringVar(&setArgs.hostname, "hostname", "", "hostname to use instead of the one provided by the OS") setf.StringVar(&setArgs.advertiseRoutes, "advertise-routes", "", "routes to advertise to other nodes (comma-separated, e.g. \"10.0.0.0/8,192.168.0.0/24\") or empty string to not advertise routes") setf.BoolVar(&setArgs.advertiseDefaultRoute, "advertise-exit-node", false, "offer to be an exit node for internet traffic for the tailnet") + setf.BoolVar(&setArgs.advertiseConnector, "advertise-connector", false, "offer to be an exit node for internet traffic for the tailnet") - setf.BoolVar(&setArgs.updateCheck, "update-check", true, "notify about available Tailscale updates") - setf.BoolVar(&setArgs.updateApply, "auto-update", false, "automatically update to the latest available version") + setf.BoolVar(&setArgs.updateCheck, "update-check", false, "notify about available Tailscale updates") diff --git a/srcpkgs/tailscale/template b/srcpkgs/tailscale/template index cb41c40ddb7..b884ce26b04 100644 --- a/srcpkgs/tailscale/template +++ b/srcpkgs/tailscale/template @@ -1,6 +1,6 @@ # Template file for 'tailscale' pkgname=tailscale -version=1.52.0 +version=1.54.0 revision=1 build_style=go go_import_path="tailscale.com" @@ -13,8 +13,9 @@ short_desc="Easy, secure, cross platform WireGuard, oauth2, and 2FA/SSO" maintainer="Noel Cower " license="BSD-3-Clause" homepage="https://tailscale.com" +changelog="https://github.com/tailscale/tailscale/releases" distfiles="https://github.com/tailscale/tailscale/archive/v${version}.tar.gz" -checksum=8545b5121cb94bc84119b32623a6c513860f759ae96dcff8f404f81151999e06 +checksum=c895a0f489706535ed400b0599d7d932d9eebc5f1bad2c236408a1e4b86620e7 post_install() { vlicense LICENSE