From unknown Sat Jun 21 10:44:00 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#49890] [PATCH] gnu: mcron: Update to 1.2.1. Resent-From: Xinglu Chen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 05 Aug 2021 14:18:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 49890 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 49890@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.162817306627965 (code B ref -1); Thu, 05 Aug 2021 14:18:02 +0000 Received: (at submit) by debbugs.gnu.org; 5 Aug 2021 14:17:46 +0000 Received: from localhost ([127.0.0.1]:48007 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mBeBu-0007Gy-JJ for submit@debbugs.gnu.org; Thu, 05 Aug 2021 10:17:46 -0400 Received: from lists.gnu.org ([209.51.188.17]:45036) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mBeBt-0007Gq-6N for submit@debbugs.gnu.org; Thu, 05 Aug 2021 10:17:45 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52890) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mBeBs-0003On-QM for guix-patches@gnu.org; Thu, 05 Aug 2021 10:17:44 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:53034 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 1mBeBq-0005iL-Vr for guix-patches@gnu.org; Thu, 05 Aug 2021 10:17:44 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1628173057; bh=7t+uJ/uvNMYwn/lOnTe7sKKtYdDqMGFbzq31CJb4d0k=; h=From:To:Subject:Date; b=StBYumVI31KAImwK6lAakPO4CNdrVwkzXDH0WZHYBamNxzzvvslxkg1xtvlKlBnDm OVnBaXnM2Nl8G/AVi3QuJ81O/dZ03txQHKNZ+KBVVd48Xdg1mWAwdaVSC73iF3Dg0G dJejn0GaACLFAZnnEQfAkwx5PBbsmofvKNmxwrwk= Message-Id: <7280b5d7cceca6796b078d0a96fb7df4aa4c0b9f.1628173046.git.public@yoctocell.xyz> Date: Thu, 05 Aug 2021 16:17:36 +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: 23 X-Spam_score: 2.3 X-Spam_bar: ++ X-Spam_report: (2.3 / 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.499, FROM_SUSPICIOUS_NTLD_FP=0.924, PDS_OTHER_BAD_TLD=1.997, PDS_RDNS_DYNAMIC_FP=0.001, 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.7 (+) 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/guile-xyz.scm (mcron): Update to 1.2.1. --- gnu/packages/guile-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index e91bf88247..f8be5559cb 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -2685,14 +2685,14 @@ is no [...] Content analysis details: (1.7 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 -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 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.51.188.17 listed in wl.mailspike.net] 0.5 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 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/guile-xyz.scm (mcron): Update to 1.2.1. --- gnu/packages/guile-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index e91bf88247..f8be5559cb 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -2685,14 +2685,14 @@ is no support for parsing block and inline level HTML.") (define-public mcron (package (name "mcron") - (version "1.2.0") + (version "1.2.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/mcron/mcron-" version ".tar.gz")) (sha256 (base32 - "1midrn15d5kqy4zd2029bj1db6gnfhxg8mcgfy4bkp5p9nl4v4rd")))) + "0bkn235g2ia4f7ispr9d55c7bc18282r3qd8ldhh5q2kiin75zi0")))) (build-system gnu-build-system) (arguments '(#:phases (modify-phases %standard-phases base-commit: ead6cc03c66ed31f0ab7300fab11cef3a1e459f0 -- 2.32.0 From unknown Sat Jun 21 10:44:00 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#49890: closed (Re: bug#49890: [PATCH] gnu: mcron: Update to 1.2.1.) Message-ID: References: <871r77963m.fsf@gmail.com> <7280b5d7cceca6796b078d0a96fb7df4aa4c0b9f.1628173046.git.public@yoctocell.xyz> X-Gnu-PR-Message: they-closed 49890 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 49890@debbugs.gnu.org Date: Thu, 05 Aug 2021 17:04:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1628183042-20757-1" This is a multi-part message in MIME format... ------------=_1628183042-20757-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #49890: [PATCH] gnu: mcron: Update to 1.2.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 49890@debbugs.gnu.org. --=20 49890: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D49890 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1628183042-20757-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 49890-done) by debbugs.gnu.org; 5 Aug 2021 17:03:35 +0000 Received: from localhost ([127.0.0.1]:48297 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mBgmM-0005OA-Mv for submit@debbugs.gnu.org; Thu, 05 Aug 2021 13:03:34 -0400 Received: from mail-qt1-f178.google.com ([209.85.160.178]:36748) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mBgmK-0005Nw-01 for 49890-done@debbugs.gnu.org; Thu, 05 Aug 2021 13:03:33 -0400 Received: by mail-qt1-f178.google.com with SMTP id w10so4366438qtj.3 for <49890-done@debbugs.gnu.org>; Thu, 05 Aug 2021 10:03:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=GhaB4pMShT4oYRRok8A4OI/1XWXJKOIpUCPeriDxxxg=; b=iTiBqjUfRAhNDK4jxKYO/aIzefnWcD5gTBQrPFWW2jc6xbRhJuKrIYgfEJuzv7b7O+ zFe8Xuy40VJLv2/ii0LUsEflrVHgKHAgTbICabSkD+Ux6LDNqkvjKbdvr5ORDSL+5Gey IthQeJSr0oHbhX8pzIGMK4Y8/oqd7L6HKrgCg5W99PASS3LuAesejOhOt0DQVVBLlMhZ f4ViTtr9MtOj8WF5tfcq0uAyuuUMkVXnDzYrezgH/vMmhHKcxLZ/WoTNf7yC/qEXrx+8 +L4bSGr91Qk0U6cPbF6mbRPQAZ8/16JQZ2vLJrBmVHw5KDz+DHMYt3cKLjUv/4AMgI2S Lx1w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=GhaB4pMShT4oYRRok8A4OI/1XWXJKOIpUCPeriDxxxg=; b=Q5dAef2Msa/ERaCcL/yh/jxpkf8tZl4gL3pka4t7IbfaYkuKQjf5ZZWIq4bGPsIK+F /PXsHKV+kU3IAT0fZ+4Ad+XMdxvVm/UrYah4GHZJMkVTDfB9yTMUiSXl4uNNq1xoW4Oi gkcc71G4iI4x+3wctxMYuDKfIWj1FaFeXav+2XArqQcl/B5ITY2Q5XuiB9gdEpZXZ0T/ y96aOt5ee/MdLzdpi5YyNqdyMHUkHWZxkDD7nHc30LXcNl14QVwdGgt3Nt+ZFF7r8FSO 0NzL2Cjh2VuMXFRJ+fLAQxnho+X114iTYs1GGK8z/FcyDXUerTmXnfyG8gkqCf/KcS7/ Y9ZA== X-Gm-Message-State: AOAM532CyE45jdAcJSZpsi2xAnRcTmnutkSGQhNmbdqw7qUf2IruyCft nFjVdNLYAqiQcBNQKpV7IqW94TD3yBZGNagP X-Google-Smtp-Source: ABdhPJwU/SYf4+1eEjSpHQ6QGtHANW2oemQa1zCoBaSM8Py3HLL93kPzmPg7/cGvKUfYCHAD6dmrSQ== X-Received: by 2002:ac8:44a8:: with SMTP id a8mr5220950qto.238.1628183006267; Thu, 05 Aug 2021 10:03:26 -0700 (PDT) Received: from raisin ([2607:fad8:4:6:235e:8579:8464:aacc]) by smtp.gmail.com with ESMTPSA id t14sm3144227qkm.7.2021.08.05.10.03.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 05 Aug 2021 10:03:26 -0700 (PDT) From: Maxim Cournoyer To: Xinglu Chen Subject: Re: bug#49890: [PATCH] gnu: mcron: Update to 1.2.1. References: <7280b5d7cceca6796b078d0a96fb7df4aa4c0b9f.1628173046.git.public@yoctocell.xyz> Date: Thu, 05 Aug 2021 13:03:25 -0400 In-Reply-To: <7280b5d7cceca6796b078d0a96fb7df4aa4c0b9f.1628173046.git.public@yoctocell.xyz> (Xinglu Chen's message of "Thu, 05 Aug 2021 16:17:36 +0200") Message-ID: <871r77963m.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 2.0 (++) 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: Xinglu Chen writes: > * gnu/packages/guile-xyz.scm (mcron): Update to 1.2.1. > --- > gnu/packages/guile-xyz.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/guile-xyz.scm b/gnu [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (maxim.cournoyer[at]gmail.com) 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [209.85.160.178 listed in wl.mailspike.net] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.160.178 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-Debbugs-Envelope-To: 49890-done Cc: 49890-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.0 (+) Xinglu Chen writes: > * gnu/packages/guile-xyz.scm (mcron): Update to 1.2.1. > --- > gnu/packages/guile-xyz.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm > index e91bf88247..f8be5559cb 100644 > --- a/gnu/packages/guile-xyz.scm > +++ b/gnu/packages/guile-xyz.scm > @@ -2685,14 +2685,14 @@ is no support for parsing block and inline level HTML.") > (define-public mcron > (package > (name "mcron") > - (version "1.2.0") > + (version "1.2.1") > (source (origin > (method url-fetch) > (uri (string-append "mirror://gnu/mcron/mcron-" > version ".tar.gz")) > (sha256 > (base32 > - "1midrn15d5kqy4zd2029bj1db6gnfhxg8mcgfy4bkp5p9nl4v4rd")))) > + "0bkn235g2ia4f7ispr9d55c7bc18282r3qd8ldhh5q2kiin75zi0")))) > (build-system gnu-build-system) > (arguments > '(#:phases (modify-phases %standard-phases > > base-commit: ead6cc03c66ed31f0ab7300fab11cef3a1e459f0 Applied, thank you! Closing. Maxim ------------=_1628183042-20757-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 5 Aug 2021 14:17:46 +0000 Received: from localhost ([127.0.0.1]:48007 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mBeBu-0007Gy-JJ for submit@debbugs.gnu.org; Thu, 05 Aug 2021 10:17:46 -0400 Received: from lists.gnu.org ([209.51.188.17]:45036) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mBeBt-0007Gq-6N for submit@debbugs.gnu.org; Thu, 05 Aug 2021 10:17:45 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52890) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mBeBs-0003On-QM for guix-patches@gnu.org; Thu, 05 Aug 2021 10:17:44 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:53034 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 1mBeBq-0005iL-Vr for guix-patches@gnu.org; Thu, 05 Aug 2021 10:17:44 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1628173057; bh=7t+uJ/uvNMYwn/lOnTe7sKKtYdDqMGFbzq31CJb4d0k=; h=From:To:Subject:Date; b=StBYumVI31KAImwK6lAakPO4CNdrVwkzXDH0WZHYBamNxzzvvslxkg1xtvlKlBnDm OVnBaXnM2Nl8G/AVi3QuJ81O/dZ03txQHKNZ+KBVVd48Xdg1mWAwdaVSC73iF3Dg0G dJejn0GaACLFAZnnEQfAkwx5PBbsmofvKNmxwrwk= To: guix-patches@gnu.org Subject: [PATCH] gnu: mcron: Update to 1.2.1. Message-Id: <7280b5d7cceca6796b078d0a96fb7df4aa4c0b9f.1628173046.git.public@yoctocell.xyz> Date: Thu, 05 Aug 2021 16:17:36 +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: 23 X-Spam_score: 2.3 X-Spam_bar: ++ X-Spam_report: (2.3 / 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.499, FROM_SUSPICIOUS_NTLD_FP=0.924, PDS_OTHER_BAD_TLD=1.997, PDS_RDNS_DYNAMIC_FP=0.001, 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.7 (+) 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/guile-xyz.scm (mcron): Update to 1.2.1. --- gnu/packages/guile-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index e91bf88247..f8be5559cb 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -2685,14 +2685,14 @@ is no [...] Content analysis details: (1.7 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 -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 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.51.188.17 listed in wl.mailspike.net] 0.5 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 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/guile-xyz.scm (mcron): Update to 1.2.1. --- gnu/packages/guile-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index e91bf88247..f8be5559cb 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -2685,14 +2685,14 @@ is no support for parsing block and inline level HTML.") (define-public mcron (package (name "mcron") - (version "1.2.0") + (version "1.2.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/mcron/mcron-" version ".tar.gz")) (sha256 (base32 - "1midrn15d5kqy4zd2029bj1db6gnfhxg8mcgfy4bkp5p9nl4v4rd")))) + "0bkn235g2ia4f7ispr9d55c7bc18282r3qd8ldhh5q2kiin75zi0")))) (build-system gnu-build-system) (arguments '(#:phases (modify-phases %standard-phases base-commit: ead6cc03c66ed31f0ab7300fab11cef3a1e459f0 -- 2.32.0 ------------=_1628183042-20757-1--