Skip to content

Commit

Permalink
tailscale: drop this package
Browse files Browse the repository at this point in the history
Every single version of tailscale requires to have up-to-date version of Golang, despite that using our Golang version is supported in upstream.
While updating Golang to the latest version, it might break other Go packages due to using unsupported version, yet.

We can not also backport recent versions of Golang package to the stable branches
as it potentially can break other packages and due to policy of stable branches, there should be backported only security fixes.

Based on the upstream issue[^1] and also in Debian's bug report [^2], it is clear
that we can not keep up with the upstream. Tailscale can be re-added to this repository, when someone from the community or the
tailscale developers steps in and provide support and help while maintaining tailscale in OpenWrt.

[^1]: tailscale/tailscale#7847
[^2]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=972439#19

Fixes: #24741

Signed-off-by: Josef Schlehofer <[email protected]>
  • Loading branch information
BKPepe committed Oct 2, 2024
1 parent e1d8f3c commit b08aee0
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 152 deletions.
65 changes: 0 additions & 65 deletions net/tailscale/Makefile

This file was deleted.

23 changes: 0 additions & 23 deletions net/tailscale/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions net/tailscale/files/tailscale.conf

This file was deleted.

47 changes: 0 additions & 47 deletions net/tailscale/files/tailscale.init

This file was deleted.

10 changes: 0 additions & 10 deletions net/tailscale/test.sh

This file was deleted.

0 comments on commit b08aee0

Please sign in to comment.