diff options
| author | Florian Pelz <pelzflorian@pelzflorian.de> | 2026-02-20 09:03:31 +0100 |
|---|---|---|
| committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2026-02-20 09:18:54 +0100 |
| commit | 549741f76fe7c7268d2dcf70778a100696c6de1d (patch) | |
| tree | bd7c3c08056baaa736732c051149c7a716568ec2 | |
| parent | df8afc5b87d816832119e4bdceed7243da657a5c (diff) | |
news: Add 'de' translation.
* etc/news.scm: Add German translation for glibc entry.
Change-Id: Id78855510109a6a64c6535c1188ba8fdd15d3849
| -rw-r--r-- | etc/news.scm | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/etc/news.scm b/etc/news.scm index 008751d2961..f241220c546 100644 --- a/etc/news.scm +++ b/etc/news.scm | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | ;; Copyright © 2019, 2020 Miguel Ángel Arruga Vivas <rosen644835@gmail.com> | 5 | ;; Copyright © 2019, 2020 Miguel Ángel Arruga Vivas <rosen644835@gmail.com> |
| 6 | ;; Copyright © 2019, 2020 Konrad Hinsen <konrad.hinsen@fastmail.net> | 6 | ;; Copyright © 2019, 2020 Konrad Hinsen <konrad.hinsen@fastmail.net> |
| 7 | ;; Copyright © 2019, 2020, 2021, 2023 Julien Lepiller <julien@lepiller.eu> | 7 | ;; Copyright © 2019, 2020, 2021, 2023 Julien Lepiller <julien@lepiller.eu> |
| 8 | ;; Copyright © 2019–2025 Florian Pelz <pelzflorian@pelzflorian.de> | 8 | ;; Copyright © 2019–2026 Florian Pelz <pelzflorian@pelzflorian.de> |
| 9 | ;; Copyright © 2020, 2022 Marius Bakke <marius@gnu.org> | 9 | ;; Copyright © 2020, 2022 Marius Bakke <marius@gnu.org> |
| 10 | ;; Copyright © 2020, 2021 Mathieu Othacehe <m.othacehe@gmail.com> | 10 | ;; Copyright © 2020, 2021 Mathieu Othacehe <m.othacehe@gmail.com> |
| 11 | ;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org> | 11 | ;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org> |
| @@ -44,13 +44,20 @@ | |||
| 44 | 44 | ||
| 45 | (entry (commit "d659fe8666c4bc38fcbdbe7b7a35101f2d7cc41b") | 45 | (entry (commit "d659fe8666c4bc38fcbdbe7b7a35101f2d7cc41b") |
| 46 | (title | 46 | (title |
| 47 | (en "Potential security vulnerability in glibc")) | 47 | (en "Potential security vulnerability in glibc") |
| 48 | (de "Mögliche Sicherheitslücke in glibc")) | ||
| 48 | (body | 49 | (body |
| 49 | (en "Guix adds the environment variable @code{GUIX_LOCPATH} to glibc, | 50 | (en "Guix adds the environment variable @code{GUIX_LOCPATH} to glibc, |
| 50 | however it was not added to potentially unsafe variables to be unset in | 51 | however it was not added to potentially unsafe variables to be unset in |
| 51 | privileged environments. A CVE number is pending for this issue. This has | 52 | privileged environments. A CVE number is pending for this issue. This has |
| 52 | been fixed with a graft to glibc and users should update all profiles, | 53 | been fixed with a graft to glibc and users should update all profiles, |
| 53 | reconfigure their system, and reboot."))) | 54 | reconfigure their system, and reboot.") |
| 55 | (de "Guix fügt die Umgebungsvariable @code{GUIX_LOCPATH} zu glibc | ||
| 56 | hinzu, aber sie wurde nicht zu den möglicherweise unsicheren Variablen | ||
| 57 | hinzugefügt, die in privilegierten Umgebungen zurückgesetzt werden. Eine | ||
| 58 | CVE-Nummer hierfür wird noch zugewiesen. Um den Fehler zu beheben, stellen | ||
| 59 | wir eine Veredelung für glibc bereit; Nutzerinnen und Nutzer sollten all ihre | ||
| 60 | Profile aktualisieren, ihr System rekonfigurieren und neustarten."))) | ||
| 54 | 61 | ||
| 55 | (entry (commit "6d4cb99a15da7f4fd55f956c55f4f4aacfcc7742") | 62 | (entry (commit "6d4cb99a15da7f4fd55f956c55f4f4aacfcc7742") |
| 56 | (title | 63 | (title |
