diff mbox series

[bug#67111] gnu: Update yggdrasil to 0.5.2.

Message ID 87o7g0dlud.fsf@gmail.com
State New
Headers show
Series [bug#67111] gnu: Update yggdrasil to 0.5.2. | expand

Commit Message

Artyom V. Poptsov Nov. 11, 2023, 9:24 p.m. UTC
Hello,

this patch series updates Yggdrasil[1] to 0.5.2.
The work is done with the help of Aleksandr Vityazev
<avityazev@posteo.org>.

Thanks,
- avp

References:
1. https://github.com/yggdrasil-network/yggdrasil-go

Comments

Artyom V. Poptsov Nov. 22, 2023, 5:52 a.m. UTC | #1
Hello,

just a gentle ping -- could anyone review the patch series?

I'm looking forward for any feedback.

Thanks,

- avp

On 12.11.2023 00:24, Artyom V. Poptsov wrote:
> Hello,
>
> this patch series updates Yggdrasil[1] to 0.5.2.
>
> The work is done with the help of Aleksandr Vityazev
> <avityazev@posteo.org>.
>
> Thanks,
> - avp
>
> References:
> 1. https://github.com/yggdrasil-network/yggdrasil-go
>
Ludovic Courtès Nov. 25, 2023, 10:27 p.m. UTC | #2
Hi Artyom,

"Artyom V. Poptsov" <poptsov.artyom@gmail.com> skribis:

> this patch series updates Yggdrasil[1] to 0.5.2.

Applied all 12 patches, thank you & Aleksandr Vityazev!

Ludo’.
diff mbox series

Patch

From ae59656164c332bf11e0baa3527c8c1b0d5e2a86 Mon Sep 17 00:00:00 2001
Message-ID: <ae59656164c332bf11e0baa3527c8c1b0d5e2a86.1699737412.git.poptsov.artyom@gmail.com>
In-Reply-To: <9d11912cb4bd31eac64928892a97268dbf0e67a6.1699737412.git.poptsov.artyom@gmail.com>
References: <9d11912cb4bd31eac64928892a97268dbf0e67a6.1699737412.git.poptsov.artyom@gmail.com>
From: Aleksandr Vityazev <avityazev@posteo.org>
Date: Sat, 11 Nov 2023 22:52:52 +0300
Subject: [PATCH 12/12] doc: Update yggdrasil related documentation.

* doc/guix.texi (Networking Services): Update the sample yggdrasil-private.conf.
Remove obsolete options that may contain a file whose path is specified in the
config-file field of yggdrasil-configuration.
---
 doc/guix.texi | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 94903fb5e2..01ffa0c403 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -22165,10 +22165,6 @@  Networking Services
 @example
 # sample content for /etc/yggdrasil-private.conf
 @{
-  # Your public key. Your peers may ask you for this to put
-  # into their AllowedPublicKeys configuration.
-  PublicKey: 64277...
-
   # Your private key. DO NOT share this with anyone!
   PrivateKey: 5c750...
 @}
@@ -22207,14 +22203,8 @@  Networking Services
 randomized address after each restart.  Use @code{#f} to disable.  Options
 defined in this file take precedence over @code{json-config}.  Use the output
 of @code{yggdrasil -genconf} as a starting point.  To configure a static
-address, delete everything except these options:
+address, delete everything except PrivateKey option.
 
-@itemize
-@item @code{EncryptionPublicKey}
-@item @code{EncryptionPrivateKey}
-@item @code{SigningPublicKey}
-@item @code{SigningPrivateKey}
-@end itemize
 @end table
 @end deftp
 
-- 
2.41.0