Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tailscale: update to 1.38.4.
@ 2023-04-08 10:57 0x5c
  2023-04-08 11:04 ` 0x5c
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: 0x5c @ 2023-04-08 10:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/0x5c/void-packages update/tailscale
https://github.com/void-linux/void-packages/pull/43343

tailscale: update to 1.38.4.
<!-- 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, (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/43343.patch is attached

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

From feadede587a3de6b4a2fe94fab692dbc3cf10837 Mon Sep 17 00:00:00 2001
From: 0x5c <dev@0x5c.io>
Date: Sat, 8 Apr 2023 06:56:03 -0400
Subject: [PATCH] tailscale: update to 1.38.4.

---
 srcpkgs/tailscale/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/tailscale/template b/srcpkgs/tailscale/template
index f9bd5e11f642..34bd7489ac44 100644
--- a/srcpkgs/tailscale/template
+++ b/srcpkgs/tailscale/template
@@ -1,7 +1,7 @@
 # Template file for 'tailscale'
 pkgname=tailscale
-version=1.36.1
-revision=2
+version=1.38.4
+revision=1
 build_style=go
 go_import_path="tailscale.com"
 go_package="tailscale.com/cmd/tailscale tailscale.com/cmd/tailscaled"
@@ -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=028b2ec0322e5c67c9b7750584be4e53b07e0ba88067a951c1726cd40ddff77f
+checksum=b574bf5570200f357cdbcee9b84e37172469bd421389def33c6ef2d84894ea4f
 
 post_install() {
 	vlicense LICENSE

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

* Re: tailscale: update to 1.38.4.
  2023-04-08 10:57 [PR PATCH] tailscale: update to 1.38.4 0x5c
@ 2023-04-08 11:04 ` 0x5c
  2023-04-08 11:19 ` [PR PATCH] [Updated] " 0x5c
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: 0x5c @ 2023-04-08 11:04 UTC (permalink / raw)
  To: ml

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

New comment by 0x5c on void-packages repository

https://github.com/void-linux/void-packages/pull/43343#issuecomment-1500868050

Comment:
I've found a bug in the version string we pass in go_ldflags, trying to find why it happens

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

* Re: [PR PATCH] [Updated] tailscale: update to 1.38.4.
  2023-04-08 10:57 [PR PATCH] tailscale: update to 1.38.4 0x5c
  2023-04-08 11:04 ` 0x5c
@ 2023-04-08 11:19 ` 0x5c
  2023-04-08 11:19 ` 0x5c
  2023-04-08 15:43 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: 0x5c @ 2023-04-08 11:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/0x5c/void-packages update/tailscale
https://github.com/void-linux/void-packages/pull/43343

tailscale: update to 1.38.4.
<!-- 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, (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/43343.patch is attached

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

From a7ed9daa67988a8be045460c31d0d064043866ba Mon Sep 17 00:00:00 2001
From: 0x5c <dev@0x5c.io>
Date: Sat, 8 Apr 2023 06:56:03 -0400
Subject: [PATCH] tailscale: update to 1.38.4.

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

diff --git a/srcpkgs/tailscale/template b/srcpkgs/tailscale/template
index f9bd5e11f642..90f0d104e5d0 100644
--- a/srcpkgs/tailscale/template
+++ b/srcpkgs/tailscale/template
@@ -1,19 +1,19 @@
 # Template file for 'tailscale'
 pkgname=tailscale
-version=1.36.1
-revision=2
+version=1.38.4
+revision=1
 build_style=go
 go_import_path="tailscale.com"
 go_package="tailscale.com/cmd/tailscale tailscale.com/cmd/tailscaled"
 go_build_tags='xversion'
-go_ldflags="-X 'tailscale.com/version.Long=${version}_${revision} (Void Linux)' -X 'tailscale.com/version.Short=${version}'"
+go_ldflags="-X 'tailscale.com/version.longStamp=${version}_${revision} (Void Linux)' -X 'tailscale.com/version.shortStamp=${version}'"
 make_dirs="/var/lib/tailscale 0755 root root"
 short_desc="Easy, secure, cross platform WireGuard, oauth2, and 2FA/SSO"
 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=028b2ec0322e5c67c9b7750584be4e53b07e0ba88067a951c1726cd40ddff77f
+checksum=b574bf5570200f357cdbcee9b84e37172469bd421389def33c6ef2d84894ea4f
 
 post_install() {
 	vlicense LICENSE

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

* Re: tailscale: update to 1.38.4.
  2023-04-08 10:57 [PR PATCH] tailscale: update to 1.38.4 0x5c
  2023-04-08 11:04 ` 0x5c
  2023-04-08 11:19 ` [PR PATCH] [Updated] " 0x5c
@ 2023-04-08 11:19 ` 0x5c
  2023-04-08 15:43 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: 0x5c @ 2023-04-08 11:19 UTC (permalink / raw)
  To: ml

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

New comment by 0x5c on void-packages repository

https://github.com/void-linux/void-packages/pull/43343#issuecomment-1500868050

Comment:
~~I've found a bug in the version string we pass in go_ldflags, trying to find why it happens~~ Fixed

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

* Re: [PR PATCH] [Merged]: tailscale: update to 1.38.4.
  2023-04-08 10:57 [PR PATCH] tailscale: update to 1.38.4 0x5c
                   ` (2 preceding siblings ...)
  2023-04-08 11:19 ` 0x5c
@ 2023-04-08 15:43 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2023-04-08 15:43 UTC (permalink / raw)
  To: ml

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

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

tailscale: update to 1.38.4.
https://github.com/void-linux/void-packages/pull/43343

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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-04-08 15:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-08 10:57 [PR PATCH] tailscale: update to 1.38.4 0x5c
2023-04-08 11:04 ` 0x5c
2023-04-08 11:19 ` [PR PATCH] [Updated] " 0x5c
2023-04-08 11:19 ` 0x5c
2023-04-08 15:43 ` [PR PATCH] [Merged]: " paper42

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