Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tailscale: update to 1.0.3.
@ 2020-08-09  4:03 nilium
  2020-08-09  4:20 ` [PR PATCH] [Updated] " nilium
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: nilium @ 2020-08-09  4:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 317 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/24147

tailscale: update to 1.0.3.


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

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

From 2d6ee8ec5197bdd748b57cd344f1514c9c254797 Mon Sep 17 00:00:00 2001
From: Noel Cower <ncower@nil.dev>
Date: Sat, 8 Aug 2020 20:56:39 -0700
Subject: [PATCH] tailscale: update to 1.0.3.

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

diff --git a/srcpkgs/tailscale/template b/srcpkgs/tailscale/template
index 074fcf94f0f..52090cf9551 100644
--- a/srcpkgs/tailscale/template
+++ b/srcpkgs/tailscale/template
@@ -1,9 +1,8 @@
 # Template file for 'tailscale'
 pkgname=tailscale
-version=0.100.0
+version=1.0.3
 revision=1
-_release=-153
-wrksrc="${pkgname}-${version}${_release}"
+wrksrc="${pkgname}-${version}"
 build_style=go
 go_import_path="tailscale.com"
 go_package="tailscale.com/cmd/tailscale tailscale.com/cmd/tailscaled"
@@ -13,8 +12,8 @@ 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}${_release}.tar.gz"
-checksum=e055b72ea20d1288eae61fc0fd1a0108847891e651729d8b3cd318066633ed86
+distfiles="https://github.com/tailscale/tailscale/archive/v${version}.tar.gz"
+checksum=f1bf5f4ab0969de024134503022c1e903f984bdc7fdb9934d5746add899afff1
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] tailscale: update to 1.0.3.
  2020-08-09  4:03 [PR PATCH] tailscale: update to 1.0.3 nilium
@ 2020-08-09  4:20 ` nilium
  2020-08-09  6:24 ` nilium
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: nilium @ 2020-08-09  4:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 322 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/24147

tailscale: update to 1.0.3.


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

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

From 75eb008aad8dcf4eb9d757177c1e84987410da6e Mon Sep 17 00:00:00 2001
From: Noel Cower <ncower@nil.dev>
Date: Sat, 8 Aug 2020 20:56:39 -0700
Subject: [PATCH] tailscale: update to 1.0.3.

Adds ldflags (and build tags) to set the version.
---
 srcpkgs/tailscale/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/tailscale/template b/srcpkgs/tailscale/template
index 074fcf94f0f..0240f2cb336 100644
--- a/srcpkgs/tailscale/template
+++ b/srcpkgs/tailscale/template
@@ -1,20 +1,20 @@
 # Template file for 'tailscale'
 pkgname=tailscale
-version=0.100.0
+version=1.0.3
 revision=1
-_release=-153
-wrksrc="${pkgname}-${version}${_release}"
 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}'"
 make_dirs="/var/lib/tailscale 0755 root root"
 hostmakedepends="git"
 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}${_release}.tar.gz"
-checksum=e055b72ea20d1288eae61fc0fd1a0108847891e651729d8b3cd318066633ed86
+distfiles="https://github.com/tailscale/tailscale/archive/v${version}.tar.gz"
+checksum=f1bf5f4ab0969de024134503022c1e903f984bdc7fdb9934d5746add899afff1
 
 post_install() {
 	vlicense LICENSE

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

* Re: tailscale: update to 1.0.3.
  2020-08-09  4:03 [PR PATCH] tailscale: update to 1.0.3 nilium
  2020-08-09  4:20 ` [PR PATCH] [Updated] " nilium
@ 2020-08-09  6:24 ` nilium
  2020-08-09  6:24 ` nilium
  2020-08-09  8:27 ` [PR PATCH] [Merged]: " the-maldridge
  3 siblings, 0 replies; 5+ messages in thread
From: nilium @ 2020-08-09  6:24 UTC (permalink / raw)
  To: ml

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

New comment by nilium on void-packages repository

https://github.com/void-linux/void-packages/pull/24147#issuecomment-671012919

Comment:
As a quick note for anyone following these, 1.0.4 and 1.1.0 are the latest tags on the Tailscale repository, but the goal here is to follow the current version on other platforms. Right now, that's 1.0.3. So, that's the reason for the version discrepancy, should anyone go looking for it.

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

* Re: tailscale: update to 1.0.3.
  2020-08-09  4:03 [PR PATCH] tailscale: update to 1.0.3 nilium
  2020-08-09  4:20 ` [PR PATCH] [Updated] " nilium
  2020-08-09  6:24 ` nilium
@ 2020-08-09  6:24 ` nilium
  2020-08-09  8:27 ` [PR PATCH] [Merged]: " the-maldridge
  3 siblings, 0 replies; 5+ messages in thread
From: nilium @ 2020-08-09  6:24 UTC (permalink / raw)
  To: ml

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

New comment by nilium on void-packages repository

https://github.com/void-linux/void-packages/pull/24147#issuecomment-671012919

Comment:
As a quick note for anyone following these, 1.0.4 and 1.1.0 are the 'latest' tags (in terms of versioning, not necessarily age) on the Tailscale repository, but the goal here is to follow the current version on other platforms. Right now, that's 1.0.3. So, that's the reason for the version discrepancy, should anyone go looking for it.

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

* Re: [PR PATCH] [Merged]: tailscale: update to 1.0.3.
  2020-08-09  4:03 [PR PATCH] tailscale: update to 1.0.3 nilium
                   ` (2 preceding siblings ...)
  2020-08-09  6:24 ` nilium
@ 2020-08-09  8:27 ` the-maldridge
  3 siblings, 0 replies; 5+ messages in thread
From: the-maldridge @ 2020-08-09  8:27 UTC (permalink / raw)
  To: ml

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

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

tailscale: update to 1.0.3.
https://github.com/void-linux/void-packages/pull/24147

Description:


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

end of thread, other threads:[~2020-08-09  8:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-09  4:03 [PR PATCH] tailscale: update to 1.0.3 nilium
2020-08-09  4:20 ` [PR PATCH] [Updated] " nilium
2020-08-09  6:24 ` nilium
2020-08-09  6:24 ` nilium
2020-08-09  8:27 ` [PR PATCH] [Merged]: " the-maldridge

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