GNU bug report logs - #46510
[PATCH]: news: Add 'zh_CN' translation.

Previous Next

Package: guix-patches;

Reported by: Zhu Zihao <all_but_last <at> 163.com>

Date: Sun, 14 Feb 2021 13:43:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 46510 in the body.
You can then email your comments to 46510 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#46510; Package guix-patches. (Sun, 14 Feb 2021 13:43:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Zhu Zihao <all_but_last <at> 163.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 14 Feb 2021 13:43:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Zhu Zihao <all_but_last <at> 163.com>
To: guix-patches <at> gnu.org
Subject: [PATCH]: news: Add 'zh_CN' translation.
Date: Sun, 14 Feb 2021 21:41:57 +0800
[Message part 1 (text/plain, inline)]

[signature.asc (application/pgp-signature, inline)]
[0001-news-Add-zh_CN-translation.patch (text/x-patch, inline)]
From f595386121bac3109ce788e6fe4ecd856dab8c32 Mon Sep 17 00:00:00 2001
From: Zhu Zihao <all_but_last <at> 163.com>
Date: Sun, 14 Feb 2021 21:40:02 +0800
Subject: [PATCH] news: Add 'zh_CN' translation.

---
 etc/news.scm | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

diff --git a/etc/news.scm b/etc/news.scm
index a1a0b7b2a9..cc3b04a3b8 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -21,7 +21,8 @@
  (entry (commit "aa8de806252e3835d57fab351b02d13db762deac")
         (title
          (en "Risk of local privilege escalation @i{via} setuid programs")
-         (de "Risiko lokaler Rechteausweitung bei setuid-Programmen"))
+         (de "Risiko lokaler Rechteausweitung bei setuid-Programmen")
+         (zh_CN "存在通过 setuid 程序进行本地提权的风险"))
         (body
          (en "On Guix System, setuid programs were, until now, installed as
 setuid-root @emph{and} setgid-root (in the @file{/run/setuid-programs}
@@ -53,7 +54,19 @@ guix system reconfigure /run/current-system/configuration.scm
 @end example
 
 Benutzer von Guix auf einer „Fremddistribution“ sind @emph{nicht} betroffen.
-Siehe @url{https://issues.guix.gnu.org/46395} für weitere Informationen.")))
+Siehe @url{https://issues.guix.gnu.org/46395} für weitere Informationen.")
+         (zh_CN "到目前为止,Guix 系统上的setuid 程序(位于 @file{/run/setuid-programs})
+同时具有 setuid-root @emph{和} setgid-root 权限。然而,绝大部分此类程序被设计为在拥有
+setuid 权限而非 setgid 权限时运行。因此,这样的设置可能会使系统受到本地提权攻击。
+
+此漏洞已经被修复,同时建议用户使用下列命令升级他们的系统:
+
+@example
+guix system reconfigure /run/current-system/configuration.scm
+@end example
+
+在 ``第三方宿主系统'' 上使用 Guix 的用户不受此漏洞影响,详情请参阅
+@url{https://issues.guix.gnu.org/46395}。")))
 
  (entry (commit "aedbc5ff32a62f45aeed74c6833399a6cf2c22dc")
         (title
-- 
2.30.0

[Message part 4 (text/plain, inline)]

-- 
Retrieve my PGP public key:

  gpg --recv-keys D47A9C8B2AE3905B563D9135BE42B352A9F6821F

Zihao

Information forwarded to guix-patches <at> gnu.org:
bug#46510; Package guix-patches. (Sun, 14 Feb 2021 14:31:02 GMT) Full text and rfc822 format available.

Message #8 received at 46510 <at> debbugs.gnu.org (full text, mbox):

From: Zhu Zihao <all_but_last <at> 163.com>
To: 46510 <at> debbugs.gnu.org
Subject: Re: bug#46510: Acknowledgement ([PATCH]: news: Add 'zh_CN'
 translation.)
Date: Sun, 14 Feb 2021 22:30:13 +0800
[Message part 1 (text/plain, inline)]
Fix some minor issues.

[signature.asc (application/pgp-signature, inline)]
[0001-news-Add-zh_CN-translation.patch (text/x-patch, inline)]
From 1a22ec435681a95faee596287781db2b8e06f2a1 Mon Sep 17 00:00:00 2001
From: Zhu Zihao <all_but_last <at> 163.com>
Date: Sun, 14 Feb 2021 21:40:02 +0800
Subject: [PATCH] news: Add 'zh_CN' translation.

---
 etc/news.scm | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

diff --git a/etc/news.scm b/etc/news.scm
index a1a0b7b2a9..247198b587 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -21,7 +21,8 @@
  (entry (commit "aa8de806252e3835d57fab351b02d13db762deac")
         (title
          (en "Risk of local privilege escalation @i{via} setuid programs")
-         (de "Risiko lokaler Rechteausweitung bei setuid-Programmen"))
+         (de "Risiko lokaler Rechteausweitung bei setuid-Programmen")
+         (zh_CN "存在通过 setuid 程序进行本地提权的风险"))
         (body
          (en "On Guix System, setuid programs were, until now, installed as
 setuid-root @emph{and} setgid-root (in the @file{/run/setuid-programs}
@@ -53,7 +54,19 @@ guix system reconfigure /run/current-system/configuration.scm
 @end example
 
 Benutzer von Guix auf einer „Fremddistribution“ sind @emph{nicht} betroffen.
-Siehe @url{https://issues.guix.gnu.org/46395} für weitere Informationen.")))
+Siehe @url{https://issues.guix.gnu.org/46395} für weitere Informationen.")
+         (zh_CN "到目前为止,Guix 系统上的 setuid 程序(位于 @file{/run/setuid-programs})
+同时具有 setuid-root @emph{和} setgid-root 权限。然而,此类程序大多被设计为在拥有
+setuid 权限而非 setgid 权限时运行。因此,这样的设置可能会使系统受到本地提权攻击。
+
+此漏洞已经被修复,同时建议用户使用下列命令升级他们的系统:
+
+@example
+guix system reconfigure /run/current-system/configuration.scm
+@end example
+
+在 ``第三方宿主系统'' 上使用 Guix 的用户不受此漏洞影响,详情请参阅
+@url{https://issues.guix.gnu.org/46395}。")))
 
  (entry (commit "aedbc5ff32a62f45aeed74c6833399a6cf2c22dc")
         (title
-- 
2.30.0

[Message part 4 (text/plain, inline)]

-- 
Retrieve my PGP public key:

  gpg --recv-keys D47A9C8B2AE3905B563D9135BE42B352A9F6821F

Zihao

Information forwarded to guix-patches <at> gnu.org:
bug#46510; Package guix-patches. (Sun, 14 Feb 2021 14:49:01 GMT) Full text and rfc822 format available.

Message #11 received at 46510 <at> debbugs.gnu.org (full text, mbox):

From: "Zheng Junjie" <873216071 <at> qq.com>
To: "46510" <46510 <at> debbugs.gnu.org>
Subject: Re: [PATCH]: news: Add 'zh_CN' translation.
Date: Sun, 14 Feb 2021 22:48:08 +0800
[Message part 1 (text/plain, inline)]
&gt; 到目前为止,Guix 系统上的setuid 程序


miss a space ?

&gt; 绝大部分此类程序被设计


&nbsp;此类程序大多被设计
I think this is better.




looks good to me.
[Message part 2 (text/html, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#46510; Package guix-patches. (Tue, 16 Feb 2021 13:16:02 GMT) Full text and rfc822 format available.

Message #14 received at 46510 <at> debbugs.gnu.org (full text, mbox):

From: Zhu Zihao <all_but_last <at> 163.com>
To: 46510 <at> debbugs.gnu.org
Subject: Re: bug#46510: Acknowledgement ([PATCH]: news: Add 'zh_CN'
 translation.)
Date: Tue, 16 Feb 2021 21:15:47 +0800
[Message part 1 (text/plain, inline)]
Rename zh_CN to zh.

[signature.asc (application/pgp-signature, inline)]
[0001-news-Add-zh-translation.patch (text/x-patch, inline)]
From 6be5e45820d07b16dd3d8c7fe2b9961a74ac0057 Mon Sep 17 00:00:00 2001
From: Zhu Zihao <all_but_last <at> 163.com>
Date: Sun, 14 Feb 2021 21:40:02 +0800
Subject: [PATCH] news: Add 'zh' translation.

---
 etc/news.scm | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

diff --git a/etc/news.scm b/etc/news.scm
index a1a0b7b2a9..b0760f6717 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -21,7 +21,8 @@
  (entry (commit "aa8de806252e3835d57fab351b02d13db762deac")
         (title
          (en "Risk of local privilege escalation @i{via} setuid programs")
-         (de "Risiko lokaler Rechteausweitung bei setuid-Programmen"))
+         (de "Risiko lokaler Rechteausweitung bei setuid-Programmen")
+         (zh "存在通过 setuid 程序进行本地提权的风险"))
         (body
          (en "On Guix System, setuid programs were, until now, installed as
 setuid-root @emph{and} setgid-root (in the @file{/run/setuid-programs}
@@ -53,7 +54,19 @@ guix system reconfigure /run/current-system/configuration.scm
 @end example
 
 Benutzer von Guix auf einer „Fremddistribution“ sind @emph{nicht} betroffen.
-Siehe @url{https://issues.guix.gnu.org/46395} für weitere Informationen.")))
+Siehe @url{https://issues.guix.gnu.org/46395} für weitere Informationen.")
+         (zh "到目前为止,Guix 系统上的 setuid 程序(位于 @file{/run/setuid-programs})
+同时具有 setuid-root @emph{和} setgid-root 权限。然而,此类程序大多被设计为在拥有
+setuid 权限而非 setgid 权限时运行。因此,这样的设置可能会使系统受到本地提权攻击。
+
+此漏洞已经被修复,同时建议用户使用下列命令升级他们的系统:
+
+@example
+guix system reconfigure /run/current-system/configuration.scm
+@end example
+
+在 ``第三方宿主系统'' 上使用 Guix 的用户不受此漏洞影响,详情请参阅
+@url{https://issues.guix.gnu.org/46395}。")))
 
  (entry (commit "aedbc5ff32a62f45aeed74c6833399a6cf2c22dc")
         (title
-- 
2.30.1

[Message part 4 (text/plain, inline)]
-- 
Retrieve my PGP public key:

  gpg --recv-keys D47A9C8B2AE3905B563D9135BE42B352A9F6821F

Zihao

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 22 Feb 2021 10:06:02 GMT) Full text and rfc822 format available.

Notification sent to Zhu Zihao <all_but_last <at> 163.com>:
bug acknowledged by developer. (Mon, 22 Feb 2021 10:06:02 GMT) Full text and rfc822 format available.

Message #19 received at 46510-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Zhu Zihao <all_but_last <at> 163.com>
Cc: 46510-done <at> debbugs.gnu.org
Subject: Re: bug#46510: [PATCH]: news: Add 'zh_CN' translation.
Date: Mon, 22 Feb 2021 11:05:10 +0100
Hi,

Zhu Zihao <all_but_last <at> 163.com> skribis:

> From 6be5e45820d07b16dd3d8c7fe2b9961a74ac0057 Mon Sep 17 00:00:00 2001
> From: Zhu Zihao <all_but_last <at> 163.com>
> Date: Sun, 14 Feb 2021 21:40:02 +0800
> Subject: [PATCH] news: Add 'zh' translation.
>
> ---
>  etc/news.scm | 17 +++++++++++++++--
>  1 file changed, 15 insertions(+), 2 deletions(-)

Applied, thanks!

Ludo’.




Information forwarded to guix-patches <at> gnu.org:
bug#46510; Package guix-patches. (Thu, 11 Mar 2021 13:56:01 GMT) Full text and rfc822 format available.

Message #22 received at 46510 <at> debbugs.gnu.org (full text, mbox):

From: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>
To: Zhu Zihao <all_but_last <at> 163.com>
Cc: 46510 <at> debbugs.gnu.org
Subject: Re: [bug#46510] Acknowledgement ([PATCH]: news: Add 'zh_CN'
 translation.)
Date: Thu, 11 Mar 2021 14:55:27 +0100
On Sun, Feb 14, 2021 at 10:30:13PM +0800, Zhu Zihao wrote:
> Subject: [PATCH] news: Add 'zh' translation.
> 
> ---
>  etc/news.scm | 17 +++++++++++++++--
>  1 file changed, 15 insertions(+), 2 deletions(-)

This patch was missing a copyright header line.

May I add the following?

;; Copyright © 2021 Zhu Zihao <all_but_last <at> 163.com>

Regards,
Florian




Information forwarded to guix-patches <at> gnu.org:
bug#46510; Package guix-patches. (Thu, 11 Mar 2021 15:59:02 GMT) Full text and rfc822 format available.

Message #25 received at 46510 <at> debbugs.gnu.org (full text, mbox):

From: Zhu Zihao <all_but_last <at> 163.com>
To: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>
Cc: 46510 <at> debbugs.gnu.org
Subject: Re: [bug#46510] Acknowledgement ([PATCH]: news: Add 'zh_CN'
 translation.)
Date: Thu, 11 Mar 2021 23:58:27 +0800
[Message part 1 (text/plain, inline)]
pelzflorian (Florian Pelz) writes:

> On Sun, Feb 14, 2021 at 10:30:13PM +0800, Zhu Zihao wrote:
>> Subject: [PATCH] news: Add 'zh' translation.
>> 
>> ---
>>  etc/news.scm | 17 +++++++++++++++--
>>  1 file changed, 15 insertions(+), 2 deletions(-)
>
> This patch was missing a copyright header line.
>
> May I add the following?
>
> ;; Copyright © 2021 Zhu Zihao <all_but_last <at> 163.com>
>
> Regards,
> Florian

Please do, thanks you! ;)

-- 
Retrieve my PGP public key:

  gpg --recv-keys D47A9C8B2AE3905B563D9135BE42B352A9F6821F

Zihao
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#46510; Package guix-patches. (Thu, 11 Mar 2021 16:47:01 GMT) Full text and rfc822 format available.

Message #28 received at 46510 <at> debbugs.gnu.org (full text, mbox):

From: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>
To: Zhu Zihao <all_but_last <at> 163.com>
Cc: 46510 <at> debbugs.gnu.org
Subject: Re: [bug#46510] Acknowledgement ([PATCH]: news: Add 'zh_CN'
 translation.)
Date: Thu, 11 Mar 2021 17:45:06 +0100
On Thu, Mar 11, 2021 at 11:58:27PM +0800, Zhu Zihao wrote:
> pelzflorian (Florian Pelz) writes:
> > May I add the following?
> >
> > ;; Copyright © 2021 Zhu Zihao <all_but_last <at> 163.com>
> Please do, thanks you! ;)

Done as 526b5b106e66a82cdc53f3a06d4bd6521eeb0daf.

Regards,
Florian




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 09 Apr 2021 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 16 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.