Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tailscale: update to 1.36.0.
@ 2023-01-26  7:21 nilium
  2023-01-26  7:45 ` [PR REVIEW] " paper42
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: nilium @ 2023-01-26  7:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nilium/ecks-bops-packages tailscale
https://github.com/void-linux/void-packages/pull/41879

tailscale: update to 1.36.0.
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (x86_64)
<!--
- 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/41879.patch is attached

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

From b1abfdf0aaf0f04210cd444955fd4275c53cd1e8 Mon Sep 17 00:00:00 2001
From: Noel Cower <ncower@nil.dev>
Date: Wed, 25 Jan 2023 22:42:37 -0800
Subject: [PATCH] tailscale: update to 1.36.0.

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

diff --git a/srcpkgs/tailscale/template b/srcpkgs/tailscale/template
index cb50f3d7f77e..3cc149ea0d68 100644
--- a/srcpkgs/tailscale/template
+++ b/srcpkgs/tailscale/template
@@ -1,6 +1,6 @@
 # Template file for 'tailscale'
 pkgname=tailscale
-version=1.34.2
+version=1.36.0
 revision=1
 build_style=go
 go_import_path="tailscale.com"
@@ -13,7 +13,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=@6b48993cee06397e22fd70c71d93ec9b2431cdb32a7e5cb37b515f7d34cbadb7
+checksum=@687833114a7294dc98c658502a4e4ea997bd467ad42c901edb4639935d71729d
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] tailscale: update to 1.36.0.
  2023-01-26  7:21 [PR PATCH] tailscale: update to 1.36.0 nilium
@ 2023-01-26  7:45 ` paper42
  2023-01-26  7:56 ` nilium
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2023-01-26  7:45 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41879#discussion_r1087511726

Comment:
Since this is a GitHub tarball, the hash should be stable, so @ shouldn't be necessary, why was it added?

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

* Re: [PR REVIEW] tailscale: update to 1.36.0.
  2023-01-26  7:21 [PR PATCH] tailscale: update to 1.36.0 nilium
  2023-01-26  7:45 ` [PR REVIEW] " paper42
@ 2023-01-26  7:56 ` nilium
  2023-01-26  7:57 ` [PR PATCH] [Updated] " nilium
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: nilium @ 2023-01-26  7:56 UTC (permalink / raw)
  To: ml

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

New review comment by nilium on void-packages repository

https://github.com/void-linux/void-packages/pull/41879#discussion_r1087518714

Comment:
Actually not sure -- came in via xgensum, so just going to remove it.

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

* Re: [PR PATCH] [Updated] tailscale: update to 1.36.0.
  2023-01-26  7:21 [PR PATCH] tailscale: update to 1.36.0 nilium
  2023-01-26  7:45 ` [PR REVIEW] " paper42
  2023-01-26  7:56 ` nilium
@ 2023-01-26  7:57 ` nilium
  2023-01-26  7:59 ` [PR REVIEW] " nilium
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: nilium @ 2023-01-26  7:57 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by nilium against master on the void-packages repository

https://github.com/nilium/ecks-bops-packages tailscale
https://github.com/void-linux/void-packages/pull/41879

tailscale: update to 1.36.0.
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (x86_64)
<!--
- 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/41879.patch is attached

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

From e72274f600e86d3f5ffa7a1dc3585dcb7a2a93b3 Mon Sep 17 00:00:00 2001
From: Noel Cower <ncower@nil.dev>
Date: Wed, 25 Jan 2023 22:42:37 -0800
Subject: [PATCH] tailscale: update to 1.36.0.

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

diff --git a/srcpkgs/tailscale/template b/srcpkgs/tailscale/template
index cb50f3d7f77e..a3ce4b1d5c13 100644
--- a/srcpkgs/tailscale/template
+++ b/srcpkgs/tailscale/template
@@ -1,6 +1,6 @@
 # Template file for 'tailscale'
 pkgname=tailscale
-version=1.34.2
+version=1.36.0
 revision=1
 build_style=go
 go_import_path="tailscale.com"
@@ -13,7 +13,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=@6b48993cee06397e22fd70c71d93ec9b2431cdb32a7e5cb37b515f7d34cbadb7
+checksum=687833114a7294dc98c658502a4e4ea997bd467ad42c901edb4639935d71729d
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] tailscale: update to 1.36.0.
  2023-01-26  7:21 [PR PATCH] tailscale: update to 1.36.0 nilium
                   ` (2 preceding siblings ...)
  2023-01-26  7:57 ` [PR PATCH] [Updated] " nilium
@ 2023-01-26  7:59 ` nilium
  2023-01-26  8:00 ` [PR PATCH] [Updated] " nilium
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: nilium @ 2023-01-26  7:59 UTC (permalink / raw)
  To: ml

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

New review comment by nilium on void-packages repository

https://github.com/void-linux/void-packages/pull/41879#discussion_r1087518714

Comment:
Actually not sure -- came in via xgensum, so just going to remove it. Edit: weirder still that it's a different checksum than the actual tarball.. not sure what's up with that.

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

* Re: [PR PATCH] [Updated] tailscale: update to 1.36.0.
  2023-01-26  7:21 [PR PATCH] tailscale: update to 1.36.0 nilium
                   ` (3 preceding siblings ...)
  2023-01-26  7:59 ` [PR REVIEW] " nilium
@ 2023-01-26  8:00 ` nilium
  2023-01-26  8:01 ` [PR REVIEW] " nilium
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: nilium @ 2023-01-26  8:00 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by nilium against master on the void-packages repository

https://github.com/nilium/ecks-bops-packages tailscale
https://github.com/void-linux/void-packages/pull/41879

tailscale: update to 1.36.0.
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (x86_64)
<!--
- 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/41879.patch is attached

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

From ea8e47e1b93949b1551b19f70fcfbf5895031b7e Mon Sep 17 00:00:00 2001
From: Noel Cower <ncower@nil.dev>
Date: Wed, 25 Jan 2023 22:42:37 -0800
Subject: [PATCH] tailscale: update to 1.36.0.

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

diff --git a/srcpkgs/tailscale/template b/srcpkgs/tailscale/template
index cb50f3d7f77e..9a65039e29da 100644
--- a/srcpkgs/tailscale/template
+++ b/srcpkgs/tailscale/template
@@ -1,6 +1,6 @@
 # Template file for 'tailscale'
 pkgname=tailscale
-version=1.34.2
+version=1.36.0
 revision=1
 build_style=go
 go_import_path="tailscale.com"
@@ -13,7 +13,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=@6b48993cee06397e22fd70c71d93ec9b2431cdb32a7e5cb37b515f7d34cbadb7
+checksum=25b293a7e65d7b962f0c56454d66fa56c89c3aa995467218f24efa335b924c76
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] tailscale: update to 1.36.0.
  2023-01-26  7:21 [PR PATCH] tailscale: update to 1.36.0 nilium
                   ` (4 preceding siblings ...)
  2023-01-26  8:00 ` [PR PATCH] [Updated] " nilium
@ 2023-01-26  8:01 ` nilium
  2023-01-26  8:28 ` paper42
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: nilium @ 2023-01-26  8:01 UTC (permalink / raw)
  To: ml

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

New review comment by nilium on void-packages repository

https://github.com/void-linux/void-packages/pull/41879#discussion_r1087518714

Comment:
Actually not sure -- came in via xgensum, so just going to remove it. Edit: weirder still that it's a different checksum than the actual tarball.. not sure what's up with that. Ah, shell history bit me -- stray -c in an old xgensum snuck in.

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

* Re: [PR REVIEW] tailscale: update to 1.36.0.
  2023-01-26  7:21 [PR PATCH] tailscale: update to 1.36.0 nilium
                   ` (5 preceding siblings ...)
  2023-01-26  8:01 ` [PR REVIEW] " nilium
@ 2023-01-26  8:28 ` paper42
  2023-01-26  8:29 ` nilium
  2023-01-27  0:46 ` [PR PATCH] [Merged]: " classabbyamp
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2023-01-26  8:28 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41879#discussion_r1087541979

Comment:
@ means it's a checksum of the tarball content instead of the tarball itself. It shouldn't be used almost anywhere.

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

* Re: [PR REVIEW] tailscale: update to 1.36.0.
  2023-01-26  7:21 [PR PATCH] tailscale: update to 1.36.0 nilium
                   ` (6 preceding siblings ...)
  2023-01-26  8:28 ` paper42
@ 2023-01-26  8:29 ` nilium
  2023-01-27  0:46 ` [PR PATCH] [Merged]: " classabbyamp
  8 siblings, 0 replies; 10+ messages in thread
From: nilium @ 2023-01-26  8:29 UTC (permalink / raw)
  To: ml

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

New review comment by nilium on void-packages repository

https://github.com/void-linux/void-packages/pull/41879#discussion_r1087542894

Comment:
I'm aware.

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

* Re: [PR PATCH] [Merged]: tailscale: update to 1.36.0.
  2023-01-26  7:21 [PR PATCH] tailscale: update to 1.36.0 nilium
                   ` (7 preceding siblings ...)
  2023-01-26  8:29 ` nilium
@ 2023-01-27  0:46 ` classabbyamp
  8 siblings, 0 replies; 10+ messages in thread
From: classabbyamp @ 2023-01-27  0:46 UTC (permalink / raw)
  To: ml

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

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

tailscale: update to 1.36.0.
https://github.com/void-linux/void-packages/pull/41879

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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (x86_64)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-01-27  0:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-26  7:21 [PR PATCH] tailscale: update to 1.36.0 nilium
2023-01-26  7:45 ` [PR REVIEW] " paper42
2023-01-26  7:56 ` nilium
2023-01-26  7:57 ` [PR PATCH] [Updated] " nilium
2023-01-26  7:59 ` [PR REVIEW] " nilium
2023-01-26  8:00 ` [PR PATCH] [Updated] " nilium
2023-01-26  8:01 ` [PR REVIEW] " nilium
2023-01-26  8:28 ` paper42
2023-01-26  8:29 ` nilium
2023-01-27  0:46 ` [PR PATCH] [Merged]: " classabbyamp

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).