diff options
| author | Florian Pelz <pelzflorian@pelzflorian.de> | 2026-07-05 17:42:25 +0200 |
|---|---|---|
| committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2026-07-05 18:00:59 +0200 |
| commit | 33997079e202703fc280eac2c617dcb40e5bb6da (patch) | |
| tree | fa45b45d56fe184a4e5cad110272806c4caf0323 /etc | |
| parent | e343ff040092cd3428f7d35423add6fdb2939f53 (diff) | |
news: Add 'de' translation.
* etc/news.scm: Add German translation for security entry.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/news.scm | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/etc/news.scm b/etc/news.scm index f5342e7a93b..18fa639b41e 100644 --- a/etc/news.scm +++ b/etc/news.scm | |||
| @@ -46,7 +46,8 @@ | |||
| 46 | 46 | ||
| 47 | (entry (commit "897832f374dcdc9eeaf19d01e70b9a92fccfc68c") | 47 | (entry (commit "897832f374dcdc9eeaf19d01e70b9a92fccfc68c") |
| 48 | (title | 48 | (title |
| 49 | (en "Several security issues fixed in Guix")) | 49 | (en "Several security issues fixed in Guix") |
| 50 | (de "Mehrere Sicherheitsprobleme in Guix behoben")) | ||
| 50 | (body | 51 | (body |
| 51 | (en "Several security issues (four CVE numbers pending) have been | 52 | (en "Several security issues (four CVE numbers pending) have been |
| 52 | identified in Guix. These affect @code{guix substitute} and authentication of | 53 | identified in Guix. These affect @code{guix substitute} and authentication of |
| @@ -61,7 +62,22 @@ on the commits fixing these issues. | |||
| 61 | All users should immediately update their system, which will require | 62 | All users should immediately update their system, which will require |
| 62 | reconfiguring and restarting @command{guix-daemon}. Please note that due to | 63 | reconfiguring and restarting @command{guix-daemon}. Please note that due to |
| 63 | these security issues affecting substitutes, there are additional | 64 | these security issues affecting substitutes, there are additional |
| 64 | considerations for updating; please see the security advisory."))) | 65 | considerations for updating; please see the security advisory.") |
| 66 | (de "Mehrere Sicherheitsprobleme (deren vier CVE-Nummern stehen noch | ||
| 67 | aus) wurden in Guix erkannt. Betroffen sind @code{guix substitute} und die | ||
| 68 | Authentifizierung von Kanälen mit vom Angreifer kontrollierten Namen in | ||
| 69 | @command{guix pull} und @command{guix time-machine}. Die Fehler machen entfernte | ||
| 70 | Rechteausweitung, Beschädigung von Store-Dateien und das lokale Erbeuten | ||
| 71 | sensibler Informationen möglich. Details werden in einem Blogeintrag als | ||
| 72 | Sicherheitsempfehlung auf dem Guix-Blog bekanntgegeben, dessen Entwurf in | ||
| 73 | @uref{https://codeberg.org/guix/artwork/pulls/58} verfügbar ist. Im Pull Request | ||
| 74 | @uref{https://codeberg.org/guix/guix/pulls/9665} finden Sie Informationen über | ||
| 75 | die Commits, mit denen die Probleme behoben wurden. | ||
| 76 | |||
| 77 | Alle Benutzer sollten unmittelbar ihr System aktualisieren und dazu | ||
| 78 | rekonfigurieren und @command{guix-daemon} neu starten. Bitte beachten Sie, dass | ||
| 79 | weil die Sicherheitsprobleme Substitute betreffen, Sie dies vielleicht vor dem | ||
| 80 | Aktualisieren bedenken möchten; siehe die Sicherheitsempfehlung."))) | ||
| 65 | 81 | ||
| 66 | (entry (commit "2949c187f600841cdcddfc4f955506b34b79244f") | 82 | (entry (commit "2949c187f600841cdcddfc4f955506b34b79244f") |
| 67 | (title | 83 | (title |
