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 6cc0befc70 news: Add 'pt' translation.
6cc0befc70 is described below

commit 6cc0befc70e9dd1ca11a1210e507e4f6e705c3ed
Author: Anderson Torres <[email protected]>
AuthorDate: Sat Feb 21 21:40:54 2026 -0300

    news: Add 'pt' translation.
    
    * etc/news.scm: Add Portuguese translation for glibc entry.
    
    Change-Id: I6a965fb972d5241073afc0ea5a802e611abcbb89
    Signed-off-by: Florian Pelz <[email protected]>
---
 etc/news.scm | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/etc/news.scm b/etc/news.scm
index f241220c54..ca5b753eac 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -27,7 +27,7 @@
 ;; Copyright © 2024 Zheng Junjie <[email protected]>
 ;; Copyright © 2024 Nicolas Graves <[email protected]>
 ;; Copyright © 2024 Sebastian Dümcke <[email protected]>
-;; Copyright © 2025 Anderson Torres <[email protected]>
+;; Copyright © 2025-2026 Anderson Torres <[email protected]>
 ;; Copyright © 2025 Roman Scherer <[email protected]>
 ;; Copyright © 2025 Jelle Licht <[email protected]>
 ;; Copyright © 2025 Rivulet Cedar <[email protected]>
@@ -45,7 +45,8 @@
  (entry (commit "d659fe8666c4bc38fcbdbe7b7a35101f2d7cc41b")
         (title
          (en "Potential security vulnerability in glibc")
-         (de "Mögliche Sicherheitslücke in glibc"))
+         (de "Mögliche Sicherheitslücke in glibc")
+         (pt "Potencial vulnerabilidade de segurança em 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
@@ -57,7 +58,13 @@ 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.")))
+Profile aktualisieren, ihr System rekonfigurieren und neustarten.")
+         (pt "Guix adiciona a variável de ambiente @code{GUIX_LOCPATH} à
+glibc, todavia ela não foi adicionada às variáveis potencialmente inseguras
+a serem desabilitadas em ambientes privilegiados.  Este incidente está
+pendente de um identificador CVE.  Isto foi resolvido com um enxerto à glibc,
+e os usuários devem atualizar todos os seus perfis, reconfigurando seu
+sistema e reiniciando-o.")))
 
  (entry (commit "6d4cb99a15da7f4fd55f956c55f4f4aacfcc7742")
         (title

Reply via email to