From unknown Sun Jun 22 04:29:09 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#48466] [PATCH] gnu: notmuch: Update to 0.32.1. Resent-From: Xinglu Chen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 16 May 2021 14:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 48466 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 48466@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16211741229345 (code B ref -1); Sun, 16 May 2021 14:09:02 +0000 Received: (at submit) by debbugs.gnu.org; 16 May 2021 14:08:42 +0000 Received: from localhost ([127.0.0.1]:51267 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1liHRi-0002Qe-9i for submit@debbugs.gnu.org; Sun, 16 May 2021 10:08:42 -0400 Received: from lists.gnu.org ([209.51.188.17]:46122) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1liHRg-0002QX-J7 for submit@debbugs.gnu.org; Sun, 16 May 2021 10:08:40 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:32914) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1liHRg-0000ze-B7 for guix-patches@gnu.org; Sun, 16 May 2021 10:08:40 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:58992 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 1liHRd-0006DR-IW for guix-patches@gnu.org; Sun, 16 May 2021 10:08:39 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1621174113; bh=7g320Gjj3MTQAoyMa2aD9dyPh3CUYFM2gIJcnBThd30=; h=From:To:Subject:Date; b=M4+oiBXFBirwKWLB1pm6MN1kBCx0tkOb7ImMdfH5lZpLyV18krClNhvEzJb5F9F9m ph5hx64DGHs69J0SpMxkldOi85uYnT0i2XWqTJ4YKreBdBS2Mx9Jig22a342WLV9KJ nTCQpRUZ2ml9M9s0ixc8Hded4xcnfvZ2EKi//pns= Message-Id: <93cf51a9d6c704c3b815725358c12b76e956d25c.1621174080.git.public@yoctocell.xyz> Date: Sun, 16 May 2021 16:08:32 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 26 X-Spam_score: 2.6 X-Spam_bar: ++ X-Spam_report: (2.6 / 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=1.207, 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: 2.4 (++) 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/mail.scm (notmuch): Update to 0.32.1. [arguments]<#:phases>: =?UTF-8?Q?Don=E2=80=99t?= return #t at the end of the phase, this =?UTF-8?Q?won=E2=80=99t?= be necessary once core-update gets merged. --- gnu/packages/mail.scm [...] Content analysis details: (2.4 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -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.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [209.51.188.17 listed in wl.mailspike.net] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 1.2 FROM_SUSPICIOUS_NTLD_FP 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.1 (/) * gnu/packages/mail.scm (notmuch): Update to 0.32.1. [arguments]<#:phases>: Don=E2=80=99t return #t at the end of the phase, thi= s won=E2=80=99t be necessary once core-update gets merged. --- gnu/packages/mail.scm | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index db42b2a309..64c94b654c 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1331,14 +1331,14 @@ invoking @command{notifymuch} from the post-new hoo= k.") (define-public notmuch (package (name "notmuch") - (version "0.31.4") + (version "0.32.1") (source (origin (method url-fetch) (uri (string-append "https://notmuchmail.org/releases/notmuc= h-" version ".tar.xz")) (sha256 (base32 - "0magnyjjhhv11nwcm2596hdxszrj61y69i0hmwqdc3v6cxjvcqc6")))) + "0586d13ssygapjdri4cl25wzywivwsbxpjm6xlgxj6f9ii7clix7")))) (build-system gnu-build-system) (arguments `(#:modules ((guix build gnu-build-system) @@ -1354,8 +1354,7 @@ invoking @command{notifymuch} from the post-new hook.= ") (add-after 'unpack 'patch-notmuch-lib.el (lambda _ (substitute* "emacs/notmuch-lib.el" - (("/bin/sh") (which "sh"))) - #t)) + (("/bin/sh") (which "sh"))))) (replace 'configure (lambda* (#:key outputs #:allow-other-keys) (setenv "CC" "gcc") @@ -1372,15 +1371,13 @@ invoking @command{notifymuch} from the post-new hoo= k.") ;; and try removing this for notmuch versions > 0.31. (lambda _ (substitute* "test/T356-protected-headers.sh" - (("\\$NOTMUCH_GMIME_X509_CERT_VALIDITY") "0")) - #t)) + (("\\$NOTMUCH_GMIME_X509_CERT_VALIDITY") "0")))) (add-before 'check 'prepare-test-environment (lambda _ (setenv "TEST_CC" "gcc") ;; Patch various inline shell invocations. (substitute* (find-files "test" "\\.sh$") - (("/bin/sh") (which "sh"))) - #t)) + (("/bin/sh") (which "sh"))))) (add-after 'install 'make-autoloads (assoc-ref emacs:%standard-phases 'make-autoloads))))) (native-inputs base-commit: 7c4c781aa40c42d4cd10b8d9482199f3db345e1b --=20 2.31.1 From unknown Sun Jun 22 04:29:09 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#48466: closed (Re: [bug#48466] [PATCH] gnu: notmuch: Update to 0.32.1.) Message-ID: References: <875yz9selo.fsf@gnu.org> <93cf51a9d6c704c3b815725358c12b76e956d25c.1621174080.git.public@yoctocell.xyz> X-Gnu-PR-Message: they-closed 48466 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 48466@debbugs.gnu.org Date: Sun, 23 May 2021 14:36:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1621780562-484-1" This is a multi-part message in MIME format... ------------=_1621780562-484-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #48466: [PATCH] gnu: notmuch: Update to 0.32.1. 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 48466@debbugs.gnu.org. --=20 48466: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D48466 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1621780562-484-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 48466-done) by debbugs.gnu.org; 23 May 2021 14:35:10 +0000 Received: from localhost ([127.0.0.1]:41518 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lkpC9-00006Y-Sl for submit@debbugs.gnu.org; Sun, 23 May 2021 10:35:10 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59952) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lkpC8-00006J-9C for 48466-done@debbugs.gnu.org; Sun, 23 May 2021 10:35:08 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:32892) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lkpC2-0004on-2z; Sun, 23 May 2021 10:35:02 -0400 Received: from host-37-191-231-185.lynet.no ([37.191.231.185]:42768 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lkpC1-0006Be-Pj; Sun, 23 May 2021 10:35:02 -0400 From: Marius Bakke To: Xinglu Chen , 48466-done@debbugs.gnu.org Subject: Re: [bug#48466] [PATCH] gnu: notmuch: Update to 0.32.1. In-Reply-To: <93cf51a9d6c704c3b815725358c12b76e956d25c.1621174080.git.public@yoctocell.xyz> References: <93cf51a9d6c704c3b815725358c12b76e956d25c.1621174080.git.public@yoctocell.xyz> Date: Sun, 23 May 2021 16:34:59 +0200 Message-ID: <875yz9selo.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.3 (/) X-Debbugs-Envelope-To: 48466-done 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 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Xinglu Chen skriver: > * gnu/packages/mail.scm (notmuch): Update to 0.32.1. > [arguments]<#:phases>: Don=E2=80=99t return #t at the end of the phase, t= his won=E2=80=99t be > necessary once core-update gets merged. Applied, thanks! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEARYKAC0WIQRNTknu3zbaMQ2ddzTocYulkRQQdwUCYKpoEw8cbWFyaXVzQGdu dS5vcmcACgkQ6HGLpZEUEHelXAD+J+29mzPPhzkBKO89HTuLWDobJ0T1p0NN68kz vfNDposA+wdKppQvdgkvc7cgw9EYzeBwKqKlqhe3TcSIv3amDh8C =9rQH -----END PGP SIGNATURE----- --=-=-=-- ------------=_1621780562-484-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 16 May 2021 14:08:42 +0000 Received: from localhost ([127.0.0.1]:51267 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1liHRi-0002Qe-9i for submit@debbugs.gnu.org; Sun, 16 May 2021 10:08:42 -0400 Received: from lists.gnu.org ([209.51.188.17]:46122) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1liHRg-0002QX-J7 for submit@debbugs.gnu.org; Sun, 16 May 2021 10:08:40 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:32914) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1liHRg-0000ze-B7 for guix-patches@gnu.org; Sun, 16 May 2021 10:08:40 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:58992 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 1liHRd-0006DR-IW for guix-patches@gnu.org; Sun, 16 May 2021 10:08:39 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1621174113; bh=7g320Gjj3MTQAoyMa2aD9dyPh3CUYFM2gIJcnBThd30=; h=From:To:Subject:Date; b=M4+oiBXFBirwKWLB1pm6MN1kBCx0tkOb7ImMdfH5lZpLyV18krClNhvEzJb5F9F9m ph5hx64DGHs69J0SpMxkldOi85uYnT0i2XWqTJ4YKreBdBS2Mx9Jig22a342WLV9KJ nTCQpRUZ2ml9M9s0ixc8Hded4xcnfvZ2EKi//pns= To: guix-patches@gnu.org Subject: [PATCH] gnu: notmuch: Update to 0.32.1. Message-Id: <93cf51a9d6c704c3b815725358c12b76e956d25c.1621174080.git.public@yoctocell.xyz> Date: Sun, 16 May 2021 16:08:32 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 26 X-Spam_score: 2.6 X-Spam_bar: ++ X-Spam_report: (2.6 / 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=1.207, 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: 2.4 (++) 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/mail.scm (notmuch): Update to 0.32.1. [arguments]<#:phases>: Don’t return #t at the end of the phase, this won’t be necessary once core-update gets merged. --- gnu/packages/mail.scm [...] Content analysis details: (2.4 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -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.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [209.51.188.17 listed in wl.mailspike.net] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 1.2 FROM_SUSPICIOUS_NTLD_FP 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.1 (/) * gnu/packages/mail.scm (notmuch): Update to 0.32.1. [arguments]<#:phases>: Don=E2=80=99t return #t at the end of the phase, thi= s won=E2=80=99t be necessary once core-update gets merged. --- gnu/packages/mail.scm | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index db42b2a309..64c94b654c 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1331,14 +1331,14 @@ invoking @command{notifymuch} from the post-new hoo= k.") (define-public notmuch (package (name "notmuch") - (version "0.31.4") + (version "0.32.1") (source (origin (method url-fetch) (uri (string-append "https://notmuchmail.org/releases/notmuc= h-" version ".tar.xz")) (sha256 (base32 - "0magnyjjhhv11nwcm2596hdxszrj61y69i0hmwqdc3v6cxjvcqc6")))) + "0586d13ssygapjdri4cl25wzywivwsbxpjm6xlgxj6f9ii7clix7")))) (build-system gnu-build-system) (arguments `(#:modules ((guix build gnu-build-system) @@ -1354,8 +1354,7 @@ invoking @command{notifymuch} from the post-new hook.= ") (add-after 'unpack 'patch-notmuch-lib.el (lambda _ (substitute* "emacs/notmuch-lib.el" - (("/bin/sh") (which "sh"))) - #t)) + (("/bin/sh") (which "sh"))))) (replace 'configure (lambda* (#:key outputs #:allow-other-keys) (setenv "CC" "gcc") @@ -1372,15 +1371,13 @@ invoking @command{notifymuch} from the post-new hoo= k.") ;; and try removing this for notmuch versions > 0.31. (lambda _ (substitute* "test/T356-protected-headers.sh" - (("\\$NOTMUCH_GMIME_X509_CERT_VALIDITY") "0")) - #t)) + (("\\$NOTMUCH_GMIME_X509_CERT_VALIDITY") "0")))) (add-before 'check 'prepare-test-environment (lambda _ (setenv "TEST_CC" "gcc") ;; Patch various inline shell invocations. (substitute* (find-files "test" "\\.sh$") - (("/bin/sh") (which "sh"))) - #t)) + (("/bin/sh") (which "sh"))))) (add-after 'install 'make-autoloads (assoc-ref emacs:%standard-phases 'make-autoloads))))) (native-inputs base-commit: 7c4c781aa40c42d4cd10b8d9482199f3db345e1b --=20 2.31.1 ------------=_1621780562-484-1--