Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] yggdrasil: update to 0.4.0
@ 2021-07-04 16:18 vpzomtrrfrt
  2021-07-04 22:29 ` jcgruenhage
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: vpzomtrrfrt @ 2021-07-04 16:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/vpzomtrrfrt/void-packages yggdrasil-0.4
https://github.com/void-linux/void-packages/pull/31794

yggdrasil: update to 0.4.0
#### 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
- [x] 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.
-->

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

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

From 505cf0cf2d63ceaff4a9ce01a3a908ebaf16d037 Mon Sep 17 00:00:00 2001
From: Colin Reeder <colin@vpzom.click>
Date: Sun, 4 Jul 2021 10:09:25 -0600
Subject: [PATCH] yggdrasil: update to 0.4.0

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

diff --git a/srcpkgs/yggdrasil/template b/srcpkgs/yggdrasil/template
index 4f7408506d1a..6e756e9d5239 100644
--- a/srcpkgs/yggdrasil/template
+++ b/srcpkgs/yggdrasil/template
@@ -1,6 +1,6 @@
 # Template file for 'yggdrasil'
 pkgname=yggdrasil
-version=0.3.16
+version=0.4.0
 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=e03595b78906b171155aaa11c922be3418bd056f8547e4d9f5123b6047316eac
+checksum=6ad762012ef1a73bfb718db4a23c5a0067e13939d0655221afc4c1f723736cbf
 
 do_build() {
 	PKGNAME=${pkgname} PKGVER=${version} ./build

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

* Re: yggdrasil: update to 0.4.0
  2021-07-04 16:18 [PR PATCH] yggdrasil: update to 0.4.0 vpzomtrrfrt
@ 2021-07-04 22:29 ` jcgruenhage
  2021-07-05  2:34 ` [PR PATCH] [Updated] " vpzomtrrfrt
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: jcgruenhage @ 2021-07-04 22:29 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/31794#issuecomment-873674631

Comment:
This won't quite cut it. Yggdrasil 0.4 is a breaking change, we need to add an install message here as well

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

* Re: [PR PATCH] [Updated] yggdrasil: update to 0.4.0
  2021-07-04 16:18 [PR PATCH] yggdrasil: update to 0.4.0 vpzomtrrfrt
  2021-07-04 22:29 ` jcgruenhage
@ 2021-07-05  2:34 ` vpzomtrrfrt
  2021-07-05  2:35 ` vpzomtrrfrt
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: vpzomtrrfrt @ 2021-07-05  2:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/vpzomtrrfrt/void-packages yggdrasil-0.4
https://github.com/void-linux/void-packages/pull/31794

yggdrasil: update to 0.4.0
#### 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
- [x] 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.
-->

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

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

From 505cf0cf2d63ceaff4a9ce01a3a908ebaf16d037 Mon Sep 17 00:00:00 2001
From: Colin Reeder <colin@vpzom.click>
Date: Sun, 4 Jul 2021 10:09:25 -0600
Subject: [PATCH 1/2] yggdrasil: update to 0.4.0

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

diff --git a/srcpkgs/yggdrasil/template b/srcpkgs/yggdrasil/template
index 4f7408506d1a..6e756e9d5239 100644
--- a/srcpkgs/yggdrasil/template
+++ b/srcpkgs/yggdrasil/template
@@ -1,6 +1,6 @@
 # Template file for 'yggdrasil'
 pkgname=yggdrasil
-version=0.3.16
+version=0.4.0
 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=e03595b78906b171155aaa11c922be3418bd056f8547e4d9f5123b6047316eac
+checksum=6ad762012ef1a73bfb718db4a23c5a0067e13939d0655221afc4c1f723736cbf
 
 do_build() {
 	PKGNAME=${pkgname} PKGVER=${version} ./build

From b39edae99a7c2e8c3bd06e4a197424592193f488 Mon Sep 17 00:00:00 2001
From: Colin Reeder <colin@vpzom.click>
Date: Sun, 4 Jul 2021 20:33:56 -0600
Subject: [PATCH 2/2] yggdrasil: Add INSTALL.msg regarding breaking changes

---
 srcpkgs/yggdrasil/INSTALL.msg | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 srcpkgs/yggdrasil/INSTALL.msg

diff --git a/srcpkgs/yggdrasil/INSTALL.msg b/srcpkgs/yggdrasil/INSTALL.msg
new file mode 100644
index 000000000000..76cd9461dc93
--- /dev/null
+++ b/srcpkgs/yggdrasil/INSTALL.msg
@@ -0,0 +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

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

* Re: yggdrasil: update to 0.4.0
  2021-07-04 16:18 [PR PATCH] yggdrasil: update to 0.4.0 vpzomtrrfrt
  2021-07-04 22:29 ` jcgruenhage
  2021-07-05  2:34 ` [PR PATCH] [Updated] " vpzomtrrfrt
@ 2021-07-05  2:35 ` vpzomtrrfrt
  2021-07-06 20:14 ` jcgruenhage
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: vpzomtrrfrt @ 2021-07-05  2:35 UTC (permalink / raw)
  To: ml

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

New comment by vpzomtrrfrt on void-packages repository

https://github.com/void-linux/void-packages/pull/31794#issuecomment-873739039

Comment:
I couldn't find any documentation on conventions there but I've added something now

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

* Re: yggdrasil: update to 0.4.0
  2021-07-04 16:18 [PR PATCH] yggdrasil: update to 0.4.0 vpzomtrrfrt
                   ` (2 preceding siblings ...)
  2021-07-05  2:35 ` vpzomtrrfrt
@ 2021-07-06 20:14 ` jcgruenhage
  2021-07-06 20:31 ` [PR PATCH] [Updated] " vpzomtrrfrt
  2021-07-07 20:27 ` [PR PATCH] [Merged]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: jcgruenhage @ 2021-07-06 20:14 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/31794#issuecomment-875051706

Comment:
I'd say that's good enough, we could be more explicit about saying that there is no compatibility with any older nodes for example, but that's all covered in the blog post. These commits should be squashed, aside of that this looks good to me :)

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

* Re: [PR PATCH] [Updated] yggdrasil: update to 0.4.0
  2021-07-04 16:18 [PR PATCH] yggdrasil: update to 0.4.0 vpzomtrrfrt
                   ` (3 preceding siblings ...)
  2021-07-06 20:14 ` jcgruenhage
@ 2021-07-06 20:31 ` vpzomtrrfrt
  2021-07-07 20:27 ` [PR PATCH] [Merged]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: vpzomtrrfrt @ 2021-07-06 20:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/vpzomtrrfrt/void-packages yggdrasil-0.4
https://github.com/void-linux/void-packages/pull/31794

yggdrasil: update to 0.4.0
#### 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
- [x] 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.
-->

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

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

From 7947f528968480fc36a84302857743dfe4ef104b Mon Sep 17 00:00:00 2001
From: Colin Reeder <colin@vpzom.click>
Date: Sun, 4 Jul 2021 10:09:25 -0600
Subject: [PATCH] yggdrasil: update to 0.4.0

---
 srcpkgs/yggdrasil/INSTALL.msg | 2 ++
 srcpkgs/yggdrasil/template    | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/yggdrasil/INSTALL.msg

diff --git a/srcpkgs/yggdrasil/INSTALL.msg b/srcpkgs/yggdrasil/INSTALL.msg
new file mode 100644
index 000000000000..76cd9461dc93
--- /dev/null
+++ b/srcpkgs/yggdrasil/INSTALL.msg
@@ -0,0 +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
diff --git a/srcpkgs/yggdrasil/template b/srcpkgs/yggdrasil/template
index 4f7408506d1a..6e756e9d5239 100644
--- a/srcpkgs/yggdrasil/template
+++ b/srcpkgs/yggdrasil/template
@@ -1,6 +1,6 @@
 # Template file for 'yggdrasil'
 pkgname=yggdrasil
-version=0.3.16
+version=0.4.0
 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=e03595b78906b171155aaa11c922be3418bd056f8547e4d9f5123b6047316eac
+checksum=6ad762012ef1a73bfb718db4a23c5a0067e13939d0655221afc4c1f723736cbf
 
 do_build() {
 	PKGNAME=${pkgname} PKGVER=${version} ./build

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

* Re: [PR PATCH] [Merged]: yggdrasil: update to 0.4.0
  2021-07-04 16:18 [PR PATCH] yggdrasil: update to 0.4.0 vpzomtrrfrt
                   ` (4 preceding siblings ...)
  2021-07-06 20:31 ` [PR PATCH] [Updated] " vpzomtrrfrt
@ 2021-07-07 20:27 ` ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-07-07 20:27 UTC (permalink / raw)
  To: ml

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

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

yggdrasil: update to 0.4.0
https://github.com/void-linux/void-packages/pull/31794

Description:
#### 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
- [x] 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.
-->

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

end of thread, other threads:[~2021-07-07 20:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-04 16:18 [PR PATCH] yggdrasil: update to 0.4.0 vpzomtrrfrt
2021-07-04 22:29 ` jcgruenhage
2021-07-05  2:34 ` [PR PATCH] [Updated] " vpzomtrrfrt
2021-07-05  2:35 ` vpzomtrrfrt
2021-07-06 20:14 ` jcgruenhage
2021-07-06 20:31 ` [PR PATCH] [Updated] " vpzomtrrfrt
2021-07-07 20:27 ` [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).