packages icon indicating copy to clipboard operation
packages copied to clipboard

tailscale: update to v1.32.0

Open wormi4ok opened this issue 2 years ago • 3 comments

Maintainer: @ja-pa Compile tested: arm64, Belkin RT3200, Openwrt 22.03 Run tested: arm64, Belkin RT3200, Openwrt 22.03

Description: Update Tailscale version to the latest stable

Signed-off-by: Stanislav Petrashov [email protected]

wormi4ok avatar Oct 16 '22 16:10 wormi4ok

Od verze 1.28.0 se mi nedaří sestavit na Ramips (AX53U) ani tento nejde.

Ricrdsson1 avatar Oct 17 '22 10:10 Ricrdsson1

I've compiled it with the current latest golang version (1.19.2). And by looking at the error message it seems that Tailscale needs at least go version 1.19, since wireguard library uses atomic values introduced in 1.19.

wormi4ok avatar Oct 17 '22 20:10 wormi4ok

I've compiled it with the current latest golang version (1.19.2). And by looking at the error message it seems that Tailscale needs at least go version 1.19, since wireguard library uses atomic values introduced in 1.19.

great. Using the latest version of GoLang solves the problem.

Ricrdsson1 avatar Oct 18 '22 08:10 Ricrdsson1

Please do no longer set PKG_RELEASE to AUTORELEASE as the feature is deprecated. Please use an integer instead. Below is a list of affected packages including correct PKG_RELEASE:

  • net/tailscale/Makefile: PKG_RELEASE:=2

github-actions[bot] avatar Nov 28 '22 18:11 github-actions[bot]

Could you please rebase your pull request?

BKPepe avatar Dec 03 '22 11:12 BKPepe

The upgrade to go 1.19 broke the current tailscale package (see issue #20028). This PR should remedy that, would be great to get this out soonish!

Much obliged

mschae avatar Dec 05 '22 22:12 mschae

Any idea how long it takes to build the new package and where can I find it?

lightrush avatar Dec 06 '22 05:12 lightrush

Seems like it's trickled into the package tree.

lightrush avatar Dec 08 '22 20:12 lightrush