* [PR PATCH] yggdrasil: update to 0.3.16.
@ 2021-03-19 0:15 whoizit
2021-03-19 13:57 ` ericonr
` (21 more replies)
0 siblings, 22 replies; 23+ messages in thread
From: whoizit @ 2021-03-19 0:15 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1592 bytes --]
There is a new pull request by whoizit against master on the void-packages repository
https://github.com/whoizit/void-packages yggdrasil
https://github.com/void-linux/void-packages/pull/29577
yggdrasil: update to 0.3.16.
<!-- Mark items with [x] where applicable -->
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)
#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR
<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!--
#### Does it build and run successfully?
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29577.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-yggdrasil-29577.patch --]
[-- Type: text/x-diff, Size: 1082 bytes --]
From 5f4857964e72e59ce84a9459a8cc21350572a19c Mon Sep 17 00:00:00 2001
From: whoizit <whoami@systemli.org>
Date: Fri, 19 Mar 2021 03:05:48 +0300
Subject: [PATCH] yggdrasil: update to 0.3.16.
---
srcpkgs/yggdrasil/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/yggdrasil/template b/srcpkgs/yggdrasil/template
index 74c3c32537e0..4f7408506d1a 100644
--- a/srcpkgs/yggdrasil/template
+++ b/srcpkgs/yggdrasil/template
@@ -1,6 +1,6 @@
# Template file for 'yggdrasil'
pkgname=yggdrasil
-version=0.3.15
+version=0.3.16
revision=1
wrksrc="yggdrasil-go-${version}"
build_style=go
@@ -11,7 +11,7 @@ maintainer="Jan Christian Gruenhage <jan.christian@gruenhage.xyz>"
license="LGPL-3.0-only"
homepage="https://yggdrasil-network.github.io/"
distfiles="https://github.com/yggdrasil-network/yggdrasil-go/archive/v${version}.tar.gz"
-checksum=25ea85399a142aa7a3d6f6886fd4e0d215116c4c8c33453de43999787d735565
+checksum=e03595b78906b171155aaa11c922be3418bd056f8547e4d9f5123b6047316eac
do_build() {
PKGNAME=${pkgname} PKGVER=${version} ./build
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: yggdrasil: update to 0.3.16.
2021-03-19 0:15 [PR PATCH] yggdrasil: update to 0.3.16 whoizit
@ 2021-03-19 13:57 ` ericonr
2021-03-19 18:12 ` [PR PATCH] [Updated] " whoizit
` (20 subsequent siblings)
21 siblings, 0 replies; 23+ messages in thread
From: ericonr @ 2021-03-19 13:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 312 bytes --]
New comment by ericonr on void-packages repository
https://github.com/void-linux/void-packages/pull/29577#issuecomment-802852580
Comment:
Can you revert the service changes from c33aec8e707d49731c7b94996450d3ebb0178ce0 as well, please? Our util-linux version now includes the necessary fixes.
@jcgruenhage
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [PR PATCH] [Updated] yggdrasil: update to 0.3.16.
2021-03-19 0:15 [PR PATCH] yggdrasil: update to 0.3.16 whoizit
2021-03-19 13:57 ` ericonr
@ 2021-03-19 18:12 ` whoizit
2021-03-19 18:17 ` whoizit
` (19 subsequent siblings)
21 siblings, 0 replies; 23+ messages in thread
From: whoizit @ 2021-03-19 18:12 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1597 bytes --]
There is an updated pull request by whoizit against master on the void-packages repository
https://github.com/whoizit/void-packages yggdrasil
https://github.com/void-linux/void-packages/pull/29577
yggdrasil: update to 0.3.16.
<!-- Mark items with [x] where applicable -->
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)
#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR
<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!--
#### Does it build and run successfully?
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29577.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-yggdrasil-29577.patch --]
[-- Type: text/x-diff, Size: 4466 bytes --]
From 503fe17f3d750f3f75ef92aaae397d3050682107 Mon Sep 17 00:00:00 2001
From: whoizit <whoami@systemli.org>
Date: Fri, 19 Mar 2021 20:51:07 +0300
Subject: [PATCH 1/2] Revert "yggdrasil: update to 0.3.15."
This reverts commit c33aec8e707d49731c7b94996450d3ebb0178ce0.
---
srcpkgs/yggdrasil/files/yggdrasil/log/run | 1 -
srcpkgs/yggdrasil/files/yggdrasil/run | 12 ++++--------
srcpkgs/yggdrasil/template | 6 +++---
3 files changed, 7 insertions(+), 12 deletions(-)
delete mode 120000 srcpkgs/yggdrasil/files/yggdrasil/log/run
diff --git a/srcpkgs/yggdrasil/files/yggdrasil/log/run b/srcpkgs/yggdrasil/files/yggdrasil/log/run
deleted file mode 120000
index 3a5b4a586051..000000000000
--- a/srcpkgs/yggdrasil/files/yggdrasil/log/run
+++ /dev/null
@@ -1 +0,0 @@
-/usr/bin/vlogger
\ No newline at end of file
diff --git a/srcpkgs/yggdrasil/files/yggdrasil/run b/srcpkgs/yggdrasil/files/yggdrasil/run
index 40460c8a1ef1..4ee19bbaf774 100755
--- a/srcpkgs/yggdrasil/files/yggdrasil/run
+++ b/srcpkgs/yggdrasil/files/yggdrasil/run
@@ -1,13 +1,9 @@
#!/bin/sh
modprobe tun
-# limiting caps is temporarily disabled, as it breaks with
-# setpriv: libcap-ng is too old for "all" caps
-# TODO: instead of dropping all caps, start with a
-# non-priv user and manually add needed privileges instead.
-#caps='-all,+NET_ADMIN,+NET_RAW'
-#drop_caps="setpriv --inh-caps $caps --bounding-set $caps"
+caps='-all,+NET_ADMIN,+NET_RAW'
+drop_caps="setpriv --inh-caps $caps --bounding-set $caps"
if [ -f /etc/yggdrasil.conf ]; then
- exec yggdrasil -useconffile /etc/yggdrasil.conf 2>&1
+ exec $drop_caps yggdrasil --useconffile /etc/yggdrasil.conf 1>/dev/null
else
- exec yggdrasil -autoconf 2>&1
+ exec $drop_caps yggdrasil --autoconf 1>/dev/null
fi
diff --git a/srcpkgs/yggdrasil/template b/srcpkgs/yggdrasil/template
index 74c3c32537e0..646d1c47796d 100644
--- a/srcpkgs/yggdrasil/template
+++ b/srcpkgs/yggdrasil/template
@@ -1,7 +1,7 @@
# Template file for 'yggdrasil'
pkgname=yggdrasil
-version=0.3.15
-revision=1
+version=0.3.14
+revision=2
wrksrc="yggdrasil-go-${version}"
build_style=go
go_import_path=github.com/yggdrasil-network/yggdrasil-go
@@ -11,7 +11,7 @@ maintainer="Jan Christian Gruenhage <jan.christian@gruenhage.xyz>"
license="LGPL-3.0-only"
homepage="https://yggdrasil-network.github.io/"
distfiles="https://github.com/yggdrasil-network/yggdrasil-go/archive/v${version}.tar.gz"
-checksum=25ea85399a142aa7a3d6f6886fd4e0d215116c4c8c33453de43999787d735565
+checksum=e8579a04bf289434e7b8caaf621e2c0b853e83cc06f136c4f9e4bfc667df5a27
do_build() {
PKGNAME=${pkgname} PKGVER=${version} ./build
From 08a35596aa8e273b8aaf92ae794ace116791db1d Mon Sep 17 00:00:00 2001
From: whoizit <whoami@systemli.org>
Date: Fri, 19 Mar 2021 21:02:33 +0300
Subject: [PATCH 2/2] yggdrasil: update to 0.3.16.
---
srcpkgs/yggdrasil/files/yggdrasil/run | 4 ++--
srcpkgs/yggdrasil/template | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/srcpkgs/yggdrasil/files/yggdrasil/run b/srcpkgs/yggdrasil/files/yggdrasil/run
index 4ee19bbaf774..0c5e259b3ae5 100755
--- a/srcpkgs/yggdrasil/files/yggdrasil/run
+++ b/srcpkgs/yggdrasil/files/yggdrasil/run
@@ -3,7 +3,7 @@ modprobe tun
caps='-all,+NET_ADMIN,+NET_RAW'
drop_caps="setpriv --inh-caps $caps --bounding-set $caps"
if [ -f /etc/yggdrasil.conf ]; then
- exec $drop_caps yggdrasil --useconffile /etc/yggdrasil.conf 1>/dev/null
+ exec $drop_caps yggdrasil -useconffile /etc/yggdrasil.conf 2>&1
else
- exec $drop_caps yggdrasil --autoconf 1>/dev/null
+ exec $drop_caps yggdrasil -autoconf 2>&1
fi
diff --git a/srcpkgs/yggdrasil/template b/srcpkgs/yggdrasil/template
index 646d1c47796d..4f7408506d1a 100644
--- a/srcpkgs/yggdrasil/template
+++ b/srcpkgs/yggdrasil/template
@@ -1,7 +1,7 @@
# Template file for 'yggdrasil'
pkgname=yggdrasil
-version=0.3.14
-revision=2
+version=0.3.16
+revision=1
wrksrc="yggdrasil-go-${version}"
build_style=go
go_import_path=github.com/yggdrasil-network/yggdrasil-go
@@ -11,7 +11,7 @@ maintainer="Jan Christian Gruenhage <jan.christian@gruenhage.xyz>"
license="LGPL-3.0-only"
homepage="https://yggdrasil-network.github.io/"
distfiles="https://github.com/yggdrasil-network/yggdrasil-go/archive/v${version}.tar.gz"
-checksum=e8579a04bf289434e7b8caaf621e2c0b853e83cc06f136c4f9e4bfc667df5a27
+checksum=e03595b78906b171155aaa11c922be3418bd056f8547e4d9f5123b6047316eac
do_build() {
PKGNAME=${pkgname} PKGVER=${version} ./build
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [PR PATCH] [Updated] yggdrasil: update to 0.3.16.
2021-03-19 0:15 [PR PATCH] yggdrasil: update to 0.3.16 whoizit
2021-03-19 13:57 ` ericonr
2021-03-19 18:12 ` [PR PATCH] [Updated] " whoizit
@ 2021-03-19 18:17 ` whoizit
2021-03-19 18:22 ` whoizit
` (18 subsequent siblings)
21 siblings, 0 replies; 23+ messages in thread
From: whoizit @ 2021-03-19 18:17 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1597 bytes --]
There is an updated pull request by whoizit against master on the void-packages repository
https://github.com/whoizit/void-packages yggdrasil
https://github.com/void-linux/void-packages/pull/29577
yggdrasil: update to 0.3.16.
<!-- Mark items with [x] where applicable -->
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)
#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR
<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!--
#### Does it build and run successfully?
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29577.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-yggdrasil-29577.patch --]
[-- Type: text/x-diff, Size: 4780 bytes --]
From 503fe17f3d750f3f75ef92aaae397d3050682107 Mon Sep 17 00:00:00 2001
From: whoizit <whoami@systemli.org>
Date: Fri, 19 Mar 2021 20:51:07 +0300
Subject: [PATCH 1/2] Revert "yggdrasil: update to 0.3.15."
This reverts commit c33aec8e707d49731c7b94996450d3ebb0178ce0.
---
srcpkgs/yggdrasil/files/yggdrasil/log/run | 1 -
srcpkgs/yggdrasil/files/yggdrasil/run | 12 ++++--------
srcpkgs/yggdrasil/template | 6 +++---
3 files changed, 7 insertions(+), 12 deletions(-)
delete mode 120000 srcpkgs/yggdrasil/files/yggdrasil/log/run
diff --git a/srcpkgs/yggdrasil/files/yggdrasil/log/run b/srcpkgs/yggdrasil/files/yggdrasil/log/run
deleted file mode 120000
index 3a5b4a586051..000000000000
--- a/srcpkgs/yggdrasil/files/yggdrasil/log/run
+++ /dev/null
@@ -1 +0,0 @@
-/usr/bin/vlogger
\ No newline at end of file
diff --git a/srcpkgs/yggdrasil/files/yggdrasil/run b/srcpkgs/yggdrasil/files/yggdrasil/run
index 40460c8a1ef1..4ee19bbaf774 100755
--- a/srcpkgs/yggdrasil/files/yggdrasil/run
+++ b/srcpkgs/yggdrasil/files/yggdrasil/run
@@ -1,13 +1,9 @@
#!/bin/sh
modprobe tun
-# limiting caps is temporarily disabled, as it breaks with
-# setpriv: libcap-ng is too old for "all" caps
-# TODO: instead of dropping all caps, start with a
-# non-priv user and manually add needed privileges instead.
-#caps='-all,+NET_ADMIN,+NET_RAW'
-#drop_caps="setpriv --inh-caps $caps --bounding-set $caps"
+caps='-all,+NET_ADMIN,+NET_RAW'
+drop_caps="setpriv --inh-caps $caps --bounding-set $caps"
if [ -f /etc/yggdrasil.conf ]; then
- exec yggdrasil -useconffile /etc/yggdrasil.conf 2>&1
+ exec $drop_caps yggdrasil --useconffile /etc/yggdrasil.conf 1>/dev/null
else
- exec yggdrasil -autoconf 2>&1
+ exec $drop_caps yggdrasil --autoconf 1>/dev/null
fi
diff --git a/srcpkgs/yggdrasil/template b/srcpkgs/yggdrasil/template
index 74c3c32537e0..646d1c47796d 100644
--- a/srcpkgs/yggdrasil/template
+++ b/srcpkgs/yggdrasil/template
@@ -1,7 +1,7 @@
# Template file for 'yggdrasil'
pkgname=yggdrasil
-version=0.3.15
-revision=1
+version=0.3.14
+revision=2
wrksrc="yggdrasil-go-${version}"
build_style=go
go_import_path=github.com/yggdrasil-network/yggdrasil-go
@@ -11,7 +11,7 @@ maintainer="Jan Christian Gruenhage <jan.christian@gruenhage.xyz>"
license="LGPL-3.0-only"
homepage="https://yggdrasil-network.github.io/"
distfiles="https://github.com/yggdrasil-network/yggdrasil-go/archive/v${version}.tar.gz"
-checksum=25ea85399a142aa7a3d6f6886fd4e0d215116c4c8c33453de43999787d735565
+checksum=e8579a04bf289434e7b8caaf621e2c0b853e83cc06f136c4f9e4bfc667df5a27
do_build() {
PKGNAME=${pkgname} PKGVER=${version} ./build
From 8be3b2ec3fa54d4c74930bfe4279efb478309848 Mon Sep 17 00:00:00 2001
From: whoizit <whoami@systemli.org>
Date: Fri, 19 Mar 2021 21:02:33 +0300
Subject: [PATCH 2/2] yggdrasil: update to 0.3.16.
---
srcpkgs/yggdrasil/files/log/run | 1 +
srcpkgs/yggdrasil/files/yggdrasil/run | 4 ++--
srcpkgs/yggdrasil/template | 6 +++---
3 files changed, 6 insertions(+), 5 deletions(-)
create mode 100755 srcpkgs/yggdrasil/files/log/run
diff --git a/srcpkgs/yggdrasil/files/log/run b/srcpkgs/yggdrasil/files/log/run
new file mode 100755
index 000000000000..15725bca9a16
--- /dev/null
+++ b/srcpkgs/yggdrasil/files/log/run
@@ -0,0 +1 @@
+/usr/bin/vlogger
diff --git a/srcpkgs/yggdrasil/files/yggdrasil/run b/srcpkgs/yggdrasil/files/yggdrasil/run
index 4ee19bbaf774..0c5e259b3ae5 100755
--- a/srcpkgs/yggdrasil/files/yggdrasil/run
+++ b/srcpkgs/yggdrasil/files/yggdrasil/run
@@ -3,7 +3,7 @@ modprobe tun
caps='-all,+NET_ADMIN,+NET_RAW'
drop_caps="setpriv --inh-caps $caps --bounding-set $caps"
if [ -f /etc/yggdrasil.conf ]; then
- exec $drop_caps yggdrasil --useconffile /etc/yggdrasil.conf 1>/dev/null
+ exec $drop_caps yggdrasil -useconffile /etc/yggdrasil.conf 2>&1
else
- exec $drop_caps yggdrasil --autoconf 1>/dev/null
+ exec $drop_caps yggdrasil -autoconf 2>&1
fi
diff --git a/srcpkgs/yggdrasil/template b/srcpkgs/yggdrasil/template
index 646d1c47796d..4f7408506d1a 100644
--- a/srcpkgs/yggdrasil/template
+++ b/srcpkgs/yggdrasil/template
@@ -1,7 +1,7 @@
# Template file for 'yggdrasil'
pkgname=yggdrasil
-version=0.3.14
-revision=2
+version=0.3.16
+revision=1
wrksrc="yggdrasil-go-${version}"
build_style=go
go_import_path=github.com/yggdrasil-network/yggdrasil-go
@@ -11,7 +11,7 @@ maintainer="Jan Christian Gruenhage <jan.christian@gruenhage.xyz>"
license="LGPL-3.0-only"
homepage="https://yggdrasil-network.github.io/"
distfiles="https://github.com/yggdrasil-network/yggdrasil-go/archive/v${version}.tar.gz"
-checksum=e8579a04bf289434e7b8caaf621e2c0b853e83cc06f136c4f9e4bfc667df5a27
+checksum=e03595b78906b171155aaa11c922be3418bd056f8547e4d9f5123b6047316eac
do_build() {
PKGNAME=${pkgname} PKGVER=${version} ./build
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [PR PATCH] [Updated] yggdrasil: update to 0.3.16.
2021-03-19 0:15 [PR PATCH] yggdrasil: update to 0.3.16 whoizit
` (2 preceding siblings ...)
2021-03-19 18:17 ` whoizit
@ 2021-03-19 18:22 ` whoizit
2021-03-19 18:38 ` jcgruenhage
` (17 subsequent siblings)
21 siblings, 0 replies; 23+ messages in thread
From: whoizit @ 2021-03-19 18:22 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1597 bytes --]
There is an updated pull request by whoizit against master on the void-packages repository
https://github.com/whoizit/void-packages yggdrasil
https://github.com/void-linux/void-packages/pull/29577
yggdrasil: update to 0.3.16.
<!-- Mark items with [x] where applicable -->
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)
#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR
<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!--
#### Does it build and run successfully?
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29577.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-yggdrasil-29577.patch --]
[-- Type: text/x-diff, Size: 4803 bytes --]
From 503fe17f3d750f3f75ef92aaae397d3050682107 Mon Sep 17 00:00:00 2001
From: whoizit <whoami@systemli.org>
Date: Fri, 19 Mar 2021 20:51:07 +0300
Subject: [PATCH 1/2] Revert "yggdrasil: update to 0.3.15."
This reverts commit c33aec8e707d49731c7b94996450d3ebb0178ce0.
---
srcpkgs/yggdrasil/files/yggdrasil/log/run | 1 -
srcpkgs/yggdrasil/files/yggdrasil/run | 12 ++++--------
srcpkgs/yggdrasil/template | 6 +++---
3 files changed, 7 insertions(+), 12 deletions(-)
delete mode 120000 srcpkgs/yggdrasil/files/yggdrasil/log/run
diff --git a/srcpkgs/yggdrasil/files/yggdrasil/log/run b/srcpkgs/yggdrasil/files/yggdrasil/log/run
deleted file mode 120000
index 3a5b4a586051..000000000000
--- a/srcpkgs/yggdrasil/files/yggdrasil/log/run
+++ /dev/null
@@ -1 +0,0 @@
-/usr/bin/vlogger
\ No newline at end of file
diff --git a/srcpkgs/yggdrasil/files/yggdrasil/run b/srcpkgs/yggdrasil/files/yggdrasil/run
index 40460c8a1ef1..4ee19bbaf774 100755
--- a/srcpkgs/yggdrasil/files/yggdrasil/run
+++ b/srcpkgs/yggdrasil/files/yggdrasil/run
@@ -1,13 +1,9 @@
#!/bin/sh
modprobe tun
-# limiting caps is temporarily disabled, as it breaks with
-# setpriv: libcap-ng is too old for "all" caps
-# TODO: instead of dropping all caps, start with a
-# non-priv user and manually add needed privileges instead.
-#caps='-all,+NET_ADMIN,+NET_RAW'
-#drop_caps="setpriv --inh-caps $caps --bounding-set $caps"
+caps='-all,+NET_ADMIN,+NET_RAW'
+drop_caps="setpriv --inh-caps $caps --bounding-set $caps"
if [ -f /etc/yggdrasil.conf ]; then
- exec yggdrasil -useconffile /etc/yggdrasil.conf 2>&1
+ exec $drop_caps yggdrasil --useconffile /etc/yggdrasil.conf 1>/dev/null
else
- exec yggdrasil -autoconf 2>&1
+ exec $drop_caps yggdrasil --autoconf 1>/dev/null
fi
diff --git a/srcpkgs/yggdrasil/template b/srcpkgs/yggdrasil/template
index 74c3c32537e0..646d1c47796d 100644
--- a/srcpkgs/yggdrasil/template
+++ b/srcpkgs/yggdrasil/template
@@ -1,7 +1,7 @@
# Template file for 'yggdrasil'
pkgname=yggdrasil
-version=0.3.15
-revision=1
+version=0.3.14
+revision=2
wrksrc="yggdrasil-go-${version}"
build_style=go
go_import_path=github.com/yggdrasil-network/yggdrasil-go
@@ -11,7 +11,7 @@ maintainer="Jan Christian Gruenhage <jan.christian@gruenhage.xyz>"
license="LGPL-3.0-only"
homepage="https://yggdrasil-network.github.io/"
distfiles="https://github.com/yggdrasil-network/yggdrasil-go/archive/v${version}.tar.gz"
-checksum=25ea85399a142aa7a3d6f6886fd4e0d215116c4c8c33453de43999787d735565
+checksum=e8579a04bf289434e7b8caaf621e2c0b853e83cc06f136c4f9e4bfc667df5a27
do_build() {
PKGNAME=${pkgname} PKGVER=${version} ./build
From b3bc93a5a399eaa3229a880e43f13c9340ac5037 Mon Sep 17 00:00:00 2001
From: whoizit <whoami@systemli.org>
Date: Fri, 19 Mar 2021 21:02:33 +0300
Subject: [PATCH 2/2] yggdrasil: update to 0.3.16.
---
srcpkgs/yggdrasil/files/log/run | 2 ++
srcpkgs/yggdrasil/files/yggdrasil/run | 4 ++--
srcpkgs/yggdrasil/template | 6 +++---
3 files changed, 7 insertions(+), 5 deletions(-)
create mode 100755 srcpkgs/yggdrasil/files/log/run
diff --git a/srcpkgs/yggdrasil/files/log/run b/srcpkgs/yggdrasil/files/log/run
new file mode 100755
index 000000000000..9ef14420666c
--- /dev/null
+++ b/srcpkgs/yggdrasil/files/log/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec vlogger -t yggdrasil
diff --git a/srcpkgs/yggdrasil/files/yggdrasil/run b/srcpkgs/yggdrasil/files/yggdrasil/run
index 4ee19bbaf774..0c5e259b3ae5 100755
--- a/srcpkgs/yggdrasil/files/yggdrasil/run
+++ b/srcpkgs/yggdrasil/files/yggdrasil/run
@@ -3,7 +3,7 @@ modprobe tun
caps='-all,+NET_ADMIN,+NET_RAW'
drop_caps="setpriv --inh-caps $caps --bounding-set $caps"
if [ -f /etc/yggdrasil.conf ]; then
- exec $drop_caps yggdrasil --useconffile /etc/yggdrasil.conf 1>/dev/null
+ exec $drop_caps yggdrasil -useconffile /etc/yggdrasil.conf 2>&1
else
- exec $drop_caps yggdrasil --autoconf 1>/dev/null
+ exec $drop_caps yggdrasil -autoconf 2>&1
fi
diff --git a/srcpkgs/yggdrasil/template b/srcpkgs/yggdrasil/template
index 646d1c47796d..4f7408506d1a 100644
--- a/srcpkgs/yggdrasil/template
+++ b/srcpkgs/yggdrasil/template
@@ -1,7 +1,7 @@
# Template file for 'yggdrasil'
pkgname=yggdrasil
-version=0.3.14
-revision=2
+version=0.3.16
+revision=1
wrksrc="yggdrasil-go-${version}"
build_style=go
go_import_path=github.com/yggdrasil-network/yggdrasil-go
@@ -11,7 +11,7 @@ maintainer="Jan Christian Gruenhage <jan.christian@gruenhage.xyz>"
license="LGPL-3.0-only"
homepage="https://yggdrasil-network.github.io/"
distfiles="https://github.com/yggdrasil-network/yggdrasil-go/archive/v${version}.tar.gz"
-checksum=e8579a04bf289434e7b8caaf621e2c0b853e83cc06f136c4f9e4bfc667df5a27
+checksum=e03595b78906b171155aaa11c922be3418bd056f8547e4d9f5123b6047316eac
do_build() {
PKGNAME=${pkgname} PKGVER=${version} ./build
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: yggdrasil: update to 0.3.16.
2021-03-19 0:15 [PR PATCH] yggdrasil: update to 0.3.16 whoizit
` (3 preceding siblings ...)
2021-03-19 18:22 ` whoizit
@ 2021-03-19 18:38 ` jcgruenhage
2021-03-19 19:05 ` whoizit
` (16 subsequent siblings)
21 siblings, 0 replies; 23+ messages in thread
From: jcgruenhage @ 2021-03-19 18:38 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 211 bytes --]
New comment by jcgruenhage on void-packages repository
https://github.com/void-linux/void-packages/pull/29577#issuecomment-803034373
Comment:
@whoizit you've reverted too much, the logging changes should stay
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: yggdrasil: update to 0.3.16.
2021-03-19 0:15 [PR PATCH] yggdrasil: update to 0.3.16 whoizit
` (4 preceding siblings ...)
2021-03-19 18:38 ` jcgruenhage
@ 2021-03-19 19:05 ` whoizit
2021-03-22 23:43 ` jcgruenhage
` (15 subsequent siblings)
21 siblings, 0 replies; 23+ messages in thread
From: whoizit @ 2021-03-19 19:05 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 173 bytes --]
New comment by whoizit on void-packages repository
https://github.com/void-linux/void-packages/pull/29577#issuecomment-803049472
Comment:
@jcgruenhage can u double check?
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: yggdrasil: update to 0.3.16.
2021-03-19 0:15 [PR PATCH] yggdrasil: update to 0.3.16 whoizit
` (5 preceding siblings ...)
2021-03-19 19:05 ` whoizit
@ 2021-03-22 23:43 ` jcgruenhage
2021-03-23 1:48 ` [PR PATCH] [Updated] " whoizit
` (14 subsequent siblings)
21 siblings, 0 replies; 23+ messages in thread
From: jcgruenhage @ 2021-03-22 23:43 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 473 bytes --]
New comment by jcgruenhage on void-packages repository
https://github.com/void-linux/void-packages/pull/29577#issuecomment-804470129
Comment:
@whoizit yes, I double checked. You are changing logging stuff here, see:

Except for that part, this PR looks good to me. Can you reduct the changes in here to just those in the template and the service run script?
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [PR PATCH] [Updated] yggdrasil: update to 0.3.16.
2021-03-19 0:15 [PR PATCH] yggdrasil: update to 0.3.16 whoizit
` (6 preceding siblings ...)
2021-03-22 23:43 ` jcgruenhage
@ 2021-03-23 1:48 ` whoizit
2021-03-23 1:51 ` whoizit
` (13 subsequent siblings)
21 siblings, 0 replies; 23+ messages in thread
From: whoizit @ 2021-03-23 1:48 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1597 bytes --]
There is an updated pull request by whoizit against master on the void-packages repository
https://github.com/whoizit/void-packages yggdrasil
https://github.com/void-linux/void-packages/pull/29577
yggdrasil: update to 0.3.16.
<!-- Mark items with [x] where applicable -->
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)
#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR
<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!--
#### Does it build and run successfully?
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29577.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-yggdrasil-29577.patch --]
[-- Type: text/x-diff, Size: 4855 bytes --]
From 503fe17f3d750f3f75ef92aaae397d3050682107 Mon Sep 17 00:00:00 2001
From: whoizit <whoami@systemli.org>
Date: Fri, 19 Mar 2021 20:51:07 +0300
Subject: [PATCH 1/2] Revert "yggdrasil: update to 0.3.15."
This reverts commit c33aec8e707d49731c7b94996450d3ebb0178ce0.
---
srcpkgs/yggdrasil/files/yggdrasil/log/run | 1 -
srcpkgs/yggdrasil/files/yggdrasil/run | 12 ++++--------
srcpkgs/yggdrasil/template | 6 +++---
3 files changed, 7 insertions(+), 12 deletions(-)
delete mode 120000 srcpkgs/yggdrasil/files/yggdrasil/log/run
diff --git a/srcpkgs/yggdrasil/files/yggdrasil/log/run b/srcpkgs/yggdrasil/files/yggdrasil/log/run
deleted file mode 120000
index 3a5b4a586051..000000000000
--- a/srcpkgs/yggdrasil/files/yggdrasil/log/run
+++ /dev/null
@@ -1 +0,0 @@
-/usr/bin/vlogger
\ No newline at end of file
diff --git a/srcpkgs/yggdrasil/files/yggdrasil/run b/srcpkgs/yggdrasil/files/yggdrasil/run
index 40460c8a1ef1..4ee19bbaf774 100755
--- a/srcpkgs/yggdrasil/files/yggdrasil/run
+++ b/srcpkgs/yggdrasil/files/yggdrasil/run
@@ -1,13 +1,9 @@
#!/bin/sh
modprobe tun
-# limiting caps is temporarily disabled, as it breaks with
-# setpriv: libcap-ng is too old for "all" caps
-# TODO: instead of dropping all caps, start with a
-# non-priv user and manually add needed privileges instead.
-#caps='-all,+NET_ADMIN,+NET_RAW'
-#drop_caps="setpriv --inh-caps $caps --bounding-set $caps"
+caps='-all,+NET_ADMIN,+NET_RAW'
+drop_caps="setpriv --inh-caps $caps --bounding-set $caps"
if [ -f /etc/yggdrasil.conf ]; then
- exec yggdrasil -useconffile /etc/yggdrasil.conf 2>&1
+ exec $drop_caps yggdrasil --useconffile /etc/yggdrasil.conf 1>/dev/null
else
- exec yggdrasil -autoconf 2>&1
+ exec $drop_caps yggdrasil --autoconf 1>/dev/null
fi
diff --git a/srcpkgs/yggdrasil/template b/srcpkgs/yggdrasil/template
index 74c3c32537e0..646d1c47796d 100644
--- a/srcpkgs/yggdrasil/template
+++ b/srcpkgs/yggdrasil/template
@@ -1,7 +1,7 @@
# Template file for 'yggdrasil'
pkgname=yggdrasil
-version=0.3.15
-revision=1
+version=0.3.14
+revision=2
wrksrc="yggdrasil-go-${version}"
build_style=go
go_import_path=github.com/yggdrasil-network/yggdrasil-go
@@ -11,7 +11,7 @@ maintainer="Jan Christian Gruenhage <jan.christian@gruenhage.xyz>"
license="LGPL-3.0-only"
homepage="https://yggdrasil-network.github.io/"
distfiles="https://github.com/yggdrasil-network/yggdrasil-go/archive/v${version}.tar.gz"
-checksum=25ea85399a142aa7a3d6f6886fd4e0d215116c4c8c33453de43999787d735565
+checksum=e8579a04bf289434e7b8caaf621e2c0b853e83cc06f136c4f9e4bfc667df5a27
do_build() {
PKGNAME=${pkgname} PKGVER=${version} ./build
From 354f017e85c69b6271a18f338e15be899cafacf7 Mon Sep 17 00:00:00 2001
From: whoizit <whoami@systemli.org>
Date: Fri, 19 Mar 2021 21:02:33 +0300
Subject: [PATCH 2/2] yggdrasil: update to 0.3.16.
---
srcpkgs/yggdrasil/files/yggdrasil/log/run | 2 ++
srcpkgs/yggdrasil/files/yggdrasil/run | 4 ++--
srcpkgs/yggdrasil/template | 6 +++---
3 files changed, 7 insertions(+), 5 deletions(-)
create mode 100755 srcpkgs/yggdrasil/files/yggdrasil/log/run
diff --git a/srcpkgs/yggdrasil/files/yggdrasil/log/run b/srcpkgs/yggdrasil/files/yggdrasil/log/run
new file mode 100755
index 000000000000..9ef14420666c
--- /dev/null
+++ b/srcpkgs/yggdrasil/files/yggdrasil/log/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec vlogger -t yggdrasil
diff --git a/srcpkgs/yggdrasil/files/yggdrasil/run b/srcpkgs/yggdrasil/files/yggdrasil/run
index 4ee19bbaf774..0c5e259b3ae5 100755
--- a/srcpkgs/yggdrasil/files/yggdrasil/run
+++ b/srcpkgs/yggdrasil/files/yggdrasil/run
@@ -3,7 +3,7 @@ modprobe tun
caps='-all,+NET_ADMIN,+NET_RAW'
drop_caps="setpriv --inh-caps $caps --bounding-set $caps"
if [ -f /etc/yggdrasil.conf ]; then
- exec $drop_caps yggdrasil --useconffile /etc/yggdrasil.conf 1>/dev/null
+ exec $drop_caps yggdrasil -useconffile /etc/yggdrasil.conf 2>&1
else
- exec $drop_caps yggdrasil --autoconf 1>/dev/null
+ exec $drop_caps yggdrasil -autoconf 2>&1
fi
diff --git a/srcpkgs/yggdrasil/template b/srcpkgs/yggdrasil/template
index 646d1c47796d..4f7408506d1a 100644
--- a/srcpkgs/yggdrasil/template
+++ b/srcpkgs/yggdrasil/template
@@ -1,7 +1,7 @@
# Template file for 'yggdrasil'
pkgname=yggdrasil
-version=0.3.14
-revision=2
+version=0.3.16
+revision=1
wrksrc="yggdrasil-go-${version}"
build_style=go
go_import_path=github.com/yggdrasil-network/yggdrasil-go
@@ -11,7 +11,7 @@ maintainer="Jan Christian Gruenhage <jan.christian@gruenhage.xyz>"
license="LGPL-3.0-only"
homepage="https://yggdrasil-network.github.io/"
distfiles="https://github.com/yggdrasil-network/yggdrasil-go/archive/v${version}.tar.gz"
-checksum=e8579a04bf289434e7b8caaf621e2c0b853e83cc06f136c4f9e4bfc667df5a27
+checksum=e03595b78906b171155aaa11c922be3418bd056f8547e4d9f5123b6047316eac
do_build() {
PKGNAME=${pkgname} PKGVER=${version} ./build
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: yggdrasil: update to 0.3.16.
2021-03-19 0:15 [PR PATCH] yggdrasil: update to 0.3.16 whoizit
` (7 preceding siblings ...)
2021-03-23 1:48 ` [PR PATCH] [Updated] " whoizit
@ 2021-03-23 1:51 ` whoizit
2021-03-23 2:04 ` whoizit
` (12 subsequent siblings)
21 siblings, 0 replies; 23+ messages in thread
From: whoizit @ 2021-03-23 1:51 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 238 bytes --]
New comment by whoizit on void-packages repository
https://github.com/void-linux/void-packages/pull/29577#issuecomment-804522936
Comment:
@jcgruenhage i'm not understand what do you mean. I've moved log/run to right place now. Correct?
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: yggdrasil: update to 0.3.16.
2021-03-19 0:15 [PR PATCH] yggdrasil: update to 0.3.16 whoizit
` (8 preceding siblings ...)
2021-03-23 1:51 ` whoizit
@ 2021-03-23 2:04 ` whoizit
2021-03-23 9:40 ` jcgruenhage
` (11 subsequent siblings)
21 siblings, 0 replies; 23+ messages in thread
From: whoizit @ 2021-03-23 2:04 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 283 bytes --]
New comment by whoizit on void-packages repository
https://github.com/void-linux/void-packages/pull/29577#issuecomment-804527146
Comment:
do you mean that I have to restore '/usr/bin/vlogger' to log/run script? But I can't find any similar script with this code in the source tree
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: yggdrasil: update to 0.3.16.
2021-03-19 0:15 [PR PATCH] yggdrasil: update to 0.3.16 whoizit
` (9 preceding siblings ...)
2021-03-23 2:04 ` whoizit
@ 2021-03-23 9:40 ` jcgruenhage
2021-03-23 13:47 ` [PR PATCH] [Updated] " whoizit
` (10 subsequent siblings)
21 siblings, 0 replies; 23+ messages in thread
From: jcgruenhage @ 2021-03-23 9:40 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 971 bytes --]
New comment by jcgruenhage on void-packages repository
https://github.com/void-linux/void-packages/pull/29577#issuecomment-804760081
Comment:
ah, that's where part of this misunderstanding comes from: `/usr/bin/vlogger` was not the content, it's a symlink. See the man page of `vlogger`:
```
If vlogger is executed as a log service for runit(8) or another
daemontools like supervision suite it uses the service name as default
tag. As example if vlogger is linked to /var/service/foo/log/run it uses
“foo” as tag and “daemon.notice” as pri.
```
Therefore, the script content you currently have there would work, but a simple symlink does achieve the same result. See https://github.com/void-linux/void-packages/blob/master/srcpkgs/caddy/files/caddy/log/run as another in tree example of how this is done in void-linux, and after a quick check, there's a handful of other examples you can find with `find -type l | grep log/run`.
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [PR PATCH] [Updated] yggdrasil: update to 0.3.16.
2021-03-19 0:15 [PR PATCH] yggdrasil: update to 0.3.16 whoizit
` (10 preceding siblings ...)
2021-03-23 9:40 ` jcgruenhage
@ 2021-03-23 13:47 ` whoizit
2021-03-23 13:50 ` whoizit
` (9 subsequent siblings)
21 siblings, 0 replies; 23+ messages in thread
From: whoizit @ 2021-03-23 13:47 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1597 bytes --]
There is an updated pull request by whoizit against master on the void-packages repository
https://github.com/whoizit/void-packages yggdrasil
https://github.com/void-linux/void-packages/pull/29577
yggdrasil: update to 0.3.16.
<!-- Mark items with [x] where applicable -->
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)
#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR
<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!--
#### Does it build and run successfully?
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29577.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-yggdrasil-29577.patch --]
[-- Type: text/x-diff, Size: 4860 bytes --]
From 503fe17f3d750f3f75ef92aaae397d3050682107 Mon Sep 17 00:00:00 2001
From: whoizit <whoami@systemli.org>
Date: Fri, 19 Mar 2021 20:51:07 +0300
Subject: [PATCH 1/2] Revert "yggdrasil: update to 0.3.15."
This reverts commit c33aec8e707d49731c7b94996450d3ebb0178ce0.
---
srcpkgs/yggdrasil/files/yggdrasil/log/run | 1 -
srcpkgs/yggdrasil/files/yggdrasil/run | 12 ++++--------
srcpkgs/yggdrasil/template | 6 +++---
3 files changed, 7 insertions(+), 12 deletions(-)
delete mode 120000 srcpkgs/yggdrasil/files/yggdrasil/log/run
diff --git a/srcpkgs/yggdrasil/files/yggdrasil/log/run b/srcpkgs/yggdrasil/files/yggdrasil/log/run
deleted file mode 120000
index 3a5b4a586051..000000000000
--- a/srcpkgs/yggdrasil/files/yggdrasil/log/run
+++ /dev/null
@@ -1 +0,0 @@
-/usr/bin/vlogger
\ No newline at end of file
diff --git a/srcpkgs/yggdrasil/files/yggdrasil/run b/srcpkgs/yggdrasil/files/yggdrasil/run
index 40460c8a1ef1..4ee19bbaf774 100755
--- a/srcpkgs/yggdrasil/files/yggdrasil/run
+++ b/srcpkgs/yggdrasil/files/yggdrasil/run
@@ -1,13 +1,9 @@
#!/bin/sh
modprobe tun
-# limiting caps is temporarily disabled, as it breaks with
-# setpriv: libcap-ng is too old for "all" caps
-# TODO: instead of dropping all caps, start with a
-# non-priv user and manually add needed privileges instead.
-#caps='-all,+NET_ADMIN,+NET_RAW'
-#drop_caps="setpriv --inh-caps $caps --bounding-set $caps"
+caps='-all,+NET_ADMIN,+NET_RAW'
+drop_caps="setpriv --inh-caps $caps --bounding-set $caps"
if [ -f /etc/yggdrasil.conf ]; then
- exec yggdrasil -useconffile /etc/yggdrasil.conf 2>&1
+ exec $drop_caps yggdrasil --useconffile /etc/yggdrasil.conf 1>/dev/null
else
- exec yggdrasil -autoconf 2>&1
+ exec $drop_caps yggdrasil --autoconf 1>/dev/null
fi
diff --git a/srcpkgs/yggdrasil/template b/srcpkgs/yggdrasil/template
index 74c3c32537e0..646d1c47796d 100644
--- a/srcpkgs/yggdrasil/template
+++ b/srcpkgs/yggdrasil/template
@@ -1,7 +1,7 @@
# Template file for 'yggdrasil'
pkgname=yggdrasil
-version=0.3.15
-revision=1
+version=0.3.14
+revision=2
wrksrc="yggdrasil-go-${version}"
build_style=go
go_import_path=github.com/yggdrasil-network/yggdrasil-go
@@ -11,7 +11,7 @@ maintainer="Jan Christian Gruenhage <jan.christian@gruenhage.xyz>"
license="LGPL-3.0-only"
homepage="https://yggdrasil-network.github.io/"
distfiles="https://github.com/yggdrasil-network/yggdrasil-go/archive/v${version}.tar.gz"
-checksum=25ea85399a142aa7a3d6f6886fd4e0d215116c4c8c33453de43999787d735565
+checksum=e8579a04bf289434e7b8caaf621e2c0b853e83cc06f136c4f9e4bfc667df5a27
do_build() {
PKGNAME=${pkgname} PKGVER=${version} ./build
From 3164c475ab795d16ed8c1a232a95512e9db2fa49 Mon Sep 17 00:00:00 2001
From: whoizit <whoami@systemli.org>
Date: Fri, 19 Mar 2021 21:02:33 +0300
Subject: [PATCH 2/2] yggdrasil: update to 0.3.16.
---
srcpkgs/yggdrasil/files/yggdrasil/log/run | 1 +
srcpkgs/yggdrasil/files/yggdrasil/run | 4 ++--
srcpkgs/yggdrasil/template | 6 +++---
3 files changed, 6 insertions(+), 5 deletions(-)
create mode 120000 srcpkgs/yggdrasil/files/yggdrasil/log/run
diff --git a/srcpkgs/yggdrasil/files/yggdrasil/log/run b/srcpkgs/yggdrasil/files/yggdrasil/log/run
new file mode 120000
index 000000000000..3a5b4a586051
--- /dev/null
+++ b/srcpkgs/yggdrasil/files/yggdrasil/log/run
@@ -0,0 +1 @@
+/usr/bin/vlogger
\ No newline at end of file
diff --git a/srcpkgs/yggdrasil/files/yggdrasil/run b/srcpkgs/yggdrasil/files/yggdrasil/run
index 4ee19bbaf774..0c5e259b3ae5 100755
--- a/srcpkgs/yggdrasil/files/yggdrasil/run
+++ b/srcpkgs/yggdrasil/files/yggdrasil/run
@@ -3,7 +3,7 @@ modprobe tun
caps='-all,+NET_ADMIN,+NET_RAW'
drop_caps="setpriv --inh-caps $caps --bounding-set $caps"
if [ -f /etc/yggdrasil.conf ]; then
- exec $drop_caps yggdrasil --useconffile /etc/yggdrasil.conf 1>/dev/null
+ exec $drop_caps yggdrasil -useconffile /etc/yggdrasil.conf 2>&1
else
- exec $drop_caps yggdrasil --autoconf 1>/dev/null
+ exec $drop_caps yggdrasil -autoconf 2>&1
fi
diff --git a/srcpkgs/yggdrasil/template b/srcpkgs/yggdrasil/template
index 646d1c47796d..4f7408506d1a 100644
--- a/srcpkgs/yggdrasil/template
+++ b/srcpkgs/yggdrasil/template
@@ -1,7 +1,7 @@
# Template file for 'yggdrasil'
pkgname=yggdrasil
-version=0.3.14
-revision=2
+version=0.3.16
+revision=1
wrksrc="yggdrasil-go-${version}"
build_style=go
go_import_path=github.com/yggdrasil-network/yggdrasil-go
@@ -11,7 +11,7 @@ maintainer="Jan Christian Gruenhage <jan.christian@gruenhage.xyz>"
license="LGPL-3.0-only"
homepage="https://yggdrasil-network.github.io/"
distfiles="https://github.com/yggdrasil-network/yggdrasil-go/archive/v${version}.tar.gz"
-checksum=e8579a04bf289434e7b8caaf621e2c0b853e83cc06f136c4f9e4bfc667df5a27
+checksum=e03595b78906b171155aaa11c922be3418bd056f8547e4d9f5123b6047316eac
do_build() {
PKGNAME=${pkgname} PKGVER=${version} ./build
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: yggdrasil: update to 0.3.16.
2021-03-19 0:15 [PR PATCH] yggdrasil: update to 0.3.16 whoizit
` (11 preceding siblings ...)
2021-03-23 13:47 ` [PR PATCH] [Updated] " whoizit
@ 2021-03-23 13:50 ` whoizit
2021-03-23 15:10 ` jcgruenhage
` (8 subsequent siblings)
21 siblings, 0 replies; 23+ messages in thread
From: whoizit @ 2021-03-23 13:50 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 176 bytes --]
New comment by whoizit on void-packages repository
https://github.com/void-linux/void-packages/pull/29577#issuecomment-804918711
Comment:
@jcgruenhage thanks for explanation
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: yggdrasil: update to 0.3.16.
2021-03-19 0:15 [PR PATCH] yggdrasil: update to 0.3.16 whoizit
` (12 preceding siblings ...)
2021-03-23 13:50 ` whoizit
@ 2021-03-23 15:10 ` jcgruenhage
2021-03-23 15:19 ` ericonr
` (7 subsequent siblings)
21 siblings, 0 replies; 23+ messages in thread
From: jcgruenhage @ 2021-03-23 15:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 211 bytes --]
New comment by jcgruenhage on void-packages repository
https://github.com/void-linux/void-packages/pull/29577#issuecomment-804982890
Comment:
Changes looking good now, tested it, works fine on my workstation.
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: yggdrasil: update to 0.3.16.
2021-03-19 0:15 [PR PATCH] yggdrasil: update to 0.3.16 whoizit
` (13 preceding siblings ...)
2021-03-23 15:10 ` jcgruenhage
@ 2021-03-23 15:19 ` ericonr
2021-03-23 15:38 ` [PR PATCH] [Updated] " whoizit
` (6 subsequent siblings)
21 siblings, 0 replies; 23+ messages in thread
From: ericonr @ 2021-03-23 15:19 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 216 bytes --]
New comment by ericonr on void-packages repository
https://github.com/void-linux/void-packages/pull/29577#issuecomment-804990272
Comment:
@whoizit do you know how to squash commits? This PR should be a single one.
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [PR PATCH] [Updated] yggdrasil: update to 0.3.16.
2021-03-19 0:15 [PR PATCH] yggdrasil: update to 0.3.16 whoizit
` (14 preceding siblings ...)
2021-03-23 15:19 ` ericonr
@ 2021-03-23 15:38 ` whoizit
2021-03-23 15:45 ` jcgruenhage
` (5 subsequent siblings)
21 siblings, 0 replies; 23+ messages in thread
From: whoizit @ 2021-03-23 15:38 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1597 bytes --]
There is an updated pull request by whoizit against master on the void-packages repository
https://github.com/whoizit/void-packages yggdrasil
https://github.com/void-linux/void-packages/pull/29577
yggdrasil: update to 0.3.16.
<!-- Mark items with [x] where applicable -->
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)
#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR
<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!--
#### Does it build and run successfully?
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29577.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-yggdrasil-29577.patch --]
[-- Type: text/x-diff, Size: 2165 bytes --]
From 48168224cb5766a0f60d75e4b322ada0fd60fb93 Mon Sep 17 00:00:00 2001
From: whoizit <whoami@systemli.org>
Date: Fri, 19 Mar 2021 20:51:07 +0300
Subject: [PATCH] Revert "yggdrasil: update to 0.3.15."
This reverts commit c33aec8e707d49731c7b94996450d3ebb0178ce0.
yggdrasil: update to 0.3.16.
---
srcpkgs/yggdrasil/files/yggdrasil/run | 12 ++++--------
srcpkgs/yggdrasil/template | 4 ++--
2 files changed, 6 insertions(+), 10 deletions(-)
diff --git a/srcpkgs/yggdrasil/files/yggdrasil/run b/srcpkgs/yggdrasil/files/yggdrasil/run
index 40460c8a1ef1..0c5e259b3ae5 100755
--- a/srcpkgs/yggdrasil/files/yggdrasil/run
+++ b/srcpkgs/yggdrasil/files/yggdrasil/run
@@ -1,13 +1,9 @@
#!/bin/sh
modprobe tun
-# limiting caps is temporarily disabled, as it breaks with
-# setpriv: libcap-ng is too old for "all" caps
-# TODO: instead of dropping all caps, start with a
-# non-priv user and manually add needed privileges instead.
-#caps='-all,+NET_ADMIN,+NET_RAW'
-#drop_caps="setpriv --inh-caps $caps --bounding-set $caps"
+caps='-all,+NET_ADMIN,+NET_RAW'
+drop_caps="setpriv --inh-caps $caps --bounding-set $caps"
if [ -f /etc/yggdrasil.conf ]; then
- exec yggdrasil -useconffile /etc/yggdrasil.conf 2>&1
+ exec $drop_caps yggdrasil -useconffile /etc/yggdrasil.conf 2>&1
else
- exec yggdrasil -autoconf 2>&1
+ exec $drop_caps yggdrasil -autoconf 2>&1
fi
diff --git a/srcpkgs/yggdrasil/template b/srcpkgs/yggdrasil/template
index 74c3c32537e0..4f7408506d1a 100644
--- a/srcpkgs/yggdrasil/template
+++ b/srcpkgs/yggdrasil/template
@@ -1,6 +1,6 @@
# Template file for 'yggdrasil'
pkgname=yggdrasil
-version=0.3.15
+version=0.3.16
revision=1
wrksrc="yggdrasil-go-${version}"
build_style=go
@@ -11,7 +11,7 @@ maintainer="Jan Christian Gruenhage <jan.christian@gruenhage.xyz>"
license="LGPL-3.0-only"
homepage="https://yggdrasil-network.github.io/"
distfiles="https://github.com/yggdrasil-network/yggdrasil-go/archive/v${version}.tar.gz"
-checksum=25ea85399a142aa7a3d6f6886fd4e0d215116c4c8c33453de43999787d735565
+checksum=e03595b78906b171155aaa11c922be3418bd056f8547e4d9f5123b6047316eac
do_build() {
PKGNAME=${pkgname} PKGVER=${version} ./build
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: yggdrasil: update to 0.3.16.
2021-03-19 0:15 [PR PATCH] yggdrasil: update to 0.3.16 whoizit
` (15 preceding siblings ...)
2021-03-23 15:38 ` [PR PATCH] [Updated] " whoizit
@ 2021-03-23 15:45 ` jcgruenhage
2021-03-23 15:57 ` [PR PATCH] [Updated] " whoizit
` (4 subsequent siblings)
21 siblings, 0 replies; 23+ messages in thread
From: jcgruenhage @ 2021-03-23 15:45 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 260 bytes --]
New comment by jcgruenhage on void-packages repository
https://github.com/void-linux/void-packages/pull/29577#issuecomment-805011599
Comment:
well, you squashed it now, but the commit message is off. You can fix the commit message with `git commit --amend`.
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [PR PATCH] [Updated] yggdrasil: update to 0.3.16.
2021-03-19 0:15 [PR PATCH] yggdrasil: update to 0.3.16 whoizit
` (16 preceding siblings ...)
2021-03-23 15:45 ` jcgruenhage
@ 2021-03-23 15:57 ` whoizit
2021-03-24 2:30 ` jcgruenhage
` (3 subsequent siblings)
21 siblings, 0 replies; 23+ messages in thread
From: whoizit @ 2021-03-23 15:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1597 bytes --]
There is an updated pull request by whoizit against master on the void-packages repository
https://github.com/whoizit/void-packages yggdrasil
https://github.com/void-linux/void-packages/pull/29577
yggdrasil: update to 0.3.16.
<!-- Mark items with [x] where applicable -->
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)
#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR
<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!--
#### Does it build and run successfully?
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29577.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-yggdrasil-29577.patch --]
[-- Type: text/x-diff, Size: 2064 bytes --]
From 6c33a65a767a860d85dfa4e9918b15d12104ab18 Mon Sep 17 00:00:00 2001
From: whoizit <whoami@systemli.org>
Date: Fri, 19 Mar 2021 20:51:07 +0300
Subject: [PATCH] yggdrasil: update to 0.3.16.
---
srcpkgs/yggdrasil/files/yggdrasil/run | 12 ++++--------
srcpkgs/yggdrasil/template | 4 ++--
2 files changed, 6 insertions(+), 10 deletions(-)
diff --git a/srcpkgs/yggdrasil/files/yggdrasil/run b/srcpkgs/yggdrasil/files/yggdrasil/run
index 40460c8a1ef1..0c5e259b3ae5 100755
--- a/srcpkgs/yggdrasil/files/yggdrasil/run
+++ b/srcpkgs/yggdrasil/files/yggdrasil/run
@@ -1,13 +1,9 @@
#!/bin/sh
modprobe tun
-# limiting caps is temporarily disabled, as it breaks with
-# setpriv: libcap-ng is too old for "all" caps
-# TODO: instead of dropping all caps, start with a
-# non-priv user and manually add needed privileges instead.
-#caps='-all,+NET_ADMIN,+NET_RAW'
-#drop_caps="setpriv --inh-caps $caps --bounding-set $caps"
+caps='-all,+NET_ADMIN,+NET_RAW'
+drop_caps="setpriv --inh-caps $caps --bounding-set $caps"
if [ -f /etc/yggdrasil.conf ]; then
- exec yggdrasil -useconffile /etc/yggdrasil.conf 2>&1
+ exec $drop_caps yggdrasil -useconffile /etc/yggdrasil.conf 2>&1
else
- exec yggdrasil -autoconf 2>&1
+ exec $drop_caps yggdrasil -autoconf 2>&1
fi
diff --git a/srcpkgs/yggdrasil/template b/srcpkgs/yggdrasil/template
index 74c3c32537e0..4f7408506d1a 100644
--- a/srcpkgs/yggdrasil/template
+++ b/srcpkgs/yggdrasil/template
@@ -1,6 +1,6 @@
# Template file for 'yggdrasil'
pkgname=yggdrasil
-version=0.3.15
+version=0.3.16
revision=1
wrksrc="yggdrasil-go-${version}"
build_style=go
@@ -11,7 +11,7 @@ maintainer="Jan Christian Gruenhage <jan.christian@gruenhage.xyz>"
license="LGPL-3.0-only"
homepage="https://yggdrasil-network.github.io/"
distfiles="https://github.com/yggdrasil-network/yggdrasil-go/archive/v${version}.tar.gz"
-checksum=25ea85399a142aa7a3d6f6886fd4e0d215116c4c8c33453de43999787d735565
+checksum=e03595b78906b171155aaa11c922be3418bd056f8547e4d9f5123b6047316eac
do_build() {
PKGNAME=${pkgname} PKGVER=${version} ./build
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: yggdrasil: update to 0.3.16.
2021-03-19 0:15 [PR PATCH] yggdrasil: update to 0.3.16 whoizit
` (17 preceding siblings ...)
2021-03-23 15:57 ` [PR PATCH] [Updated] " whoizit
@ 2021-03-24 2:30 ` jcgruenhage
2021-03-24 2:52 ` [PR PATCH] [Updated] " ericonr
` (2 subsequent siblings)
21 siblings, 0 replies; 23+ messages in thread
From: jcgruenhage @ 2021-03-24 2:30 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 177 bytes --]
New comment by jcgruenhage on void-packages repository
https://github.com/void-linux/void-packages/pull/29577#issuecomment-805433931
Comment:
@ericonr can we get this merged?
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [PR PATCH] [Updated] yggdrasil: update to 0.3.16.
2021-03-19 0:15 [PR PATCH] yggdrasil: update to 0.3.16 whoizit
` (18 preceding siblings ...)
2021-03-24 2:30 ` jcgruenhage
@ 2021-03-24 2:52 ` ericonr
2021-03-24 2:52 ` ericonr
2021-03-24 2:52 ` [PR PATCH] [Merged]: " ericonr
21 siblings, 0 replies; 23+ messages in thread
From: ericonr @ 2021-03-24 2:52 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1597 bytes --]
There is an updated pull request by ericonr against master on the void-packages repository
https://github.com/whoizit/void-packages yggdrasil
https://github.com/void-linux/void-packages/pull/29577
yggdrasil: update to 0.3.16.
<!-- Mark items with [x] where applicable -->
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)
#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR
<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!--
#### Does it build and run successfully?
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29577.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-yggdrasil-29577.patch --]
[-- Type: text/x-diff, Size: 2417 bytes --]
From a88ee65602e4d8a0315bf31d08c0e8dc11d45c48 Mon Sep 17 00:00:00 2001
From: whoizit <whoami@systemli.org>
Date: Fri, 19 Mar 2021 20:51:07 +0300
Subject: [PATCH] yggdrasil: update to 0.3.16.
- partially revert service changes from
c33aec8e707d49731c7b94996450d3ebb0178ce0, now that we ship a util-linux version
that can always handle -all or +all with setpriv(1).
- remove TODO comment: switching to using a user + adding caps to it
would break some setups and is no longer necessary. It also isn't the
recommended setup from upstream.
---
srcpkgs/yggdrasil/files/yggdrasil/run | 12 ++++--------
srcpkgs/yggdrasil/template | 4 ++--
2 files changed, 6 insertions(+), 10 deletions(-)
diff --git a/srcpkgs/yggdrasil/files/yggdrasil/run b/srcpkgs/yggdrasil/files/yggdrasil/run
index 40460c8a1ef1..0c5e259b3ae5 100755
--- a/srcpkgs/yggdrasil/files/yggdrasil/run
+++ b/srcpkgs/yggdrasil/files/yggdrasil/run
@@ -1,13 +1,9 @@
#!/bin/sh
modprobe tun
-# limiting caps is temporarily disabled, as it breaks with
-# setpriv: libcap-ng is too old for "all" caps
-# TODO: instead of dropping all caps, start with a
-# non-priv user and manually add needed privileges instead.
-#caps='-all,+NET_ADMIN,+NET_RAW'
-#drop_caps="setpriv --inh-caps $caps --bounding-set $caps"
+caps='-all,+NET_ADMIN,+NET_RAW'
+drop_caps="setpriv --inh-caps $caps --bounding-set $caps"
if [ -f /etc/yggdrasil.conf ]; then
- exec yggdrasil -useconffile /etc/yggdrasil.conf 2>&1
+ exec $drop_caps yggdrasil -useconffile /etc/yggdrasil.conf 2>&1
else
- exec yggdrasil -autoconf 2>&1
+ exec $drop_caps yggdrasil -autoconf 2>&1
fi
diff --git a/srcpkgs/yggdrasil/template b/srcpkgs/yggdrasil/template
index 74c3c32537e0..4f7408506d1a 100644
--- a/srcpkgs/yggdrasil/template
+++ b/srcpkgs/yggdrasil/template
@@ -1,6 +1,6 @@
# Template file for 'yggdrasil'
pkgname=yggdrasil
-version=0.3.15
+version=0.3.16
revision=1
wrksrc="yggdrasil-go-${version}"
build_style=go
@@ -11,7 +11,7 @@ maintainer="Jan Christian Gruenhage <jan.christian@gruenhage.xyz>"
license="LGPL-3.0-only"
homepage="https://yggdrasil-network.github.io/"
distfiles="https://github.com/yggdrasil-network/yggdrasil-go/archive/v${version}.tar.gz"
-checksum=25ea85399a142aa7a3d6f6886fd4e0d215116c4c8c33453de43999787d735565
+checksum=e03595b78906b171155aaa11c922be3418bd056f8547e4d9f5123b6047316eac
do_build() {
PKGNAME=${pkgname} PKGVER=${version} ./build
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: yggdrasil: update to 0.3.16.
2021-03-19 0:15 [PR PATCH] yggdrasil: update to 0.3.16 whoizit
` (19 preceding siblings ...)
2021-03-24 2:52 ` [PR PATCH] [Updated] " ericonr
@ 2021-03-24 2:52 ` ericonr
2021-03-24 2:52 ` [PR PATCH] [Merged]: " ericonr
21 siblings, 0 replies; 23+ messages in thread
From: ericonr @ 2021-03-24 2:52 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 164 bytes --]
New comment by ericonr on void-packages repository
https://github.com/void-linux/void-packages/pull/29577#issuecomment-805444821
Comment:
Updated commit message.
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: [PR PATCH] [Merged]: yggdrasil: update to 0.3.16.
2021-03-19 0:15 [PR PATCH] yggdrasil: update to 0.3.16 whoizit
` (20 preceding siblings ...)
2021-03-24 2:52 ` ericonr
@ 2021-03-24 2:52 ` ericonr
21 siblings, 0 replies; 23+ messages in thread
From: ericonr @ 2021-03-24 2:52 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1439 bytes --]
There's a merged pull request on the void-packages repository
yggdrasil: update to 0.3.16.
https://github.com/void-linux/void-packages/pull/29577
Description:
<!-- Mark items with [x] where applicable -->
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)
#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR
<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!--
#### Does it build and run successfully?
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 23+ messages in thread
end of thread, other threads:[~2021-03-24 2:52 UTC | newest]
Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-19 0:15 [PR PATCH] yggdrasil: update to 0.3.16 whoizit
2021-03-19 13:57 ` ericonr
2021-03-19 18:12 ` [PR PATCH] [Updated] " whoizit
2021-03-19 18:17 ` whoizit
2021-03-19 18:22 ` whoizit
2021-03-19 18:38 ` jcgruenhage
2021-03-19 19:05 ` whoizit
2021-03-22 23:43 ` jcgruenhage
2021-03-23 1:48 ` [PR PATCH] [Updated] " whoizit
2021-03-23 1:51 ` whoizit
2021-03-23 2:04 ` whoizit
2021-03-23 9:40 ` jcgruenhage
2021-03-23 13:47 ` [PR PATCH] [Updated] " whoizit
2021-03-23 13:50 ` whoizit
2021-03-23 15:10 ` jcgruenhage
2021-03-23 15:19 ` ericonr
2021-03-23 15:38 ` [PR PATCH] [Updated] " whoizit
2021-03-23 15:45 ` jcgruenhage
2021-03-23 15:57 ` [PR PATCH] [Updated] " whoizit
2021-03-24 2:30 ` jcgruenhage
2021-03-24 2:52 ` [PR PATCH] [Updated] " ericonr
2021-03-24 2:52 ` ericonr
2021-03-24 2:52 ` [PR PATCH] [Merged]: " ericonr
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).