* [PR PATCH] New package,:zerotier-one
@ 2024-07-31 0:04 wallabra
2024-07-31 0:08 ` [PR PATCH] [Updated] " wallabra
` (12 more replies)
0 siblings, 13 replies; 14+ messages in thread
From: wallabra @ 2024-07-31 0:04 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 662 bytes --]
There is a new pull request by wallabra against master on the void-packages repository
https://github.com/wallabra/void-packages master
https://github.com/void-linux/void-packages/pull/51562
New package,:zerotier-one
#### Testing the changes
- I tested the changes in this PR: **briefly**
#### 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**
#### Local build testing
- I built this PR locally for my native architecture, x86-64
A patch file from https://github.com/void-linux/void-packages/pull/51562.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-51562.patch --]
[-- Type: text/x-diff, Size: 1455 bytes --]
From 136738275242f402e5de17b763fbe89ae6a586fa Mon Sep 17 00:00:00 2001
From: Gustavo Ramos Rehermann <rehermann6046@gmail.com>
Date: Tue, 30 Jul 2024 21:00:18 -0300
Subject: [PATCH] Add src package zerotier-one
---
srcpkgs/zerotier-one/template | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 srcpkgs/zerotier-one/template
diff --git a/srcpkgs/zerotier-one/template b/srcpkgs/zerotier-one/template
new file mode 100644
index 00000000000000..ff90e76287d360
--- /dev/null
+++ b/srcpkgs/zerotier-one/template
@@ -0,0 +1,20 @@
+# Template file for Zerotier One (client daemon)
+# Maintainer: Gustavo Ramos Rehermann aka wallabra <rehermann6046@gmail.com>
+# - Matrix: @wallabra:bark.lgbt
+# - Signal: @wallabra.75
+# - IRC: wallabra @ Libera
+# - Discord: wallabra
+# - XMPP: wallabra@unix.dog
+pkgname=zerotier-one
+version=1.14.0
+revision=1
+build_style=gnu-makefile
+# desc is from https://aur.archlinux.org/packages/zerotier-one-git
+makedepends="cargo pkg-config openssl-devel"
+depends="ca-certificates"
+short_desc="Creates virtual Ethernet networks of almost unlimited size."
+maintainer="Gustavo Ramos Rehermann <rehermann6046@gmail.com>"
+license="BUSL-1.1"
+homepage="http://www.zerotier.com"
+distfiles="https://github.com/zerotier/ZeroTierOne/archive/refs/tags/1.14.0.zip"
+checksum="62ee8e61b933a7070d0f9f6982839f5b287f12d2ab53fb61e5d7fc5a6558c874"
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PR PATCH] [Updated] New package,:zerotier-one
2024-07-31 0:04 [PR PATCH] New package,:zerotier-one wallabra
@ 2024-07-31 0:08 ` wallabra
2024-07-31 0:12 ` wallabra
` (11 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: wallabra @ 2024-07-31 0:08 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 667 bytes --]
There is an updated pull request by wallabra against master on the void-packages repository
https://github.com/wallabra/void-packages master
https://github.com/void-linux/void-packages/pull/51562
New package,:zerotier-one
#### Testing the changes
- I tested the changes in this PR: **briefly**
#### 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**
#### Local build testing
- I built this PR locally for my native architecture, x86-64
A patch file from https://github.com/void-linux/void-packages/pull/51562.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-51562.patch --]
[-- Type: text/x-diff, Size: 2932 bytes --]
From 136738275242f402e5de17b763fbe89ae6a586fa Mon Sep 17 00:00:00 2001
From: Gustavo Ramos Rehermann <rehermann6046@gmail.com>
Date: Tue, 30 Jul 2024 21:00:18 -0300
Subject: [PATCH 1/2] Add src package zerotier-one
---
srcpkgs/zerotier-one/template | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 srcpkgs/zerotier-one/template
diff --git a/srcpkgs/zerotier-one/template b/srcpkgs/zerotier-one/template
new file mode 100644
index 00000000000000..ff90e76287d360
--- /dev/null
+++ b/srcpkgs/zerotier-one/template
@@ -0,0 +1,20 @@
+# Template file for Zerotier One (client daemon)
+# Maintainer: Gustavo Ramos Rehermann aka wallabra <rehermann6046@gmail.com>
+# - Matrix: @wallabra:bark.lgbt
+# - Signal: @wallabra.75
+# - IRC: wallabra @ Libera
+# - Discord: wallabra
+# - XMPP: wallabra@unix.dog
+pkgname=zerotier-one
+version=1.14.0
+revision=1
+build_style=gnu-makefile
+# desc is from https://aur.archlinux.org/packages/zerotier-one-git
+makedepends="cargo pkg-config openssl-devel"
+depends="ca-certificates"
+short_desc="Creates virtual Ethernet networks of almost unlimited size."
+maintainer="Gustavo Ramos Rehermann <rehermann6046@gmail.com>"
+license="BUSL-1.1"
+homepage="http://www.zerotier.com"
+distfiles="https://github.com/zerotier/ZeroTierOne/archive/refs/tags/1.14.0.zip"
+checksum="62ee8e61b933a7070d0f9f6982839f5b287f12d2ab53fb61e5d7fc5a6558c874"
From f53b5e2d09673d8f03c01160918f1d782ecfebdb Mon Sep 17 00:00:00 2001
From: Gustavo Ramos Rehermann <rehermann6046@gmail.com>
Date: Tue, 30 Jul 2024 21:07:37 -0300
Subject: [PATCH 2/2] zerotier-one: Resolve linter complaints
---
srcpkgs/zerotier-one/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/zerotier-one/template b/srcpkgs/zerotier-one/template
index ff90e76287d360..19d23254152b39 100644
--- a/srcpkgs/zerotier-one/template
+++ b/srcpkgs/zerotier-one/template
@@ -1,4 +1,4 @@
-# Template file for Zerotier One (client daemon)
+# Template file for 'zerotier-one'
# Maintainer: Gustavo Ramos Rehermann aka wallabra <rehermann6046@gmail.com>
# - Matrix: @wallabra:bark.lgbt
# - Signal: @wallabra.75
@@ -12,9 +12,9 @@ build_style=gnu-makefile
# desc is from https://aur.archlinux.org/packages/zerotier-one-git
makedepends="cargo pkg-config openssl-devel"
depends="ca-certificates"
-short_desc="Creates virtual Ethernet networks of almost unlimited size."
+short_desc="Creates virtual Ethernet networks of almost unlimited size"
maintainer="Gustavo Ramos Rehermann <rehermann6046@gmail.com>"
license="BUSL-1.1"
homepage="http://www.zerotier.com"
-distfiles="https://github.com/zerotier/ZeroTierOne/archive/refs/tags/1.14.0.zip"
+distfiles="https://github.com/zerotier/ZeroTierOne/archive/refs/tags/1.14.0.tar.gz"
checksum="62ee8e61b933a7070d0f9f6982839f5b287f12d2ab53fb61e5d7fc5a6558c874"
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PR PATCH] [Updated] New package,:zerotier-one
2024-07-31 0:04 [PR PATCH] New package,:zerotier-one wallabra
2024-07-31 0:08 ` [PR PATCH] [Updated] " wallabra
@ 2024-07-31 0:12 ` wallabra
2024-07-31 0:13 ` wallabra
` (10 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: wallabra @ 2024-07-31 0:12 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 667 bytes --]
There is an updated pull request by wallabra against master on the void-packages repository
https://github.com/wallabra/void-packages master
https://github.com/void-linux/void-packages/pull/51562
New package,:zerotier-one
#### Testing the changes
- I tested the changes in this PR: **briefly**
#### 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**
#### Local build testing
- I built this PR locally for my native architecture, x86-64
A patch file from https://github.com/void-linux/void-packages/pull/51562.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-51562.patch --]
[-- Type: text/x-diff, Size: 2932 bytes --]
From 136738275242f402e5de17b763fbe89ae6a586fa Mon Sep 17 00:00:00 2001
From: Gustavo Ramos Rehermann <rehermann6046@gmail.com>
Date: Tue, 30 Jul 2024 21:00:18 -0300
Subject: [PATCH 1/2] Add src package zerotier-one
---
srcpkgs/zerotier-one/template | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 srcpkgs/zerotier-one/template
diff --git a/srcpkgs/zerotier-one/template b/srcpkgs/zerotier-one/template
new file mode 100644
index 00000000000000..ff90e76287d360
--- /dev/null
+++ b/srcpkgs/zerotier-one/template
@@ -0,0 +1,20 @@
+# Template file for Zerotier One (client daemon)
+# Maintainer: Gustavo Ramos Rehermann aka wallabra <rehermann6046@gmail.com>
+# - Matrix: @wallabra:bark.lgbt
+# - Signal: @wallabra.75
+# - IRC: wallabra @ Libera
+# - Discord: wallabra
+# - XMPP: wallabra@unix.dog
+pkgname=zerotier-one
+version=1.14.0
+revision=1
+build_style=gnu-makefile
+# desc is from https://aur.archlinux.org/packages/zerotier-one-git
+makedepends="cargo pkg-config openssl-devel"
+depends="ca-certificates"
+short_desc="Creates virtual Ethernet networks of almost unlimited size."
+maintainer="Gustavo Ramos Rehermann <rehermann6046@gmail.com>"
+license="BUSL-1.1"
+homepage="http://www.zerotier.com"
+distfiles="https://github.com/zerotier/ZeroTierOne/archive/refs/tags/1.14.0.zip"
+checksum="62ee8e61b933a7070d0f9f6982839f5b287f12d2ab53fb61e5d7fc5a6558c874"
From f53b5e2d09673d8f03c01160918f1d782ecfebdb Mon Sep 17 00:00:00 2001
From: Gustavo Ramos Rehermann <rehermann6046@gmail.com>
Date: Tue, 30 Jul 2024 21:07:37 -0300
Subject: [PATCH 2/2] zerotier-one: Resolve linter complaints
---
srcpkgs/zerotier-one/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/zerotier-one/template b/srcpkgs/zerotier-one/template
index ff90e76287d360..19d23254152b39 100644
--- a/srcpkgs/zerotier-one/template
+++ b/srcpkgs/zerotier-one/template
@@ -1,4 +1,4 @@
-# Template file for Zerotier One (client daemon)
+# Template file for 'zerotier-one'
# Maintainer: Gustavo Ramos Rehermann aka wallabra <rehermann6046@gmail.com>
# - Matrix: @wallabra:bark.lgbt
# - Signal: @wallabra.75
@@ -12,9 +12,9 @@ build_style=gnu-makefile
# desc is from https://aur.archlinux.org/packages/zerotier-one-git
makedepends="cargo pkg-config openssl-devel"
depends="ca-certificates"
-short_desc="Creates virtual Ethernet networks of almost unlimited size."
+short_desc="Creates virtual Ethernet networks of almost unlimited size"
maintainer="Gustavo Ramos Rehermann <rehermann6046@gmail.com>"
license="BUSL-1.1"
homepage="http://www.zerotier.com"
-distfiles="https://github.com/zerotier/ZeroTierOne/archive/refs/tags/1.14.0.zip"
+distfiles="https://github.com/zerotier/ZeroTierOne/archive/refs/tags/1.14.0.tar.gz"
checksum="62ee8e61b933a7070d0f9f6982839f5b287f12d2ab53fb61e5d7fc5a6558c874"
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: New package,:zerotier-one
2024-07-31 0:04 [PR PATCH] New package,:zerotier-one wallabra
2024-07-31 0:08 ` [PR PATCH] [Updated] " wallabra
2024-07-31 0:12 ` wallabra
@ 2024-07-31 0:13 ` wallabra
2024-07-31 0:14 ` [PR PATCH] [Updated] " wallabra
` (9 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: wallabra @ 2024-07-31 0:13 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 321 bytes --]
New comment by wallabra on void-packages repository
https://github.com/void-linux/void-packages/pull/51562#issuecomment-2259400932
Comment:
Still have to figure out the Rust build error. It might be an issue with that particular package, and not Zerotier / this config. But we are blocked until that issue is resolved.
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PR PATCH] [Updated] New package,:zerotier-one
2024-07-31 0:04 [PR PATCH] New package,:zerotier-one wallabra
` (2 preceding siblings ...)
2024-07-31 0:13 ` wallabra
@ 2024-07-31 0:14 ` wallabra
2024-07-31 0:14 ` wallabra
` (8 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: wallabra @ 2024-07-31 0:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 667 bytes --]
There is an updated pull request by wallabra against master on the void-packages repository
https://github.com/wallabra/void-packages master
https://github.com/void-linux/void-packages/pull/51562
New package,:zerotier-one
#### Testing the changes
- I tested the changes in this PR: **briefly**
#### 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**
#### Local build testing
- I built this PR locally for my native architecture, x86-64
A patch file from https://github.com/void-linux/void-packages/pull/51562.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-51562.patch --]
[-- Type: text/x-diff, Size: 3836 bytes --]
From 136738275242f402e5de17b763fbe89ae6a586fa Mon Sep 17 00:00:00 2001
From: Gustavo Ramos Rehermann <rehermann6046@gmail.com>
Date: Tue, 30 Jul 2024 21:00:18 -0300
Subject: [PATCH 1/3] Add src package zerotier-one
---
srcpkgs/zerotier-one/template | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 srcpkgs/zerotier-one/template
diff --git a/srcpkgs/zerotier-one/template b/srcpkgs/zerotier-one/template
new file mode 100644
index 00000000000000..ff90e76287d360
--- /dev/null
+++ b/srcpkgs/zerotier-one/template
@@ -0,0 +1,20 @@
+# Template file for Zerotier One (client daemon)
+# Maintainer: Gustavo Ramos Rehermann aka wallabra <rehermann6046@gmail.com>
+# - Matrix: @wallabra:bark.lgbt
+# - Signal: @wallabra.75
+# - IRC: wallabra @ Libera
+# - Discord: wallabra
+# - XMPP: wallabra@unix.dog
+pkgname=zerotier-one
+version=1.14.0
+revision=1
+build_style=gnu-makefile
+# desc is from https://aur.archlinux.org/packages/zerotier-one-git
+makedepends="cargo pkg-config openssl-devel"
+depends="ca-certificates"
+short_desc="Creates virtual Ethernet networks of almost unlimited size."
+maintainer="Gustavo Ramos Rehermann <rehermann6046@gmail.com>"
+license="BUSL-1.1"
+homepage="http://www.zerotier.com"
+distfiles="https://github.com/zerotier/ZeroTierOne/archive/refs/tags/1.14.0.zip"
+checksum="62ee8e61b933a7070d0f9f6982839f5b287f12d2ab53fb61e5d7fc5a6558c874"
From f53b5e2d09673d8f03c01160918f1d782ecfebdb Mon Sep 17 00:00:00 2001
From: Gustavo Ramos Rehermann <rehermann6046@gmail.com>
Date: Tue, 30 Jul 2024 21:07:37 -0300
Subject: [PATCH 2/3] zerotier-one: Resolve linter complaints
---
srcpkgs/zerotier-one/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/zerotier-one/template b/srcpkgs/zerotier-one/template
index ff90e76287d360..19d23254152b39 100644
--- a/srcpkgs/zerotier-one/template
+++ b/srcpkgs/zerotier-one/template
@@ -1,4 +1,4 @@
-# Template file for Zerotier One (client daemon)
+# Template file for 'zerotier-one'
# Maintainer: Gustavo Ramos Rehermann aka wallabra <rehermann6046@gmail.com>
# - Matrix: @wallabra:bark.lgbt
# - Signal: @wallabra.75
@@ -12,9 +12,9 @@ build_style=gnu-makefile
# desc is from https://aur.archlinux.org/packages/zerotier-one-git
makedepends="cargo pkg-config openssl-devel"
depends="ca-certificates"
-short_desc="Creates virtual Ethernet networks of almost unlimited size."
+short_desc="Creates virtual Ethernet networks of almost unlimited size"
maintainer="Gustavo Ramos Rehermann <rehermann6046@gmail.com>"
license="BUSL-1.1"
homepage="http://www.zerotier.com"
-distfiles="https://github.com/zerotier/ZeroTierOne/archive/refs/tags/1.14.0.zip"
+distfiles="https://github.com/zerotier/ZeroTierOne/archive/refs/tags/1.14.0.tar.gz"
checksum="62ee8e61b933a7070d0f9f6982839f5b287f12d2ab53fb61e5d7fc5a6558c874"
From 9347b4cff6b0bb3e0e27054f02efc904cbbcabcf Mon Sep 17 00:00:00 2001
From: Gustavo Ramos Rehermann <rehermann6046@gmail.com>
Date: Tue, 30 Jul 2024 21:14:13 -0300
Subject: [PATCH 3/3] zerotier-one: Update SHA sum for tar.gz instead of zip
---
srcpkgs/zerotier-one/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/zerotier-one/template b/srcpkgs/zerotier-one/template
index 62ad9dc56b1734..5cc62c9aea0096 100644
--- a/srcpkgs/zerotier-one/template
+++ b/srcpkgs/zerotier-one/template
@@ -17,4 +17,4 @@ maintainer="Gustavo Ramos Rehermann <rehermann6046@gmail.com>"
license="BUSL-1.1"
homepage="http://www.zerotier.com"
distfiles="https://github.com/zerotier/ZeroTierOne/archive/refs/tags/${version}.tar.gz"
-checksum="62ee8e61b933a7070d0f9f6982839f5b287f12d2ab53fb61e5d7fc5a6558c874"
+checksum="7191623a81b0d1b552b9431e8864dd3420783ee518394ac1376cee6aaf033291"
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: New package,:zerotier-one
2024-07-31 0:04 [PR PATCH] New package,:zerotier-one wallabra
` (3 preceding siblings ...)
2024-07-31 0:14 ` [PR PATCH] [Updated] " wallabra
@ 2024-07-31 0:14 ` wallabra
2024-07-31 0:14 ` wallabra
` (7 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: wallabra @ 2024-07-31 0:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 169 bytes --]
New comment by wallabra on void-packages repository
https://github.com/void-linux/void-packages/pull/51562#issuecomment-2259401981
Comment:
As for the checksum, oops!
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: New package,:zerotier-one
2024-07-31 0:04 [PR PATCH] New package,:zerotier-one wallabra
` (4 preceding siblings ...)
2024-07-31 0:14 ` wallabra
@ 2024-07-31 0:14 ` wallabra
2024-07-31 0:15 ` wallabra
` (6 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: wallabra @ 2024-07-31 0:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 186 bytes --]
New comment by wallabra on void-packages repository
https://github.com/void-linux/void-packages/pull/51562#issuecomment-2259401981
Comment:
As for the checksum issue, oops! Fixed now.
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: New package,:zerotier-one
2024-07-31 0:04 [PR PATCH] New package,:zerotier-one wallabra
` (5 preceding siblings ...)
2024-07-31 0:14 ` wallabra
@ 2024-07-31 0:15 ` wallabra
2024-07-31 0:22 ` wallabra
` (5 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: wallabra @ 2024-07-31 0:15 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 350 bytes --]
New comment by wallabra on void-packages repository
https://github.com/void-linux/void-packages/pull/51562#issuecomment-2259402953
Comment:
In the first workflow run:
> /bin/sh: line 1: cargo: command not found
That's odd, considering I have it in `makedepends` already and it works just fine on my end. (Using chroot/foreign build workflow)
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: New package,:zerotier-one
2024-07-31 0:04 [PR PATCH] New package,:zerotier-one wallabra
` (6 preceding siblings ...)
2024-07-31 0:15 ` wallabra
@ 2024-07-31 0:22 ` wallabra
2024-07-31 0:25 ` wallabra
` (4 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: wallabra @ 2024-07-31 0:22 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 279 bytes --]
New comment by wallabra on void-packages repository
https://github.com/void-linux/void-packages/pull/51562#issuecomment-2259408376
Comment:
The error messages are very interesting. Some of the ARM builds fail because there's no cargo(???), others because there's no /usr/sbin.
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: New package,:zerotier-one
2024-07-31 0:04 [PR PATCH] New package,:zerotier-one wallabra
` (7 preceding siblings ...)
2024-07-31 0:22 ` wallabra
@ 2024-07-31 0:25 ` wallabra
2024-07-31 10:29 ` chrysos349
` (3 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: wallabra @ 2024-07-31 0:25 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 440 bytes --]
New comment by wallabra on void-packages repository
https://github.com/void-linux/void-packages/pull/51562#issuecomment-2259411503
Comment:
> Still have to figure out the Rust build error. It might be an issue with that particular package, and not Zerotier / this config. But we are blocked until that issue is resolved.
So this happens only on x86 hosts. Wow, each architecture has a different issue? I'm having a headache already...
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: New package,:zerotier-one
2024-07-31 0:04 [PR PATCH] New package,:zerotier-one wallabra
` (8 preceding siblings ...)
2024-07-31 0:25 ` wallabra
@ 2024-07-31 10:29 ` chrysos349
2024-08-02 15:14 ` [PR PATCH] [Closed]: " ahesford
` (2 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: chrysos349 @ 2024-07-31 10:29 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1428 bytes --]
New comment by chrysos349 on void-packages repository
https://github.com/void-linux/void-packages/pull/51562#issuecomment-2260192463
Comment:
```diff
diff --git a/srcpkgs/zerotier-one/files/zerotier-one/run b/srcpkgs/zerotier-one/files/zerotier-one/run
new file mode 100644
index 000000000..fdde52177
--- /dev/null
+++ b/srcpkgs/zerotier-one/files/zerotier-one/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+exec 2>&1
+exec zerotier-one
diff --git a/srcpkgs/zerotier-one/template b/srcpkgs/zerotier-one/template
new file mode 100644
index 000000000..9e26d7f69
--- /dev/null
+++ b/srcpkgs/zerotier-one/template
@@ -0,0 +1,24 @@
+# Template file for 'zerotier-one'
+pkgname=zerotier-one
+version=1.14.0
+revision=1
+build_style=gnu-makefile
+short_desc="Smart Ethernet Switch for Earth"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="custom:BSL-1.1"
+homepage="https://github.com/zerotier/ZeroTierOne"
+changelog="https://raw.githubusercontent.com/zerotier/ZeroTierOne/dev/RELEASE-NOTES.md"
+distfiles="https://github.com/zerotier/ZeroTierOne/archive/refs/tags/${version}.tar.gz"
+checksum=7191623a81b0d1b552b9431e8864dd3420783ee518394ac1376cee6aaf033291
+repository=nonfree
+
+pre_configure() {
+ vsed -i "s/sbin/bin/g" make-linux.mk
+ # disable SSO
+ vsed -i "/ZT_SSO_SUPPORTED=/s/1/0/g" make-linux.mk
+}
+
+post_install() {
+ vsv zerotier-one
+ vlicense LICENSE.txt
+}
--
2.46.0
```
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PR PATCH] [Closed]: New package,:zerotier-one
2024-07-31 0:04 [PR PATCH] New package,:zerotier-one wallabra
` (9 preceding siblings ...)
2024-07-31 10:29 ` chrysos349
@ 2024-08-02 15:14 ` ahesford
2024-08-02 15:14 ` ahesford
2024-08-03 15:17 ` wallabra
12 siblings, 0 replies; 14+ messages in thread
From: ahesford @ 2024-08-02 15:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 510 bytes --]
There's a closed pull request on the void-packages repository
New package,:zerotier-one
https://github.com/void-linux/void-packages/pull/51562
Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**
#### 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**
#### Local build testing
- I built this PR locally for my native architecture, x86-64
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: New package,:zerotier-one
2024-07-31 0:04 [PR PATCH] New package,:zerotier-one wallabra
` (10 preceding siblings ...)
2024-08-02 15:14 ` [PR PATCH] [Closed]: " ahesford
@ 2024-08-02 15:14 ` ahesford
2024-08-03 15:17 ` wallabra
12 siblings, 0 replies; 14+ messages in thread
From: ahesford @ 2024-08-02 15:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 197 bytes --]
New comment by ahesford on void-packages repository
https://github.com/void-linux/void-packages/pull/51562#issuecomment-2265622403
Comment:
https://github.com/void-linux/void-packages/pull/22703
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: New package,:zerotier-one
2024-07-31 0:04 [PR PATCH] New package,:zerotier-one wallabra
` (11 preceding siblings ...)
2024-08-02 15:14 ` ahesford
@ 2024-08-03 15:17 ` wallabra
12 siblings, 0 replies; 14+ messages in thread
From: wallabra @ 2024-08-03 15:17 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 165 bytes --]
New comment by wallabra on void-packages repository
https://github.com/void-linux/void-packages/pull/51562#issuecomment-2266788279
Comment:
Ahh okay, makes sense.
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2024-08-03 15:17 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-31 0:04 [PR PATCH] New package,:zerotier-one wallabra
2024-07-31 0:08 ` [PR PATCH] [Updated] " wallabra
2024-07-31 0:12 ` wallabra
2024-07-31 0:13 ` wallabra
2024-07-31 0:14 ` [PR PATCH] [Updated] " wallabra
2024-07-31 0:14 ` wallabra
2024-07-31 0:14 ` wallabra
2024-07-31 0:15 ` wallabra
2024-07-31 0:22 ` wallabra
2024-07-31 0:25 ` wallabra
2024-07-31 10:29 ` chrysos349
2024-08-02 15:14 ` [PR PATCH] [Closed]: " ahesford
2024-08-02 15:14 ` ahesford
2024-08-03 15:17 ` wallabra
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).