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

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

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

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

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

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

@nilium I've been sniping most tailscale updates recently, and now realised I should probably ping you when updating a package you manage. Hopefully I didn't cause problems

<!--
#### 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 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/36890.patch is attached

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

From 3c334b2dc089f893912ce3fbd2f620abed0e6320 Mon Sep 17 00:00:00 2001
From: 0x5c <dev@0x5c.io>
Date: Thu, 28 Apr 2022 01:02:44 -0400
Subject: [PATCH] tailscale: update to 1.24.1.

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

diff --git a/srcpkgs/tailscale/template b/srcpkgs/tailscale/template
index 9b6db1157ae8..1d2d8091e01e 100644
--- a/srcpkgs/tailscale/template
+++ b/srcpkgs/tailscale/template
@@ -1,6 +1,6 @@
 # Template file for 'tailscale'
 pkgname=tailscale
-version=1.24.0
+version=1.24.1
 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=3c8fe851c440d5dbd9dba2f3242924a7d99e7df37b5ae098507a8feb3663c76f
+checksum=7a095b088265c2cb673fd9a73437839084573cd639f36dddb5d275b019fc0edc
 
 post_install() {
 	vlicense LICENSE

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

* Re: tailscale: update to 1.24.1.
  2022-04-28  5:10 [PR PATCH] tailscale: update to 1.24.1 0x5c
@ 2022-04-28  6:19 ` nilium
  2022-04-29  5:02 ` 0x5c
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: nilium @ 2022-04-28  6:19 UTC (permalink / raw)
  To: ml

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

New comment by nilium on void-packages repository

https://github.com/void-linux/void-packages/pull/36890#issuecomment-1111791245

Comment:
It's fine by me. Worst case is something breaks and either the package gets reverted or it's on my end and that's my job to fix.

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

* Re: tailscale: update to 1.24.1.
  2022-04-28  5:10 [PR PATCH] tailscale: update to 1.24.1 0x5c
  2022-04-28  6:19 ` nilium
@ 2022-04-29  5:02 ` 0x5c
  2022-04-30 22:07 ` [PR PATCH] [Updated] " 0x5c
  2022-05-01  8:51 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: 0x5c @ 2022-04-29  5:02 UTC (permalink / raw)
  To: ml

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

New comment by 0x5c on void-packages repository

https://github.com/void-linux/void-packages/pull/36890#issuecomment-1112878772

Comment:
Ok so there's already *another update* so this pr be a draft until I update it lol

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

* Re: [PR PATCH] [Updated] tailscale: update to 1.24.1.
  2022-04-28  5:10 [PR PATCH] tailscale: update to 1.24.1 0x5c
  2022-04-28  6:19 ` nilium
  2022-04-29  5:02 ` 0x5c
@ 2022-04-30 22:07 ` 0x5c
  2022-05-01  8:51 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: 0x5c @ 2022-04-30 22:07 UTC (permalink / raw)
  To: ml

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

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

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

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

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

@nilium I've been sniping most tailscale updates recently, and now realised I should probably ping you when updating a package you manage. Hopefully I didn't cause problems

<!--
#### 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 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/36890.patch is attached

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

From e9191715fb4c30ffa8e73004fd530fcbec820a7a Mon Sep 17 00:00:00 2001
From: 0x5c <dev@0x5c.io>
Date: Thu, 28 Apr 2022 01:02:44 -0400
Subject: [PATCH] tailscale: update to 1.24.2.

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

diff --git a/srcpkgs/tailscale/template b/srcpkgs/tailscale/template
index 9b6db1157ae8..d2411f209214 100644
--- a/srcpkgs/tailscale/template
+++ b/srcpkgs/tailscale/template
@@ -1,6 +1,6 @@
 # Template file for 'tailscale'
 pkgname=tailscale
-version=1.24.0
+version=1.24.2
 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=3c8fe851c440d5dbd9dba2f3242924a7d99e7df37b5ae098507a8feb3663c76f
+checksum=f1fe7770b4e372ace47c5b0ac4cbe21af95c3a6fb1828ee4f407fcfe35b7958f
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: tailscale: update to 1.24.1.
  2022-04-28  5:10 [PR PATCH] tailscale: update to 1.24.1 0x5c
                   ` (2 preceding siblings ...)
  2022-04-30 22:07 ` [PR PATCH] [Updated] " 0x5c
@ 2022-05-01  8:51 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-05-01  8:51 UTC (permalink / raw)
  To: ml

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

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

tailscale: update to 1.24.1.
https://github.com/void-linux/void-packages/pull/36890

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

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

@nilium I've been sniping most tailscale updates recently, and now realised I should probably ping you when updating a package you manage. Hopefully I didn't cause problems

<!--
#### 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 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:[~2022-05-01  8:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-28  5:10 [PR PATCH] tailscale: update to 1.24.1 0x5c
2022-04-28  6:19 ` nilium
2022-04-29  5:02 ` 0x5c
2022-04-30 22:07 ` [PR PATCH] [Updated] " 0x5c
2022-05-01  8:51 ` [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).