-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tailscale: missing mips64 support + security vulnerability #25175
Comments
I was able to use the files in the package https://github.com/openwrt/packages/tree/master/net/tailscale and manually copying them into my mips64 system + copying the two binaries from the tailscale release, everything works fine. So the package just needs to be updated with a newer version of tailscale and with support for mips64 |
for the vuln part please see #24741 Also, we are unable to bump to a newer go release in a stable branch, but tailscale always requires the latest go. unfortunately we cannot do much about that. this will probably land in SNAPSHOT, but not 23.05.x branches. |
Possibilities like backporting the newer go version as a separate package is not allowed for reasons I disagree with. |
Do we just need to drop https://github.com/openwrt/packages/blob/master/net/tailscale/Makefile#L26 for mips to work? |
If we could at least make mips64 work, users should be able to install the obsolete package through opkg, then upgrade tailscale/tailscaled using its own auto-update mechanism - it's what I did on another router with a different arch. It's very not ideal, I recall seeing quite a bit of error messages during installation, but, in the end it worked. Better than doing opkg install tailscale and being told there is no such package |
It is there on snapshot https://downloads.openwrt.org/snapshots/packages/mips64_octeonplus/packages/tailscale_1.74.1-r1_mips64_octeonplus.ipk, so it is unavailable for the same reason as it is for all other platforms. Please close this issue. |
Maintainer: @mochaaP @SuperSandro2000
Environment: r24106-10cc5fcd00, 23.05.5, octeon/generic, Ubiquiti EdgeRouter 4, mips64
Description:
Tailscale now provides mips64 binaries, but, the tailscale openwrt package does not have them, making installation impossible on mips64. This bug is to request the tailscale package to be updated with the mips64 binaries, to support the mips64 arch.
Additionally, the version currently in the OpenWrt repo suffers a security vulnerability (per the warning shown on the Tailscale dashboard after installation) so it should really be updated.
Thanks!
The text was updated successfully, but these errors were encountered: