From unknown Sun Jun 22 11:41:39 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#48138] [PATCH] gnu: git-modes: Update to 1.3.0. Resent-From: Xinglu Chen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 01 May 2021 12:01:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 48138 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 48138@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.161987044816499 (code B ref -1); Sat, 01 May 2021 12:01:02 +0000 Received: (at submit) by debbugs.gnu.org; 1 May 2021 12:00:48 +0000 Received: from localhost ([127.0.0.1]:35654 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcoIi-0004I3-Eh for submit@debbugs.gnu.org; Sat, 01 May 2021 08:00:48 -0400 Received: from lists.gnu.org ([209.51.188.17]:59612) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcoIf-0004Hk-Su for submit@debbugs.gnu.org; Sat, 01 May 2021 08:00:46 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43540) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lcoIf-000686-21 for guix-patches@gnu.org; Sat, 01 May 2021 08:00:45 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:35920 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lcoIc-0003wd-Pv for guix-patches@gnu.org; Sat, 01 May 2021 08:00:44 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1619870439; bh=cAzJZDiLg4uyC2C/IPtZFZ/b0z1D4LQ9BZj13cv2qkk=; h=From:To:Subject:Date; b=FcaKbeQdCwmV9GOjTnif9WZQXmHDfrQtoRXyp7VNqzGOelAXwFbfDXqUZHgIeN/SN SPIIB1e0cI3xzBkCbjOphnj58Whu+ALdb1gB7pr3L1mQtTeJdnF9ojy3INM9QakZrP dHvRq+UAlTqot6uo5w45/SZ7f+0VojUtEh6sefAk= Message-Id: Date: Sat, 01 May 2021 14:00:39 +0200 MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 18 X-Spam_score: 1.8 X-Spam_bar: + X-Spam_report: (1.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FROM_SUSPICIOUS_NTLD=0.5, FROM_SUSPICIOUS_NTLD_FP=0.401, PDS_OTHER_BAD_TLD=1.999, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.6 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/emacs-xyz.scm (git-modes): Update to 1.3.0. --- gnu/packages/emacs-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index d3d4a808f1..05d20a018b 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -443,7 +443,7 @@ some util [...] Content analysis details: (1.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [209.51.188.17 listed in wl.mailspike.net] -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] 0.4 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.2 (/) * gnu/packages/emacs-xyz.scm (git-modes): Update to 1.3.0. --- gnu/packages/emacs-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index d3d4a808f1..05d20a018b 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -443,7 +443,7 @@ some utility functions, and commands using that infrastructure.") (define-public git-modes (package (name "emacs-git-modes") - (version "1.2.8") + (version "1.3.0") (source (origin (method git-fetch) (uri (git-reference @@ -452,7 +452,7 @@ some utility functions, and commands using that infrastructure.") (file-name (git-file-name name version)) (sha256 (base32 - "08hy7rbfazs6grkpk54i82bz0i0c74zcjk96cip8970h6jn3mj72")))) + "0m8qfjj5hzxwyyi34sbk11qz5fix6z80hiki0v0a838sq4f586b6")))) (build-system emacs-build-system) (home-page "https://github.com/magit/git-modes") (synopsis "Emacs major modes for Git configuration files") base-commit: c04dfb39f62f764b1c3988d9b0fcedc8221afa67 -- 2.31.1 From unknown Sun Jun 22 11:41:39 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Xinglu Chen Subject: bug#48138: closed (Re: bug#48138: [PATCH] gnu: git-modes: Update to 1.3.0.) Message-ID: References: <87czu7yf6f.fsf@gnu.org> X-Gnu-PR-Message: they-closed 48138 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 48138@debbugs.gnu.org Date: Mon, 03 May 2021 16:08:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1620058083-402-1" This is a multi-part message in MIME format... ------------=_1620058083-402-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #48138: [PATCH] gnu: git-modes: Update to 1.3.0. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 48138@debbugs.gnu.org. --=20 48138: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D48138 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1620058083-402-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 48138-done) by debbugs.gnu.org; 3 May 2021 16:07:14 +0000 Received: from localhost ([127.0.0.1]:47209 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ldb6H-00005r-VT for submit@debbugs.gnu.org; Mon, 03 May 2021 12:07:14 -0400 Received: from eggs.gnu.org ([209.51.188.92]:51528) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ldb6G-00005j-Pf for 48138-done@debbugs.gnu.org; Mon, 03 May 2021 12:07:13 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:56715) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ldb6A-0006iC-Qd; Mon, 03 May 2021 12:07:06 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=53530 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ldb69-0001uw-Mw; Mon, 03 May 2021 12:07:06 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Xinglu Chen Subject: Re: bug#48138: [PATCH] gnu: git-modes: Update to 1.3.0. References: Date: Mon, 03 May 2021 18:07:04 +0200 In-Reply-To: (Xinglu Chen's message of "Sat, 01 May 2021 14:00:39 +0200") Message-ID: <87czu7yf6f.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.3 (/) X-Debbugs-Envelope-To: 48138-done Cc: 48138-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.3 (-) Hi, Xinglu Chen skribis: > * gnu/packages/emacs-xyz.scm (git-modes): Update to 1.3.0. Applied, thanks! Ludo=E2=80=99. ------------=_1620058083-402-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 1 May 2021 12:00:48 +0000 Received: from localhost ([127.0.0.1]:35654 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcoIi-0004I3-Eh for submit@debbugs.gnu.org; Sat, 01 May 2021 08:00:48 -0400 Received: from lists.gnu.org ([209.51.188.17]:59612) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcoIf-0004Hk-Su for submit@debbugs.gnu.org; Sat, 01 May 2021 08:00:46 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43540) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lcoIf-000686-21 for guix-patches@gnu.org; Sat, 01 May 2021 08:00:45 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:35920 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lcoIc-0003wd-Pv for guix-patches@gnu.org; Sat, 01 May 2021 08:00:44 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1619870439; bh=cAzJZDiLg4uyC2C/IPtZFZ/b0z1D4LQ9BZj13cv2qkk=; h=From:To:Subject:Date; b=FcaKbeQdCwmV9GOjTnif9WZQXmHDfrQtoRXyp7VNqzGOelAXwFbfDXqUZHgIeN/SN SPIIB1e0cI3xzBkCbjOphnj58Whu+ALdb1gB7pr3L1mQtTeJdnF9ojy3INM9QakZrP dHvRq+UAlTqot6uo5w45/SZ7f+0VojUtEh6sefAk= To: guix-patches@gnu.org Subject: [PATCH] gnu: git-modes: Update to 1.3.0. Message-Id: Date: Sat, 01 May 2021 14:00:39 +0200 MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 18 X-Spam_score: 1.8 X-Spam_bar: + X-Spam_report: (1.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FROM_SUSPICIOUS_NTLD=0.5, FROM_SUSPICIOUS_NTLD_FP=0.401, PDS_OTHER_BAD_TLD=1.999, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.6 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/emacs-xyz.scm (git-modes): Update to 1.3.0. --- gnu/packages/emacs-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index d3d4a808f1..05d20a018b 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -443,7 +443,7 @@ some util [...] Content analysis details: (1.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [209.51.188.17 listed in wl.mailspike.net] -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] 0.4 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.2 (/) * gnu/packages/emacs-xyz.scm (git-modes): Update to 1.3.0. --- gnu/packages/emacs-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index d3d4a808f1..05d20a018b 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -443,7 +443,7 @@ some utility functions, and commands using that infrastructure.") (define-public git-modes (package (name "emacs-git-modes") - (version "1.2.8") + (version "1.3.0") (source (origin (method git-fetch) (uri (git-reference @@ -452,7 +452,7 @@ some utility functions, and commands using that infrastructure.") (file-name (git-file-name name version)) (sha256 (base32 - "08hy7rbfazs6grkpk54i82bz0i0c74zcjk96cip8970h6jn3mj72")))) + "0m8qfjj5hzxwyyi34sbk11qz5fix6z80hiki0v0a838sq4f586b6")))) (build-system emacs-build-system) (home-page "https://github.com/magit/git-modes") (synopsis "Emacs major modes for Git configuration files") base-commit: c04dfb39f62f764b1c3988d9b0fcedc8221afa67 -- 2.31.1 ------------=_1620058083-402-1--