Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] yggdrasil: update to 0.5.2.
@ 2023-11-07 15:13 GoodClover
  2023-11-07 15:16 ` GoodClover
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: GoodClover @ 2023-11-07 15:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/GoodClover/void-packages yggdrasil-v0.5
https://github.com/void-linux/void-packages/pull/47114

yggdrasil: update to 0.5.2.
Yggdrasil is now on v0.5, a breaking change from v0.4.

> Generally speaking, these are not user-facing, outside of some changes to the information available in yggdrasilctl’s API.

https://yggdrasil-network.github.io/2023/10/22/upcoming-v05-release.html

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


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-yggdrasil-v0.5-47114.patch --]
[-- Type: text/x-diff, Size: 1783 bytes --]

From fa54cce34d082a95b00854b954ebf0a672078990 Mon Sep 17 00:00:00 2001
From: GoodClover <oliversimmo@gmail.com>
Date: Tue, 7 Nov 2023 12:11:12 +0000
Subject: [PATCH] yggdrasil: update to 0.5.2.

---
 srcpkgs/yggdrasil/INSTALL.msg | 4 ++--
 srcpkgs/yggdrasil/template    | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/yggdrasil/INSTALL.msg b/srcpkgs/yggdrasil/INSTALL.msg
index 76cd9461dc937..8f910ed67a47f 100644
--- a/srcpkgs/yggdrasil/INSTALL.msg
+++ b/srcpkgs/yggdrasil/INSTALL.msg
@@ -1,2 +1,2 @@
-NOTICE: Yggdrasil 0.4 contains breaking changes. For more information, see
-https://yggdrasil-network.github.io/2021/06/19/preparing-for-v0-4.html
+NOTICE: Yggdrasil 0.5 contains breaking changes. For more information, see
+https://yggdrasil-network.github.io/2023/10/22/upcoming-v05-release.html
diff --git a/srcpkgs/yggdrasil/template b/srcpkgs/yggdrasil/template
index ffe828d3e9cc4..e28b2cf9391ce 100644
--- a/srcpkgs/yggdrasil/template
+++ b/srcpkgs/yggdrasil/template
@@ -1,7 +1,7 @@
 # Template file for 'yggdrasil'
 pkgname=yggdrasil
-version=0.4.7
-revision=3
+version=0.5.2
+revision=4
 build_style=go
 go_import_path=github.com/yggdrasil-network/yggdrasil-go
 short_desc="Experiment in scalable routing as an encrypted IPv6 overlay network"
@@ -10,7 +10,7 @@ license="LGPL-3.0-only"
 homepage="https://yggdrasil-network.github.io/"
 changelog="https://raw.githubusercontent.com/yggdrasil-network/yggdrasil-go/develop/CHANGELOG.md"
 distfiles="https://github.com/yggdrasil-network/yggdrasil-go/archive/v${version}.tar.gz"
-checksum=47429f75b87d9b2450108471991e84c90d748606642e8778e9f578485b05a56f
+checksum=ed908594ab687e141dd2202e1b360e5bd93f910de1fd1f737d210cc784cf2470
 
 do_build() {
 	PKGNAME=${pkgname} PKGVER=${version} ./build

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

* Re: yggdrasil: update to 0.5.2.
  2023-11-07 15:13 [PR PATCH] yggdrasil: update to 0.5.2 GoodClover
@ 2023-11-07 15:16 ` GoodClover
  2023-11-07 21:19 ` [PR PATCH] [Updated] " GoodClover
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: GoodClover @ 2023-11-07 15:16 UTC (permalink / raw)
  To: ml

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

New comment by GoodClover on void-packages repository

https://github.com/void-linux/void-packages/pull/47114#issuecomment-1798844446

Comment:
https://yggdrasil-network.github.io/configuration.html#normalising-a-config-file

> ```sh
> yggdrasil -normaliseconf -useconffile /etc/yggdrasil.conf -json # JSON
> yggdrasil -normaliseconf -useconffile /etc/yggdrasil.conf # HJSON
> ```
> Normalising the configuration also adds any missing configuration items with their default values. This can be useful when upgrading to a newer version of Yggdrasil that adds new configuration options. Many of our distribution packages normalise the configuration automatically during upgrade.

Would this be something to hook up?

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

* Re: [PR PATCH] [Updated] yggdrasil: update to 0.5.2.
  2023-11-07 15:13 [PR PATCH] yggdrasil: update to 0.5.2 GoodClover
  2023-11-07 15:16 ` GoodClover
@ 2023-11-07 21:19 ` GoodClover
  2023-11-07 21:20 ` GoodClover
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: GoodClover @ 2023-11-07 21:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/GoodClover/void-packages yggdrasil-v0.5
https://github.com/void-linux/void-packages/pull/47114

yggdrasil: update to 0.5.2.
Yggdrasil is now on v0.5, a breaking change from v0.4.

https://yggdrasil-network.github.io/2023/10/22/upcoming-v05-release.html


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


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-yggdrasil-v0.5-47114.patch --]
[-- Type: text/x-diff, Size: 1783 bytes --]

From 109ab2a4583e36be01d0252626a4ca11a53585a2 Mon Sep 17 00:00:00 2001
From: GoodClover <oliversimmo@gmail.com>
Date: Tue, 7 Nov 2023 12:11:12 +0000
Subject: [PATCH] yggdrasil: update to 0.5.2.

---
 srcpkgs/yggdrasil/INSTALL.msg | 4 ++--
 srcpkgs/yggdrasil/template    | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/yggdrasil/INSTALL.msg b/srcpkgs/yggdrasil/INSTALL.msg
index 76cd9461dc937..8f910ed67a47f 100644
--- a/srcpkgs/yggdrasil/INSTALL.msg
+++ b/srcpkgs/yggdrasil/INSTALL.msg
@@ -1,2 +1,2 @@
-NOTICE: Yggdrasil 0.4 contains breaking changes. For more information, see
-https://yggdrasil-network.github.io/2021/06/19/preparing-for-v0-4.html
+NOTICE: Yggdrasil 0.5 contains breaking changes. For more information, see
+https://yggdrasil-network.github.io/2023/10/22/upcoming-v05-release.html
diff --git a/srcpkgs/yggdrasil/template b/srcpkgs/yggdrasil/template
index ffe828d3e9cc4..e28b2cf9391ce 100644
--- a/srcpkgs/yggdrasil/template
+++ b/srcpkgs/yggdrasil/template
@@ -1,7 +1,7 @@
 # Template file for 'yggdrasil'
 pkgname=yggdrasil
-version=0.4.7
-revision=3
+version=0.5.2
+revision=4
 build_style=go
 go_import_path=github.com/yggdrasil-network/yggdrasil-go
 short_desc="Experiment in scalable routing as an encrypted IPv6 overlay network"
@@ -10,7 +10,7 @@ license="LGPL-3.0-only"
 homepage="https://yggdrasil-network.github.io/"
 changelog="https://raw.githubusercontent.com/yggdrasil-network/yggdrasil-go/develop/CHANGELOG.md"
 distfiles="https://github.com/yggdrasil-network/yggdrasil-go/archive/v${version}.tar.gz"
-checksum=47429f75b87d9b2450108471991e84c90d748606642e8778e9f578485b05a56f
+checksum=ed908594ab687e141dd2202e1b360e5bd93f910de1fd1f737d210cc784cf2470
 
 do_build() {
 	PKGNAME=${pkgname} PKGVER=${version} ./build

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

* Re: yggdrasil: update to 0.5.2.
  2023-11-07 15:13 [PR PATCH] yggdrasil: update to 0.5.2 GoodClover
  2023-11-07 15:16 ` GoodClover
  2023-11-07 21:19 ` [PR PATCH] [Updated] " GoodClover
@ 2023-11-07 21:20 ` GoodClover
  2023-11-07 21:21 ` [PR PATCH] [Updated] " GoodClover
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: GoodClover @ 2023-11-07 21:20 UTC (permalink / raw)
  To: ml

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

New comment by GoodClover on void-packages repository

https://github.com/void-linux/void-packages/pull/47114#issuecomment-1800159311

Comment:
ugh git...

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

* Re: [PR PATCH] [Updated] yggdrasil: update to 0.5.2.
  2023-11-07 15:13 [PR PATCH] yggdrasil: update to 0.5.2 GoodClover
                   ` (2 preceding siblings ...)
  2023-11-07 21:20 ` GoodClover
@ 2023-11-07 21:21 ` GoodClover
  2023-11-28 21:55 ` dkwo
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: GoodClover @ 2023-11-07 21:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/GoodClover/void-packages yggdrasil-v0.5
https://github.com/void-linux/void-packages/pull/47114

yggdrasil: update to 0.5.2.
Yggdrasil is now on v0.5, a breaking change from v0.4.

https://yggdrasil-network.github.io/2023/10/22/upcoming-v05-release.html


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


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-yggdrasil-v0.5-47114.patch --]
[-- Type: text/x-diff, Size: 1783 bytes --]

From ba7ff8357aab4c4f33d94a196c595e8d857da96f Mon Sep 17 00:00:00 2001
From: GoodClover <oliversimmo@gmail.com>
Date: Tue, 7 Nov 2023 12:11:12 +0000
Subject: [PATCH] yggdrasil: update to 0.5.2.

---
 srcpkgs/yggdrasil/INSTALL.msg | 4 ++--
 srcpkgs/yggdrasil/template    | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/yggdrasil/INSTALL.msg b/srcpkgs/yggdrasil/INSTALL.msg
index 76cd9461dc937..8f910ed67a47f 100644
--- a/srcpkgs/yggdrasil/INSTALL.msg
+++ b/srcpkgs/yggdrasil/INSTALL.msg
@@ -1,2 +1,2 @@
-NOTICE: Yggdrasil 0.4 contains breaking changes. For more information, see
-https://yggdrasil-network.github.io/2021/06/19/preparing-for-v0-4.html
+NOTICE: Yggdrasil 0.5 contains breaking changes. For more information, see
+https://yggdrasil-network.github.io/2023/10/22/upcoming-v05-release.html
diff --git a/srcpkgs/yggdrasil/template b/srcpkgs/yggdrasil/template
index ffe828d3e9cc4..e094429212f86 100644
--- a/srcpkgs/yggdrasil/template
+++ b/srcpkgs/yggdrasil/template
@@ -1,7 +1,7 @@
 # Template file for 'yggdrasil'
 pkgname=yggdrasil
-version=0.4.7
-revision=3
+version=0.5.2
+revision=1
 build_style=go
 go_import_path=github.com/yggdrasil-network/yggdrasil-go
 short_desc="Experiment in scalable routing as an encrypted IPv6 overlay network"
@@ -10,7 +10,7 @@ license="LGPL-3.0-only"
 homepage="https://yggdrasil-network.github.io/"
 changelog="https://raw.githubusercontent.com/yggdrasil-network/yggdrasil-go/develop/CHANGELOG.md"
 distfiles="https://github.com/yggdrasil-network/yggdrasil-go/archive/v${version}.tar.gz"
-checksum=47429f75b87d9b2450108471991e84c90d748606642e8778e9f578485b05a56f
+checksum=ed908594ab687e141dd2202e1b360e5bd93f910de1fd1f737d210cc784cf2470
 
 do_build() {
 	PKGNAME=${pkgname} PKGVER=${version} ./build

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

* Re: yggdrasil: update to 0.5.2.
  2023-11-07 15:13 [PR PATCH] yggdrasil: update to 0.5.2 GoodClover
                   ` (3 preceding siblings ...)
  2023-11-07 21:21 ` [PR PATCH] [Updated] " GoodClover
@ 2023-11-28 21:55 ` dkwo
  2023-11-28 21:55 ` dkwo
  2023-12-03 20:10 ` [PR PATCH] [Merged]: " Duncaen
  6 siblings, 0 replies; 8+ messages in thread
From: dkwo @ 2023-11-28 21:55 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/47114#issuecomment-1830821626

Comment:
could you try building it with `pie`, as in #24841 ?

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

* Re: yggdrasil: update to 0.5.2.
  2023-11-07 15:13 [PR PATCH] yggdrasil: update to 0.5.2 GoodClover
                   ` (4 preceding siblings ...)
  2023-11-28 21:55 ` dkwo
@ 2023-11-28 21:55 ` dkwo
  2023-12-03 20:10 ` [PR PATCH] [Merged]: " Duncaen
  6 siblings, 0 replies; 8+ messages in thread
From: dkwo @ 2023-11-28 21:55 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/47114#issuecomment-1830821626

Comment:
could you try building it with `pie`, as in #46958  ?

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

* Re: [PR PATCH] [Merged]: yggdrasil: update to 0.5.2.
  2023-11-07 15:13 [PR PATCH] yggdrasil: update to 0.5.2 GoodClover
                   ` (5 preceding siblings ...)
  2023-11-28 21:55 ` dkwo
@ 2023-12-03 20:10 ` Duncaen
  6 siblings, 0 replies; 8+ messages in thread
From: Duncaen @ 2023-12-03 20:10 UTC (permalink / raw)
  To: ml

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

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

yggdrasil: update to 0.5.2.
https://github.com/void-linux/void-packages/pull/47114

Description:
Yggdrasil is now on v0.5, a breaking change from v0.4.

https://yggdrasil-network.github.io/2023/10/22/upcoming-v05-release.html


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


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

end of thread, other threads:[~2023-12-03 20:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-07 15:13 [PR PATCH] yggdrasil: update to 0.5.2 GoodClover
2023-11-07 15:16 ` GoodClover
2023-11-07 21:19 ` [PR PATCH] [Updated] " GoodClover
2023-11-07 21:20 ` GoodClover
2023-11-07 21:21 ` [PR PATCH] [Updated] " GoodClover
2023-11-28 21:55 ` dkwo
2023-11-28 21:55 ` dkwo
2023-12-03 20:10 ` [PR PATCH] [Merged]: " Duncaen

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