Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tailscale: update to 1.18.1.
@ 2021-12-08 11:10 dne
  2021-12-09  3:33 ` 0x5c
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: dne @ 2021-12-08 11:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1215 bytes --]

There is a new pull request by dne against master on the void-packages repository

https://github.com/dne/void-packages tailscale-v1.18.1
https://github.com/void-linux/void-packages/pull/34428

tailscale: update to 1.18.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/34428.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tailscale-v1.18.1-34428.patch --]
[-- Type: text/x-diff, Size: 1031 bytes --]

From b38a76e96283dad8a40bf8a960e44666708a6350 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20N=C3=A9ri?= <dne+github@mayonnaise.net>
Date: Tue, 7 Dec 2021 18:56:48 +0000
Subject: [PATCH] tailscale: update to 1.18.1.

---
 srcpkgs/tailscale/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/tailscale/template b/srcpkgs/tailscale/template
index fe0f2c701035..96ebdd1354a8 100644
--- a/srcpkgs/tailscale/template
+++ b/srcpkgs/tailscale/template
@@ -1,6 +1,6 @@
 # Template file for 'tailscale'
 pkgname=tailscale
-version=1.16.2
+version=1.18.1
 revision=1
 build_style=go
 go_import_path="tailscale.com"
@@ -14,7 +14,7 @@ maintainer="Noel Cower <ncower@nil.dev>"
 license="BSD-3-Clause"
 homepage="https://tailscale.com"
 distfiles="https://github.com/tailscale/tailscale/archive/v${version}.tar.gz"
-checksum=fe6ef40d668cdd559fabc21eca754985999661f32d6962a19d219896cf05626e
+checksum=a8630d66ee1d475ba4ec97f389bae87d2777e9a33422726c052be1a6bbd2330c
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: tailscale: update to 1.18.1.
  2021-12-08 11:10 [PR PATCH] tailscale: update to 1.18.1 dne
@ 2021-12-09  3:33 ` 0x5c
  2021-12-09  4:49 ` ericonr
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: 0x5c @ 2021-12-09  3:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 303 bytes --]

New comment by 0x5c on void-packages repository

https://github.com/void-linux/void-packages/pull/34428#issuecomment-989477254

Comment:
Had to build locally in x86_64 glibc in an attempt to fix a bug. Managed to find what caused the bug (unrelated to any versions), and can confirm this PR works well.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: tailscale: update to 1.18.1.
  2021-12-08 11:10 [PR PATCH] tailscale: update to 1.18.1 dne
  2021-12-09  3:33 ` 0x5c
@ 2021-12-09  4:49 ` ericonr
  2021-12-09  5:11 ` linhvng
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2021-12-09  4:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 312 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/34428#issuecomment-989509613

Comment:
@nilium ok for you?

This release seems to bring some changes re. using `AF_NETLINK` instead of `ip`, would be good to make sure it's working for a wide array of people.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: tailscale: update to 1.18.1.
  2021-12-08 11:10 [PR PATCH] tailscale: update to 1.18.1 dne
  2021-12-09  3:33 ` 0x5c
  2021-12-09  4:49 ` ericonr
@ 2021-12-09  5:11 ` linhvng
  2021-12-09  5:46 ` nilium
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: linhvng @ 2021-12-09  5:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 416 bytes --]

New comment by linhvng on void-packages repository

https://github.com/void-linux/void-packages/pull/34428#issuecomment-989518635

Comment:
I updated the version in my repo and compiled locally for x86_64 and armv7; it works fine for me.

```
lvn-laptop > uname -a
Linux lvn-laptop 5.15.6_1 #1 SMP Wed Dec 1 14:05:25 UTC 2021 x86_64 GNU/Linux
lvn-laptop > tailscale version
1.18.1
  go version: go1.17.2
```

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: tailscale: update to 1.18.1.
  2021-12-08 11:10 [PR PATCH] tailscale: update to 1.18.1 dne
                   ` (2 preceding siblings ...)
  2021-12-09  5:11 ` linhvng
@ 2021-12-09  5:46 ` nilium
  2021-12-09  7:10 ` ericonr
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: nilium @ 2021-12-09  5:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 493 bytes --]

New comment by nilium on void-packages repository

https://github.com/void-linux/void-packages/pull/34428#issuecomment-989534725

Comment:
> @nilium ok for you?
> 
> This release seems to bring some changes re. using `AF_NETLINK` instead of `ip`, would be good to make sure it's working for a wide array of people.

I'll build it later and see that it's still working for me. I remember there being some bugs early on with the `ip` removal, but I can't remember how long ago that was now.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: tailscale: update to 1.18.1.
  2021-12-08 11:10 [PR PATCH] tailscale: update to 1.18.1 dne
                   ` (3 preceding siblings ...)
  2021-12-09  5:46 ` nilium
@ 2021-12-09  7:10 ` ericonr
  2021-12-09  8:57 ` dne
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2021-12-09  7:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 202 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/34428#issuecomment-989576092

Comment:
Supposedly 1.18.1 fixes some of them, idk if they caught all.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: tailscale: update to 1.18.1.
  2021-12-08 11:10 [PR PATCH] tailscale: update to 1.18.1 dne
                   ` (4 preceding siblings ...)
  2021-12-09  7:10 ` ericonr
@ 2021-12-09  8:57 ` dne
  2021-12-09  9:16 ` nilium
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: dne @ 2021-12-09  8:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 251 bytes --]

New comment by dne on void-packages repository

https://github.com/void-linux/void-packages/pull/34428#issuecomment-989643247

Comment:
Also:
> Set TS_DEBUG_USE_IP_COMMAND environment variable to revert to use of /sbin/ip if this breaks your device.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: tailscale: update to 1.18.1.
  2021-12-08 11:10 [PR PATCH] tailscale: update to 1.18.1 dne
                   ` (5 preceding siblings ...)
  2021-12-09  8:57 ` dne
@ 2021-12-09  9:16 ` nilium
  2021-12-09 13:58 ` linhvng
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: nilium @ 2021-12-09  9:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 273 bytes --]

New comment by nilium on void-packages repository

https://github.com/void-linux/void-packages/pull/34428#issuecomment-989657851

Comment:
1.18.1 appears to still work for me. Some wonkiness with exit node setup, but that's always been fairly fragile for clients on Linux.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: tailscale: update to 1.18.1.
  2021-12-08 11:10 [PR PATCH] tailscale: update to 1.18.1 dne
                   ` (6 preceding siblings ...)
  2021-12-09  9:16 ` nilium
@ 2021-12-09 13:58 ` linhvng
  2021-12-09 13:58 ` linhvng
  2021-12-09 19:05 ` [PR PATCH] [Merged]: " ericonr
  9 siblings, 0 replies; 11+ messages in thread
From: linhvng @ 2021-12-09 13:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 553 bytes --]

New comment by linhvng on void-packages repository

https://github.com/void-linux/void-packages/pull/34428#issuecomment-989518635

Comment:
I updated the version in my repo and compiled locally for x86_64 and armv7; it works fine for me.

```
lvn-laptop > uname -a
Linux lvn-laptop 5.15.6_1 #1 SMP Wed Dec 1 14:05:25 UTC 2021 x86_64 GNU/Linux
lvn-laptop > tailscale version
1.18.1
  go version: go1.17.2
```

from tailscale.com:
![image](https://user-images.githubusercontent.com/8838571/145409665-ba321a16-5ef0-4621-b941-ee034629a098.png)


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: tailscale: update to 1.18.1.
  2021-12-08 11:10 [PR PATCH] tailscale: update to 1.18.1 dne
                   ` (7 preceding siblings ...)
  2021-12-09 13:58 ` linhvng
@ 2021-12-09 13:58 ` linhvng
  2021-12-09 19:05 ` [PR PATCH] [Merged]: " ericonr
  9 siblings, 0 replies; 11+ messages in thread
From: linhvng @ 2021-12-09 13:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 553 bytes --]

New comment by linhvng on void-packages repository

https://github.com/void-linux/void-packages/pull/34428#issuecomment-989518635

Comment:
I updated the version in my repo and compiled locally for x86_64 and armv7; it works fine for me.

```
lvn-laptop > uname -a
Linux lvn-laptop 5.15.6_1 #1 SMP Wed Dec 1 14:05:25 UTC 2021 x86_64 GNU/Linux
lvn-laptop > tailscale version
1.18.1
  go version: go1.17.2
```

from tailscale.com:
![image](https://user-images.githubusercontent.com/8838571/145409933-0bbf2e9e-cbbd-4f47-b51d-5d6873d91c0e.png)


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PR PATCH] [Merged]: tailscale: update to 1.18.1.
  2021-12-08 11:10 [PR PATCH] tailscale: update to 1.18.1 dne
                   ` (8 preceding siblings ...)
  2021-12-09 13:58 ` linhvng
@ 2021-12-09 19:05 ` ericonr
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2021-12-09 19:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1062 bytes --]

There's a merged pull request on the void-packages repository

tailscale: update to 1.18.1.
https://github.com/void-linux/void-packages/pull/34428

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-12-09 19:05 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-08 11:10 [PR PATCH] tailscale: update to 1.18.1 dne
2021-12-09  3:33 ` 0x5c
2021-12-09  4:49 ` ericonr
2021-12-09  5:11 ` linhvng
2021-12-09  5:46 ` nilium
2021-12-09  7:10 ` ericonr
2021-12-09  8:57 ` dne
2021-12-09  9:16 ` nilium
2021-12-09 13:58 ` linhvng
2021-12-09 13:58 ` linhvng
2021-12-09 19:05 ` [PR PATCH] [Merged]: " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).