summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-07-04 11:42:01 +0200
committerAndreas Enge <andreas@enge.fr>2026-07-07 12:56:21 +0200
commite22ec9eba3a94ce516f784ae715c5a7b95cb4338 (patch)
tree201121f57db6f502cc641759d03b53716066aafa /etc
parent02bea7700255bc16b2ee2212be878cf2c792884e (diff)
news: Add entry about crypto libraries for plasma-vault.
* etc/news.scm: Add entry.
Diffstat (limited to 'etc')
-rw-r--r--etc/news.scm44
1 files changed, 43 insertions, 1 deletions
diff --git a/etc/news.scm b/etc/news.scm
index 18fa639b41e..69fd80785ad 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -35,7 +35,7 @@
35;; Copyright © 2025 Steve George <steve@futurile.net> 35;; Copyright © 2025 Steve George <steve@futurile.net>
36;; Copyright © 2026 Noé Lopez <noelopez@free.fr> 36;; Copyright © 2026 Noé Lopez <noelopez@free.fr>
37;; Copyright © 2026 Sergio Pastor Pérez <sergio.pastorperez@gmail.com> 37;; Copyright © 2026 Sergio Pastor Pérez <sergio.pastorperez@gmail.com>
38 38;; Copyright © 2026 Andreas Enge <andreas@enge.fr>
39;; 39;;
40;; Copying and distribution of this file, with or without modification, are 40;; Copying and distribution of this file, with or without modification, are
41;; permitted in any medium without royalty provided the copyright notice and 41;; permitted in any medium without royalty provided the copyright notice and
@@ -44,6 +44,48 @@
44(channel-news 44(channel-news
45 (version 0) 45 (version 0)
46 46
47
48 (entry (commit "02bea7700255bc16b2ee2212be878cf2c792884e")
49 (title
50 (en "Removal of encryption methods from plasma-vault")
51 (de "Alte Chiffriermethoden wurden von plasma-vault entfernt")
52 (fr "Enlèvement d'anciennes méthodes de chiffrement
53de plasma-vault"))
54 (body
55 (en "The outdated encryption methods cryfs and encfs have been
56removed from plasma-vault. For new vaults, it is recommended to use
57gocryptfs. For accessing existing vaults created with the deprecated
58encryption methods, please use @command{guix time-machine}.")
59 (de "Die nicht mehr zeitgemäßen Kryptobibliotheken cryfs und
60encfs wurden von plasma-vault entfernt. Für neue verschlüsselte Dateien
61wird das weiter bestehende gocryptfs empfohlen. Um bestehende Dateien
62zu entschlüsseln, die mit den entfernten Chiffriermethoden erstellt
63wurden, benutzen Sie bitte @command{guix time-machine}.")
64 (fr "Les méthodes de chiffrement cryfs et encfs ont été enlevé
65de plasma-vault. Dans l'avenir, il est recommandé d'utiliser gocryptfs
66pour créer des fichiers chiffrés. Pour pouvoir accéder à des fichiers
67existants chiffrés avec les anciennes approches, veuillez utiliser
68@command{guix time-machine}.")))
69
70 (entry (commit "897832f374dcdc9eeaf19d01e70b9a92fccfc68c")
71 (title
72 (en "Several security issues fixed in Guix"))
73 (body
74 (en "Several security issues (four CVE numbers pending) have been
75identified in Guix. These affect @code{guix substitute} and authentication of
76channels with attacker-controlled names in @command{guix pull} and
77@command{guix time-machine}. These issues can lead to remote privilege
78escalation, store corruption, and local sensitive information disclosure.
79Details are forthcoming in a security advisory post on the Guix blog, with a
80draft available at @uref{https://codeberg.org/guix/artwork/pulls/58}. The
81pull request @uref{https://codeberg.org/guix/guix/pulls/9665} has information
82on the commits fixing these issues.
83
84All users should immediately update their system, which will require
85reconfiguring and restarting @command{guix-daemon}. Please note that due to
86these security issues affecting substitutes, there are additional
87considerations for updating; please see the security advisory.")))
88
47 (entry (commit "897832f374dcdc9eeaf19d01e70b9a92fccfc68c") 89 (entry (commit "897832f374dcdc9eeaf19d01e70b9a92fccfc68c")
48 (title 90 (title
49 (en "Several security issues fixed in Guix") 91 (en "Several security issues fixed in Guix")