* [PR PATCH] tailscale: update to 1.60.0.
@ 2024-02-18 8:31 classabbyamp
2024-02-18 10:29 ` nilium
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: classabbyamp @ 2024-02-18 8:31 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 640 bytes --]
There is a new pull request by classabbyamp against master on the void-packages repository
https://github.com/classabbyamp/void-packages update/tailscale
https://github.com/void-linux/void-packages/pull/48811
tailscale: update to 1.60.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**
[ci skip] as it currently does not build with go 1.21. it needs `math/rand/v2` from 1.22's stdlib.
@nilium mind if I adopt this package?
A patch file from https://github.com/void-linux/void-packages/pull/48811.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update/tailscale-48811.patch --]
[-- Type: text/x-diff, Size: 1034 bytes --]
From 61f48f2cd39c2e9c77289c652de2947f0db1ce0d Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Sun, 18 Feb 2024 03:24:29 -0500
Subject: [PATCH] tailscale: update to 1.60.0.
---
srcpkgs/tailscale/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/tailscale/template b/srcpkgs/tailscale/template
index e115454d372c33..515b176d8b44f0 100644
--- a/srcpkgs/tailscale/template
+++ b/srcpkgs/tailscale/template
@@ -1,6 +1,6 @@
# Template file for 'tailscale'
pkgname=tailscale
-version=1.58.2
+version=1.60.0
revision=1
build_style=go
go_import_path="tailscale.com"
@@ -15,7 +15,7 @@ license="BSD-3-Clause"
homepage="https://tailscale.com"
changelog="https://github.com/tailscale/tailscale/releases"
distfiles="https://github.com/tailscale/tailscale/archive/v${version}.tar.gz"
-checksum=452f355408e4e2179872387a863387e06346fc8a6f9887821f9b8a072c6a5b0a
+checksum=b857ba9944e37332c245bc9ebc158150b2e785909f27d32b6f7e01557150e88a
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: tailscale: update to 1.60.0.
2024-02-18 8:31 [PR PATCH] tailscale: update to 1.60.0 classabbyamp
@ 2024-02-18 10:29 ` nilium
2024-02-20 4:55 ` [PR PATCH] [Updated] " classabbyamp
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: nilium @ 2024-02-18 10:29 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 161 bytes --]
New comment by nilium on void-packages repository
https://github.com/void-linux/void-packages/pull/48811#issuecomment-1951101605
Comment:
That's fine with me.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PR PATCH] [Updated] tailscale: update to 1.60.0.
2024-02-18 8:31 [PR PATCH] tailscale: update to 1.60.0 classabbyamp
2024-02-18 10:29 ` nilium
@ 2024-02-20 4:55 ` classabbyamp
2024-02-24 9:13 ` classabbyamp
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2024-02-20 4:55 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 645 bytes --]
There is an updated pull request by classabbyamp against master on the void-packages repository
https://github.com/classabbyamp/void-packages update/tailscale
https://github.com/void-linux/void-packages/pull/48811
tailscale: update to 1.60.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**
[ci skip] as it currently does not build with go 1.21. it needs `math/rand/v2` from 1.22's stdlib.
@nilium mind if I adopt this package?
A patch file from https://github.com/void-linux/void-packages/pull/48811.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update/tailscale-48811.patch --]
[-- Type: text/x-diff, Size: 1394 bytes --]
From 90e8207360779c90aae9514ce461d01e6a8f2ccd Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Sun, 18 Feb 2024 03:24:29 -0500
Subject: [PATCH] tailscale: update to 1.60.0, adopt.
---
srcpkgs/tailscale/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/tailscale/template b/srcpkgs/tailscale/template
index e115454d372c33..5cbd13d5a824c8 100644
--- a/srcpkgs/tailscale/template
+++ b/srcpkgs/tailscale/template
@@ -1,6 +1,6 @@
# Template file for 'tailscale'
pkgname=tailscale
-version=1.58.2
+version=1.60.0
revision=1
build_style=go
go_import_path="tailscale.com"
@@ -10,12 +10,12 @@ go_ldflags="-X 'tailscale.com/version.longStamp=${version}_${revision} (Void Lin
-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>"
+maintainer="classabbyamp <void@placeviolette.net>"
license="BSD-3-Clause"
homepage="https://tailscale.com"
changelog="https://github.com/tailscale/tailscale/releases"
distfiles="https://github.com/tailscale/tailscale/archive/v${version}.tar.gz"
-checksum=452f355408e4e2179872387a863387e06346fc8a6f9887821f9b8a072c6a5b0a
+checksum=b857ba9944e37332c245bc9ebc158150b2e785909f27d32b6f7e01557150e88a
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PR PATCH] [Updated] tailscale: update to 1.60.0.
2024-02-18 8:31 [PR PATCH] tailscale: update to 1.60.0 classabbyamp
2024-02-18 10:29 ` nilium
2024-02-20 4:55 ` [PR PATCH] [Updated] " classabbyamp
@ 2024-02-24 9:13 ` classabbyamp
2024-02-24 9:15 ` classabbyamp
2024-02-24 9:18 ` [PR PATCH] [Merged]: " classabbyamp
4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2024-02-24 9:13 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 645 bytes --]
There is an updated pull request by classabbyamp against master on the void-packages repository
https://github.com/classabbyamp/void-packages update/tailscale
https://github.com/void-linux/void-packages/pull/48811
tailscale: update to 1.60.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**
[ci skip] as it currently does not build with go 1.21. it needs `math/rand/v2` from 1.22's stdlib.
@nilium mind if I adopt this package?
A patch file from https://github.com/void-linux/void-packages/pull/48811.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update/tailscale-48811.patch --]
[-- Type: text/x-diff, Size: 1394 bytes --]
From b5db2be25133e3f13a9a2de4b16ef5e9e1180bd4 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Sun, 18 Feb 2024 03:24:29 -0500
Subject: [PATCH] tailscale: update to 1.60.0, adopt.
---
srcpkgs/tailscale/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/tailscale/template b/srcpkgs/tailscale/template
index e115454d372c33..5cbd13d5a824c8 100644
--- a/srcpkgs/tailscale/template
+++ b/srcpkgs/tailscale/template
@@ -1,6 +1,6 @@
# Template file for 'tailscale'
pkgname=tailscale
-version=1.58.2
+version=1.60.0
revision=1
build_style=go
go_import_path="tailscale.com"
@@ -10,12 +10,12 @@ go_ldflags="-X 'tailscale.com/version.longStamp=${version}_${revision} (Void Lin
-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>"
+maintainer="classabbyamp <void@placeviolette.net>"
license="BSD-3-Clause"
homepage="https://tailscale.com"
changelog="https://github.com/tailscale/tailscale/releases"
distfiles="https://github.com/tailscale/tailscale/archive/v${version}.tar.gz"
-checksum=452f355408e4e2179872387a863387e06346fc8a6f9887821f9b8a072c6a5b0a
+checksum=b857ba9944e37332c245bc9ebc158150b2e785909f27d32b6f7e01557150e88a
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PR PATCH] [Updated] tailscale: update to 1.60.0.
2024-02-18 8:31 [PR PATCH] tailscale: update to 1.60.0 classabbyamp
` (2 preceding siblings ...)
2024-02-24 9:13 ` classabbyamp
@ 2024-02-24 9:15 ` classabbyamp
2024-02-24 9:18 ` [PR PATCH] [Merged]: " classabbyamp
4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2024-02-24 9:15 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 545 bytes --]
There is an updated pull request by classabbyamp against master on the void-packages repository
https://github.com/classabbyamp/void-packages update/tailscale
https://github.com/void-linux/void-packages/pull/48811
tailscale: update to 1.60.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**
@nilium mind if I adopt this package?
A patch file from https://github.com/void-linux/void-packages/pull/48811.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update/tailscale-48811.patch --]
[-- Type: text/x-diff, Size: 1394 bytes --]
From fd5eb829c6391cad0b5ec1d79c86ea6a703c9686 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Sun, 18 Feb 2024 03:24:29 -0500
Subject: [PATCH] tailscale: update to 1.60.0, adopt.
---
srcpkgs/tailscale/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/tailscale/template b/srcpkgs/tailscale/template
index e115454d372c33..5cbd13d5a824c8 100644
--- a/srcpkgs/tailscale/template
+++ b/srcpkgs/tailscale/template
@@ -1,6 +1,6 @@
# Template file for 'tailscale'
pkgname=tailscale
-version=1.58.2
+version=1.60.0
revision=1
build_style=go
go_import_path="tailscale.com"
@@ -10,12 +10,12 @@ go_ldflags="-X 'tailscale.com/version.longStamp=${version}_${revision} (Void Lin
-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>"
+maintainer="classabbyamp <void@placeviolette.net>"
license="BSD-3-Clause"
homepage="https://tailscale.com"
changelog="https://github.com/tailscale/tailscale/releases"
distfiles="https://github.com/tailscale/tailscale/archive/v${version}.tar.gz"
-checksum=452f355408e4e2179872387a863387e06346fc8a6f9887821f9b8a072c6a5b0a
+checksum=b857ba9944e37332c245bc9ebc158150b2e785909f27d32b6f7e01557150e88a
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PR PATCH] [Merged]: tailscale: update to 1.60.0.
2024-02-18 8:31 [PR PATCH] tailscale: update to 1.60.0 classabbyamp
` (3 preceding siblings ...)
2024-02-24 9:15 ` classabbyamp
@ 2024-02-24 9:18 ` classabbyamp
4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2024-02-24 9:18 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 370 bytes --]
There's a merged pull request on the void-packages repository
tailscale: update to 1.60.0.
https://github.com/void-linux/void-packages/pull/48811
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**
@nilium mind if I adopt this package?
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-02-24 9:18 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-18 8:31 [PR PATCH] tailscale: update to 1.60.0 classabbyamp
2024-02-18 10:29 ` nilium
2024-02-20 4:55 ` [PR PATCH] [Updated] " classabbyamp
2024-02-24 9:13 ` classabbyamp
2024-02-24 9:15 ` classabbyamp
2024-02-24 9:18 ` [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).