This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 549741f76f news: Add 'de' translation.
549741f76f is described below

commit 549741f76fe7c7268d2dcf70778a100696c6de1d
Author: Florian Pelz <[email protected]>
AuthorDate: Fri Feb 20 09:03:31 2026 +0100

    news: Add 'de' translation.
    
    * etc/news.scm: Add German translation for glibc entry.
    
    Change-Id: Id78855510109a6a64c6535c1188ba8fdd15d3849
---
 etc/news.scm | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/etc/news.scm b/etc/news.scm
index 008751d296..f241220c54 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -5,7 +5,7 @@
 ;; Copyright © 2019, 2020 Miguel Ángel Arruga Vivas <[email protected]>
 ;; Copyright © 2019, 2020 Konrad Hinsen <[email protected]>
 ;; Copyright © 2019, 2020, 2021, 2023 Julien Lepiller <[email protected]>
-;; Copyright © 2019–2025 Florian Pelz <[email protected]>
+;; Copyright © 2019–2026 Florian Pelz <[email protected]>
 ;; Copyright © 2020, 2022 Marius Bakke <[email protected]>
 ;; Copyright © 2020, 2021 Mathieu Othacehe <[email protected]>
 ;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <[email protected]>
@@ -44,13 +44,20 @@
 
  (entry (commit "d659fe8666c4bc38fcbdbe7b7a35101f2d7cc41b")
         (title
-         (en "Potential security vulnerability in glibc"))
+         (en "Potential security vulnerability in glibc")
+         (de "Mögliche Sicherheitslücke in glibc"))
         (body
          (en "Guix adds the environment variable @code{GUIX_LOCPATH} to glibc,
 however it was not added to potentially unsafe variables to be unset in
 privileged environments.  A CVE number is pending for this issue.  This has
 been fixed with a graft to glibc and users should update all profiles,
-reconfigure their system, and reboot.")))
+reconfigure their system, and reboot.")
+         (de "Guix fügt die Umgebungsvariable @code{GUIX_LOCPATH} zu glibc
+hinzu, aber sie wurde nicht zu den möglicherweise unsicheren Variablen
+hinzugefügt, die in privilegierten Umgebungen zurückgesetzt werden.  Eine
+CVE-Nummer hierfür wird noch zugewiesen.  Um den Fehler zu beheben, stellen
+wir eine Veredelung für glibc bereit; Nutzerinnen und Nutzer sollten all ihre
+Profile aktualisieren, ihr System rekonfigurieren und neustarten.")))
 
  (entry (commit "6d4cb99a15da7f4fd55f956c55f4f4aacfcc7742")
         (title

Reply via email to