From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 09 10:52:28 2025 Received: (at submit) by debbugs.gnu.org; 9 Mar 2025 14:52:28 +0000 Received: from localhost ([127.0.0.1]:33787 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1trI0y-0007JO-EC for submit@debbugs.gnu.org; Sun, 09 Mar 2025 10:52:28 -0400 Received: from lists.gnu.org ([2001:470:142::17]:36776) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1trI0v-0007J5-1i for submit@debbugs.gnu.org; Sun, 09 Mar 2025 10:52:25 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1trI0n-0005L9-Br for guix-patches@gnu.org; Sun, 09 Mar 2025 10:52:17 -0400 Received: from layka.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1trI0l-0001lx-Mp for guix-patches@gnu.org; Sun, 09 Mar 2025 10:52:16 -0400 Received: from mail01.disroot.lan (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id B4981259CF; Sun, 9 Mar 2025 15:52:11 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavis, port 10024) with ESMTP id ZuU_S35vXrSG; Sun, 9 Mar 2025 15:52:11 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1741531931; bh=aR0u2wN5PtCAvO9zKD7wZ7dRBb1kEQZc7lBRuPsOEyg=; h=From:To:Cc:Subject:Date; b=avrtJVgSGdemZao27w8bK0IxsgFHTPw3v3D/8nsWEkGr1+Tf/jZ5DhVtpwLBI4py5 Y82Twsy93Ot+EqkvNGLP0l3phq+kdcrw73jr/ZGewKgfoLd5qNxAmxbQLzCTJkE0nW nEXLj+o92StkfS921ivMKVDi/ukwPp4GIjYc+FAkMlf9yesUpbvi0Dw8uNM/ljgoMg /O0KCSbxodAiku8VQtMQIyuGtzUqF95Dxaw2xNuZu4G2PxZBQkss1R44+EmrBgd0df 9kW/dfUXKNWs56pDXpsC2WG0NnSQuIIN9u/do3QySO+4YuFZ+yYksuhO7h20uRbRCc 8F70PAXLNGKrA== From: Luis Guilherme Coelho To: guix-patches@gnu.org Subject: [PATCH] gnu: newsraft: Update to 0.28. Date: Sun, 9 Mar 2025 11:51:22 -0300 Message-ID: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=lgcoelho@disroot.org; helo=layka.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Luis Guilherme Coelho 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/syndication.scm (newsraft): Update to 0.28. Change-Id: I868e8f3f836f310ef078e24e788bf9a9c871a29d --- gnu/packages/syndication.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm index f717cbb3af..61220bb9fe 100644 --- a/gnu/packages/syndication.scm +++ b/gnu/packages/syndication.scm @@ -355,7 +355,7 @@ (define-public newsboat (define-public newsraft (package (name "newsraft") - (version "0.27") + (version "0.28") (source (origin (method git-fetch) @@ -364,7 +364,7 @@ (define-public newsraft (commit (string-append name "-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "170dwv6v9755mdy4w91r4mk6r5d713rxi71hppqws3bsh2g4bmrj")))) + (base32 "10i5khna9wpaisarmzym9dvfaq91mnf1wvwsymnzl052d4n106l9")))) (build-system gnu-build-system) (arguments (list base-commit: a5256944a35e91be71b1348e805a341fe06cbb8d -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 29 23:29:33 2025 Received: (at submit) by debbugs.gnu.org; 30 Mar 2025 03:29:33 +0000 Received: from localhost ([127.0.0.1]:33878 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tyjMb-0005hp-25 for submit@debbugs.gnu.org; Sat, 29 Mar 2025 23:29:33 -0400 Received: from lists.gnu.org ([2001:470:142::17]:36368) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tyjMF-0005gf-Ch for submit@debbugs.gnu.org; Sat, 29 Mar 2025 23:29:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tyjM9-0007VJ-VI for guix-patches@gnu.org; Sat, 29 Mar 2025 23:29:05 -0400 Received: from mail.z572.online ([88.99.160.180]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tyjM4-00013G-28 for guix-patches@gnu.org; Sat, 29 Mar 2025 23:29:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=z572.online; s=me; t=1743305707; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=y06iuVTDlUqg7xzoLueXu9/mrrKrxLSbJxQcBh8Mdig=; b=bx/a2Q56FoF0LPYj/ziDttvSWthE+0jnI+I6t89tJOtzG7PZzdbugZMK6lAIvpTDGEXXJW hAZTttjKM1PFPGf6+C6cvIgBEip3WwiDMNGwfv+LAh6Q95evZ/rZlYObYXSl4y+yb+M7Ue hnZjVGOYr9DvKW4mgEpawA7NvyZqdQQ= Received: from m (mail1.85362086.com [107.174.64.25]) by mail.z572.online (OpenSMTPD) with ESMTPSA id 373c6756 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sun, 30 Mar 2025 03:35:06 +0000 (UTC) From: Z572 To: Luis Guilherme Coelho via Guix-patches via Subject: Re: [bug#76890] [PATCH] gnu: newsraft: Update to 0.28. In-Reply-To: (Luis Guilherme Coelho via Guix-patches via's message of "Sun, 9 Mar 2025 11:51:22 -0300") References: User-Agent: mu4e 1.12.9; emacs 30.0.92 Date: Sun, 30 Mar 2025 11:28:50 +0800 Message-ID: <87zfh3urgt.fsf@z572.online> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=88.99.160.180; envelope-from=z572@z572.online; helo=mail.z572.online X-Spam_score_int: 4 X-Spam_score: 0.4 X-Spam_bar: / X-Spam_report: (0.4 / 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, PDS_OTHER_BAD_TLD=1.999, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 3.5 (+++) 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: Luis Guilherme Coelho via Guix-patches via writes: > * gnu/packages/syndication.scm (newsraft): Update to 0.28. > > Change-Id: I868e8f3f836f310ef078e24e788bf9a9c871a29d > --- > gnu/packages/syndication.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 [...] Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [2001:470:142:0:0:0:0:17 listed in] [list.dnswl.org] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: submit Cc: Luis Guilherme Coelho , 76890-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: 3.5 (+++) 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: Luis Guilherme Coelho via Guix-patches via writes: > * gnu/packages/syndication.scm (newsraft): Update to 0.28. > > Change-Id: I868e8f3f836f310ef078e24e788bf9a9c871a29d > --- > gnu/packages/syndication.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 [...] Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [2001:470:142:0:0:0:0:17 listed in] [list.dnswl.org] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager --=-=-= Content-Type: text/plain Luis Guilherme Coelho via Guix-patches via writes: > * gnu/packages/syndication.scm (newsraft): Update to 0.28. > > Change-Id: I868e8f3f836f310ef078e24e788bf9a9c871a29d > --- > gnu/packages/syndication.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm > index f717cbb3af..61220bb9fe 100644 > --- a/gnu/packages/syndication.scm > +++ b/gnu/packages/syndication.scm > @@ -355,7 +355,7 @@ (define-public newsboat > (define-public newsraft > (package > (name "newsraft") > - (version "0.27") > + (version "0.28") > (source > (origin > (method git-fetch) > @@ -364,7 +364,7 @@ (define-public newsraft > (commit (string-append name "-" version)))) > (file-name (git-file-name name version)) > (sha256 > - (base32 "170dwv6v9755mdy4w91r4mk6r5d713rxi71hppqws3bsh2g4bmrj")))) > + (base32 "10i5khna9wpaisarmzym9dvfaq91mnf1wvwsymnzl052d4n106l9")))) > (build-system gnu-build-system) > (arguments > (list > > base-commit: a5256944a35e91be71b1348e805a341fe06cbb8d pushed ,closing. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmfounIACgkQO1qpk+Gi 3/B99BAAhuknDNHRpxaje4IyjzWEAgB+qzDA6MpPVzFryAOfRXuvZRIWTDS+Arsf j8n5FFFRn6SSKfTn44YxPuETmwyt5MT0U8xnjgdSopJWCcWOfDSVlafkr525VBbq Qh4bqktJp/hwDuueqhpoFZ9TGqEBjsefK7wiuKxRUbEtrP4y3SGwGRhZq4GHju7V fiEc77Z4AoyqmYB3jyWGr3s3kJzA4ijLPx2+T/Oz96DBVNyKdGpTQbZIYvRMmRlR C+viJ7hJYUNXuB+OUSZA4dO6W9zlpWwlmW3rJM6zupKrrpD46Sg35C6bcTXgvbrn Hz10eqdoiA1bpjzdmc2SLyjKb/sDwIut/g5lhtDEmPlVwqnR6Fi+aRqEflmPRsFR jF04DKqtQvyjnJE62vFKtc3FEf+gt+Cg/oq9XKTKqDdRe0y78zBkWBtUVangdg8u MrSHXRKL5+wTfyLEWh0WTsSMwj6h7CtNNMAyhHZFcDU3SOvhQ21/m6U487rQjsmY US0jnyRHpuKco0LznLxrEJGyTgOK7E+fkufjX3t3xiUIUi6O1PG4bNPJ9ayhGSKh zCdTinHIJp49CUAf+uxc6eTjZXjN0GBNVnluKDvGMZVT3+SiImcIZzNOoA4ZJuAZ mTqSqxIt9ij+NlvVZxZMP/fBCGUtQWotEEFlnjWdkaOEhxGtJKY= =IsBo -----END PGP SIGNATURE----- --=-=-=-- From unknown Thu Jun 19 14:28:14 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 27 Apr 2025 11:24:19 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator