diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-07-04 11:42:01 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-07-07 12:56:21 +0200 |
| commit | e22ec9eba3a94ce516f784ae715c5a7b95cb4338 (patch) | |
| tree | 201121f57db6f502cc641759d03b53716066aafa /etc | |
| parent | 02bea7700255bc16b2ee2212be878cf2c792884e (diff) | |
news: Add entry about crypto libraries for plasma-vault.
* etc/news.scm: Add entry.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/news.scm | 44 |
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 | ||
| 53 | de plasma-vault")) | ||
| 54 | (body | ||
| 55 | (en "The outdated encryption methods cryfs and encfs have been | ||
| 56 | removed from plasma-vault. For new vaults, it is recommended to use | ||
| 57 | gocryptfs. For accessing existing vaults created with the deprecated | ||
| 58 | encryption methods, please use @command{guix time-machine}.") | ||
| 59 | (de "Die nicht mehr zeitgemäßen Kryptobibliotheken cryfs und | ||
| 60 | encfs wurden von plasma-vault entfernt. Für neue verschlüsselte Dateien | ||
| 61 | wird das weiter bestehende gocryptfs empfohlen. Um bestehende Dateien | ||
| 62 | zu entschlüsseln, die mit den entfernten Chiffriermethoden erstellt | ||
| 63 | wurden, benutzen Sie bitte @command{guix time-machine}.") | ||
| 64 | (fr "Les méthodes de chiffrement cryfs et encfs ont été enlevé | ||
| 65 | de plasma-vault. Dans l'avenir, il est recommandé d'utiliser gocryptfs | ||
| 66 | pour créer des fichiers chiffrés. Pour pouvoir accéder à des fichiers | ||
| 67 | existants 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 | ||
| 75 | identified in Guix. These affect @code{guix substitute} and authentication of | ||
| 76 | channels with attacker-controlled names in @command{guix pull} and | ||
| 77 | @command{guix time-machine}. These issues can lead to remote privilege | ||
| 78 | escalation, store corruption, and local sensitive information disclosure. | ||
| 79 | Details are forthcoming in a security advisory post on the Guix blog, with a | ||
| 80 | draft available at @uref{https://codeberg.org/guix/artwork/pulls/58}. The | ||
| 81 | pull request @uref{https://codeberg.org/guix/guix/pulls/9665} has information | ||
| 82 | on the commits fixing these issues. | ||
| 83 | |||
| 84 | All users should immediately update their system, which will require | ||
| 85 | reconfiguring and restarting @command{guix-daemon}. Please note that due to | ||
| 86 | these security issues affecting substitutes, there are additional | ||
| 87 | considerations 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") |
