From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 26 08:35:28 2021 Received: (at submit) by debbugs.gnu.org; 26 Apr 2021 12:35:28 +0000 Received: from localhost ([127.0.0.1]:44826 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lb0SW-0001Bt-0o for submit@debbugs.gnu.org; Mon, 26 Apr 2021 08:35:28 -0400 Received: from lists.gnu.org ([209.51.188.17]:53372) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lb0ST-0001Bl-N8 for submit@debbugs.gnu.org; Mon, 26 Apr 2021 08:35:26 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50420) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lb0ST-0007v3-6V for guix-patches@gnu.org; Mon, 26 Apr 2021 08:35:25 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:56032 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 1lb0SP-0000ts-NQ for guix-patches@gnu.org; Mon, 26 Apr 2021 08:35:24 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1619440517; bh=6eon5LnixmgfhO0grRwbbZSt00aVVGPH9/7zgNgRcX0=; h=From:To:Cc:Subject:Date; b=TukL0q+rIcuXAJygGVZ+sCg731caPVEr9fGIlM5HGKEUB15LFontkfT9U1Wynz2cr tn8n4MBP7nWYow8lFe74NU/c7riEpudyeNpErKHWF9zBgqhT63DtRKBuUAypQjqydx QUsy3EGKVsa6nOWpCXt92ScfO40J9bJhQux8GAwI= To: guix-patches@gnu.org Subject: [PATCH] gnu: public-inbox: Update to 1.6.1. Message-Id: <8d66684c511e3a36830465481851f9d86d4d6231.1619439907.git.public@yoctocell.xyz> Date: Mon, 26 Apr 2021 14:35:17 +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: 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.499, FROM_SUSPICIOUS_NTLD_FP=0.412, 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/mail.scm (public-inbox): Update to 1.6.1. [synopsis]: Capitalize “git”. [description]: Likewise. --- I haven’t tested it thoroughly; ‘public-inbox-init‘ and ‘public-inbox-in [...] 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)] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -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_H4 RBL: Very Good reputation (+4) [209.51.188.17 listed in wl.mailspike.net] 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 FROM_SUSPICIOUS_NTLD_FP From abused NTLD X-Debbugs-Envelope-To: submit Cc: Kyle Meyer 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/mail.scm (public-inbox): Update to 1.6.1. [synopsis]: Capitalize =E2=80=9Cgit=E2=80=9D. [description]: Likewise. --- I haven=E2=80=99t tested it thoroughly; =E2=80=98public-inbox-init=E2=80=98= and =E2=80=98public-inbox-index=E2=80=99 seem to work fine. Cc: Kyle since you have been somewhat active on the public-inbox ML. :) gnu/packages/mail.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 64c84d145d..43291ac267 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -4082,7 +4082,7 @@ Git and exports them in maildir format or to an MDA t= hrough a pipe.") (define-public public-inbox (package (name "public-inbox") - (version "1.5.0") + (version "1.6.1") (source (origin (method git-fetch) (uri (git-reference @@ -4090,7 +4090,7 @@ Git and exports them in maildir format or to an MDA t= hrough a pipe.") (commit (string-append "v" version)))) (sha256 (base32 - "03zj7shdl3vibs7k5lr673bwcf8j1xx8is3mjz34ca4cdh6p5j2k")) + "0mlwnp5knr7rk9kv8grlh342wsq2193m22zs83cjn9p7x9r2x5f9")) (file-name (git-file-name name version)))) (build-system perl-build-system) (arguments @@ -4156,9 +4156,9 @@ Git and exports them in maildir format or to an MDA t= hrough a pipe.") ("perl-ipc-run" ,perl-ipc-run) ("perl-xml-feed" ,perl-xml-feed))) (home-page "https://public-inbox.org/README.html") - (synopsis "Archive mailing lists in git repositories") + (synopsis "Archive mailing lists in Git repositories") (description - "public-inbox implements the sharing of an email inbox via git to + "public-inbox implements the sharing of an email inbox via Git to complement or replace traditional mailing lists. Readers may read via NNT= P, Atom feeds or HTML archives.") (license license:agpl3+))) base-commit: f365d48909156ad754a2ade45375f45b54b06bbc --=20 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 26 20:59:20 2021 Received: (at 48033) by debbugs.gnu.org; 27 Apr 2021 00:59:20 +0000 Received: from localhost ([127.0.0.1]:47572 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lbC4N-0003cJ-VP for submit@debbugs.gnu.org; Mon, 26 Apr 2021 20:59:20 -0400 Received: from out0.migadu.com ([94.23.1.103]:59810) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lbC4L-0003cA-GJ for 48033@debbugs.gnu.org; Mon, 26 Apr 2021 20:59:18 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1619485155; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=z35d7JFb1BdLO8pQb/ulCLrKAjYN0BRbmV1snbTG7dw=; b=vde8pHl/5UbpRdqjQwdEjhGsfnkaRW6DhqNRYerSxgXJNsVo8ncqZc9HdO5pjkLGCJnqks am4NA/6q35gCWc12U9aD4hkKyKaWR+aXeme7nU0gZ/xRLjJF5mA656LsZypTqmukt+Wou/ DzhdLNsZt8qjJMLoKbsv0KWpKtnBVh38COVNNDVb4Ncg1y/8K/qNj6UT32ccnzY0VDYELk zdfd3ju6TiLPh0qZB2tkE6uI2ncNDCboiui39SwB9oollJTJ3ePdaYD/FoHqS4x4vUUIXy TFOmAc5BSflfhgpfrfnmpPi9oCnQNlHsJIfcft08bOW/eeWwfzqgsF28qiqybg== From: Kyle Meyer To: Xinglu Chen Subject: Re: [PATCH] gnu: public-inbox: Update to 1.6.1. In-Reply-To: <8d66684c511e3a36830465481851f9d86d4d6231.1619439907.git.public@yoctocell.xyz> References: <8d66684c511e3a36830465481851f9d86d4d6231.1619439907.git.public@yoctocell.xyz> Date: Mon, 26 Apr 2021 20:59:11 -0400 Message-ID: <871rawa6g0.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 48033 Cc: 48033@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.7 (-) Xinglu Chen writes: > * gnu/packages/mail.scm (public-inbox): Update to 1.6.1. > [synopsis]: Capitalize =E2=80=9Cgit=E2=80=9D. > [description]: Likewise. > --- > I haven=E2=80=99t tested it thoroughly; =E2=80=98public-inbox-init=E2=80= =98 and > =E2=80=98public-inbox-index=E2=80=99 seem to work fine. > > Cc: Kyle since you have been somewhat active on the public-inbox ML. :) Thanks for updating this. To add to your manual checks above (and to the passing test suite), I tested out public-inbox-httpd with some inboxes I have locally, and everything there seems to be working as expected. I think the perl-filesys-notify-simple input should be dropped because Filesys::Notify::Simple isn't used as of v1.6.0. Linux::Inotify2 is used instead, but it doesn't look like that's packaged for Guix yet. I believe public-inbox has some fallback behavior here so that public-inbox-watch is still functional, but ideally Linux::Inotify2 would be added as an input with this update to 1.6.1. Otherwise, this patch looks good to me, but fwiw there are a few optional dependencies (already packaged in Guix) that could be added: * highlight (syntax highlight for associated code repositories) * perl-inline-c (nice to have for performance reasons) * perl-parse-recdescent (as of v1.6.0, used only for public-inbox-imapd) From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 26 21:09:43 2021 Received: (at 48033) by debbugs.gnu.org; 27 Apr 2021 01:09:43 +0000 Received: from localhost ([127.0.0.1]:47592 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lbCER-0003sq-IX for submit@debbugs.gnu.org; Mon, 26 Apr 2021 21:09:43 -0400 Received: from out2.migadu.com ([188.165.223.204]:19663) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lbCEP-0003sh-I4 for 48033@debbugs.gnu.org; Mon, 26 Apr 2021 21:09:42 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1619485779; 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=LJx9vMjw4hGXfTkIaap6kPhR7l9OLzZVK32wzephSns=; b=vwOjYSuwQCkbaqnjn29Y99JDy3bL6FaADUgKJ00nrUc0YNlOxcj8poPAud8/x/WTqF4Zhl lWG06/50kECvQipj1cS4/ZaTgN6V6vWJC7eoSDV0mS/eQ8AVLuwMU4MrxFAIxho/RNNNq7 VO5VptKT2+JFIG/eyt2y9iLaC1UjK6rFU4QnyTQ/pyq1UgSp3hP/7duMLV7NgR522LJF7N TDX+aYB+irvDUOOE3/JY/NDvUks0jpYNvu7LY+mnuuXuSEvx+smP411Ca8daoxFtjZr3do ucUhQaw/Bu96J4kD7XUOxPGT4hiE//TjOrhhe1RqYStS3orEpLAw/4zDo6EWrw== From: Kyle Meyer To: Xinglu Chen Subject: Re: [PATCH] gnu: public-inbox: Update to 1.6.1. In-Reply-To: <8d66684c511e3a36830465481851f9d86d4d6231.1619439907.git.public@yoctocell.xyz> References: <8d66684c511e3a36830465481851f9d86d4d6231.1619439907.git.public@yoctocell.xyz> Date: Mon, 26 Apr 2021 21:09:38 -0400 Message-ID: <87wnso8re5.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 48033 Cc: 48033@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: > (description > - "public-inbox implements the sharing of an email inbox via git to > + "public-inbox implements the sharing of an email inbox via Git to > complement or replace traditional mailing lists. Readers may read via NNTP, > Atom feeds or HTML archives.") As of 1.6.0, public-inbox supports running an anonymous IMAP server, so it may be worth adding IMAP to this list. From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 27 16:21:50 2021 Received: (at 48033) by debbugs.gnu.org; 27 Apr 2021 20:21:50 +0000 Received: from localhost ([127.0.0.1]:51013 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lbUDB-0006yE-4d for submit@debbugs.gnu.org; Tue, 27 Apr 2021 16:21:50 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:48952 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lbUD4-0006xi-JU for 48033@debbugs.gnu.org; Tue, 27 Apr 2021 16:21:31 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1619554883; bh=WKwelSdMn9XLPfc7EgjypPnppgUPDKBE4GMzt46VJA0=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=cW8V2epQ50V0yymopZGdTkGSErtDSlx0Lzux0P5zK5V5eq0XDsHWN67QW0imHi2a+ AgOx3h3iWiv2jRbnHmajbgVB8Z0mHUSbGx4NejfjPHOZFCtYWRYImeIFfqIG5PFZuR oUk8MQKrVQ7Q0PK24U4xd9PZAqet6dTlKUUth6UU= To: Kyle Meyer Subject: Re: [bug#48033] [PATCH] gnu: public-inbox: Update to 1.6.1. In-Reply-To: <87wnso8re5.fsf@kyleam.com> References: <8d66684c511e3a36830465481851f9d86d4d6231.1619439907.git.public@yoctocell.xyz> <87wnso8re5.fsf@kyleam.com> Date: Tue, 27 Apr 2021 22:21:22 +0200 Message-ID: <87zgxjv5q5.fsf@yoctocell.xyz> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 2.9 (++) 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: On Mon, Apr 26 2021, Kyle Meyer wrote: > Thanks for updating this. > > To add to your manual checks above (and to the passing test suite), I > tested out public-inbox-httpd with some inboxes I have locally, and > everything there seems to [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS X-Debbugs-Envelope-To: 48033 Cc: 48033@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: 2.9 (++) 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: On Mon, Apr 26 2021, Kyle Meyer wrote: > Thanks for updating this. > > To add to your manual checks above (and to the passing test suite), I > tested out public-inbox-httpd with some inboxes I have locally, and > everything there seems to [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD On Mon, Apr 26 2021, Kyle Meyer wrote: > Thanks for updating this. > > To add to your manual checks above (and to the passing test suite), I > tested out public-inbox-httpd with some inboxes I have locally, and > everything there seems to be working as expected. Good to know. > I think the perl-filesys-notify-simple input should be dropped because > Filesys::Notify::Simple isn't used as of v1.6.0. Linux::Inotify2 is > used instead, but it doesn't look like that's packaged for Guix yet. I > believe public-inbox has some fallback behavior here so that > public-inbox-watch is still functional, but ideally Linux::Inotify2 > would be added as an input with this update to 1.6.1. Ok, I don't know much about Perl, but I will try to package Linux::Inotify2. > Otherwise, this patch looks good to me, but fwiw there are a few > optional dependencies (already packaged in Guix) that could be added: > > * highlight (syntax highlight for associated code repositories) > * perl-inline-c (nice to have for performance reasons) > * perl-parse-recdescent (as of v1.6.0, used only for public-inbox-imapd) Thanks for pointing these out, I will make sure to add them. >> (description >> - "public-inbox implements the sharing of an email inbox via git to >> + "public-inbox implements the sharing of an email inbox via Git to >> complement or replace traditional mailing lists. Readers may read via NNTP, >> Atom feeds or HTML archives.") > > As of 1.6.0, public-inbox supports running an anonymous IMAP server, so > it may be worth adding IMAP to this list. Yeah, will do. Thanks for the review! From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 27 17:03:22 2021 Received: (at 48033) by debbugs.gnu.org; 27 Apr 2021 21:03:22 +0000 Received: from localhost ([127.0.0.1]:51054 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lbUra-0007y8-CX for submit@debbugs.gnu.org; Tue, 27 Apr 2021 17:03:22 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:49822 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lbUrX-0007xs-QO for 48033@debbugs.gnu.org; Tue, 27 Apr 2021 17:03:20 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1619557392; bh=FeJ3fR5XCKmwWEfPK+lpjDDCYGGKqp0t7bNICBvH8Gg=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=Q4F14PPlgs/zfpCiqzatuUgRfxhbslyD3A22+xJaQZDpfjm1EJZDd0qfn2YYf2rsy mm5kTeTfYE4Kd0Gt2ZHrc/Qa5XobJVjojJk7yH4VHYjyuUMwJ9ib1bqUGbV3I/2hW1 tm9ZtBEQzuAhtbjB1FfUyK31HVoipgBHD/l0wvLQ= To: Kyle Meyer Subject: Re: [bug#48033] [PATCH] gnu: public-inbox: Update to 1.6.1. In-Reply-To: <87zgxjv5q5.fsf@yoctocell.xyz> References: <8d66684c511e3a36830465481851f9d86d4d6231.1619439907.git.public@yoctocell.xyz> <87wnso8re5.fsf@kyleam.com> <87zgxjv5q5.fsf@yoctocell.xyz> Date: Tue, 27 Apr 2021 23:03:11 +0200 Message-ID: <87v987v3sg.fsf@yoctocell.xyz> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 2.9 (++) 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: On Tue, Apr 27 2021, Xinglu Chen wrote: >> Otherwise, this patch looks good to me, but fwiw there are a few >> optional dependencies (already packaged in Guix) that could be added: >> >> * highlight (syntax highlight for associated code rep [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS X-Debbugs-Envelope-To: 48033 Cc: 48033@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: 2.9 (++) 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: On Tue, Apr 27 2021, Xinglu Chen wrote: >> Otherwise, this patch looks good to me, but fwiw there are a few >> optional dependencies (already packaged in Guix) that could be added: >> >> * highlight (syntax highlight for associated code rep [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD On Tue, Apr 27 2021, Xinglu Chen wrote: >> Otherwise, this patch looks good to me, but fwiw there are a few >> optional dependencies (already packaged in Guix) that could be added: >> >> * highlight (syntax highlight for associated code repositories) >> * perl-inline-c (nice to have for performance reasons) >> * perl-parse-recdescent (as of v1.6.0, used only for public-inbox-imapd) > > Thanks for pointing these out, I will make sure to add them. When adding =E2=80=98highlight=E2=80=99 to the inputs, one of the tests fai= l. --8<---------------cut here---------------start------------->8--- [...] t/filter_subjecttag.t ........ ok t/filter_vger.t .............. ok t/git.t ...................... ok t/gzip_filter.t .............. ok failed to open(filetypes.conf): No such file or directory at /tmp/guix-buil= d-public-inbox-1.6.1.drv-0/source/blib/lib/PublicInbox/HlMod.pm line 25. # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 2 just after 1. t/hl_mod.t ...................=20 Dubious, test returned 2 (wstat 512, 0x200) All 1 subtests passed=20 t/html_index.t ............... ok t/httpd-corner.t ............. ok [...] Test Summary Report ------------------- t/hl_mod.t (Wstat: 512 Tests: 1 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output Files=3D108, Tests=3D4046, 241 wallclock secs ( 2.26 usr 0.33 sys + 98.46 = cusr 114.51 csys =3D 215.56 CPU) Result: FAIL Failed 1/108 test programs. 0/4046 subtests failed. make: *** [Makefile:1060: test_dynamic] Error 255 --8<---------------cut here---------------end--------------->8--- Any ideas? From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 28 00:22:35 2021 Received: (at 48033) by debbugs.gnu.org; 28 Apr 2021 04:22:35 +0000 Received: from localhost ([127.0.0.1]:51478 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lbbic-0001rg-W1 for submit@debbugs.gnu.org; Wed, 28 Apr 2021 00:22:35 -0400 Received: from out2.migadu.com ([188.165.223.204]:19128) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lbbiZ-0001rW-PZ for 48033@debbugs.gnu.org; Wed, 28 Apr 2021 00:22:33 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1619583750; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=hNT4KbuxA66roikf0evBUSrh07act3e+IIIjN5ZW0wg=; b=PT2ihBsoOe4SrWmYZhJkrjvbjVTvA3woGJbtwF0BYuPmsVpTIAEQHSB6l6rJ5eAKM6YUlS 17QULPOa3BD33AwglV4JO0IeAvga638lt3+5Itb5dV33uOqGSduc7BHrBdatO+2k926ffw PODQ4HlU/GdFp5cYyFxaO0L9oHMglvnMxt2L9YDwLNAJR0nPMkLx/P9iGceC6bmkM3/w59 PzeMqCQQlwNrAdpC6n9yMRbnlOPShZQf5GrX7lKidmp44994vxCSZj1CXz8PbbZeOweFAm ul3A2Cgn/S7o60bduLP25YgU2GpOZmhRWUWzkLVkCX9GHIpiCRzvUf7HfGneOg== From: Kyle Meyer To: Xinglu Chen Subject: Re: [bug#48033] [PATCH] gnu: public-inbox: Update to 1.6.1. In-Reply-To: <87v987v3sg.fsf@yoctocell.xyz> References: <8d66684c511e3a36830465481851f9d86d4d6231.1619439907.git.public@yoctocell.xyz> <87wnso8re5.fsf@kyleam.com> <87zgxjv5q5.fsf@yoctocell.xyz> <87v987v3sg.fsf@yoctocell.xyz> Date: Wed, 28 Apr 2021 00:22:27 -0400 Message-ID: <87a6pjujgc.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 48033 Cc: 48033@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: > When adding =E2=80=98highlight=E2=80=99 to the inputs, one of the tests f= ail. > [...] > failed to open(filetypes.conf): No such file or directory at /tmp/guix-bu= ild-public-inbox-1.6.1.drv-0/source/blib/lib/PublicInbox/HlMod.pm line 25. > # Tests were run but no plan was declared and done_testing() was not seen. > # Looks like your test exited with 2 just after 1. Hmm, HlMod.pm is calling highlight's getFiletypesConfPath(), and it looks like that returns a bare "filetypes.conf" (which doesn't exist) rather than "/gnu/store/...-highlight-3.62/share/highlight/config/filetypes.conf". Here's what public-inbox's call boils down to: --8<---------------cut here---------------start------------->8--- use highlight; my $dir =3D highlight::DataDir->new; $dir->initSearchDirectories(''); print $dir->getFiletypesConfPath('filetypes')."\n"; --8<---------------cut here---------------end--------------->8--- On my Debian Buster system that prints $ perl scratch.pl /etc/highlight/filetypes.conf And when I go through Guix: $ guix environment -C --ad-hoc perl highlight -- perl scratch.pl filetypes.conf I'm not sure why that would be. Guix's highlight definition sets HL_CONFIG_DIR, and that seems to get wired up correctly: $ guix environment -C --ad-hoc highlight -- highlight --print-config Config file search directories: /gnu/store/6a3jjm38qs80miyqpcb6j9madzy26plg-highlight-3.62/share/highligh= t/ /gnu/store/6a3jjm38qs80miyqpcb6j9madzy26plg-highlight-3.62/share/highligh= t/config/ Filetype config file: /gnu/store/6a3jjm38qs80miyqpcb6j9madzy26plg-highlight-3.62/share/highligh= t/config/filetypes.conf Compiler directive HL_DATA_DIR =3D /gnu/store/6a3jjm38qs80miyqpcb6j9madzy= 26plg-highlight-3.62/share/highlight/ Compiler directive HL_CONFIG_DIR =3D /gnu/store/6a3jjm38qs80miyqpcb6j9mad= zy26plg-highlight-3.62/share/highlight/config/ From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 28 09:16:19 2021 Received: (at 48033) by debbugs.gnu.org; 28 Apr 2021 13:16:19 +0000 Received: from localhost ([127.0.0.1]:52052 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lbk39-0007Zl-E2 for submit@debbugs.gnu.org; Wed, 28 Apr 2021 09:16:19 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:41636 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lbk37-0007ZV-BR for 48033@debbugs.gnu.org; Wed, 28 Apr 2021 09:16:18 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1619615767; bh=np8AxJGYGv6jzWy8CCR4juF4ulyJ+YFdoJVX/VAATBs=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=bBgG5W/qd9g70rVQEnx4W20yvsnSlVwJ1VAJbk0Lu2lS0kXfkYtpO9xcEYHq5piT2 Oh2TBPX43YrCj1FL4YmorpZKj/5MVRBoD93N9xnf4+67tGwvJ01AepPtXIp9ZsU7fp T31+8EK7e/u+7MlZdhnDKSg/57rR0Ll6CzuzJy/E= To: Kyle Meyer Subject: Re: [bug#48033] [PATCH] gnu: public-inbox: Update to 1.6.1. In-Reply-To: <87a6pjujgc.fsf@kyleam.com> References: <8d66684c511e3a36830465481851f9d86d4d6231.1619439907.git.public@yoctocell.xyz> <87wnso8re5.fsf@kyleam.com> <87zgxjv5q5.fsf@yoctocell.xyz> <87v987v3sg.fsf@yoctocell.xyz> <87a6pjujgc.fsf@kyleam.com> Date: Wed, 28 Apr 2021 15:16:07 +0200 Message-ID: <871rautuqw.fsf@yoctocell.xyz> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 2.9 (++) 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: On Wed, Apr 28 2021, Kyle Meyer wrote: > Hmm, HlMod.pm is calling highlight's getFiletypesConfPath(), and it > looks like that returns a bare "filetypes.conf" (which doesn't exist) > rather than > "/gnu/store/...-highlight-3.62/share/highl [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 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.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: 48033 Cc: 48033@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: 2.9 (++) 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: On Wed, Apr 28 2021, Kyle Meyer wrote: > Hmm, HlMod.pm is calling highlight's getFiletypesConfPath(), and it > looks like that returns a bare "filetypes.conf" (which doesn't exist) > rather than > "/gnu/store/...-highlight-3.62/share/highl [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 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 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager On Wed, Apr 28 2021, Kyle Meyer wrote: > Hmm, HlMod.pm is calling highlight's getFiletypesConfPath(), and it > looks like that returns a bare "filetypes.conf" (which doesn't exist) > rather than > "/gnu/store/...-highlight-3.62/share/highlight/config/filetypes.conf". > > Here's what public-inbox's call boils down to: > [...] Thanks for looking into this. I played around with the make flags for =E2=80=98highlight=E2=80=99, but that didn=E2=80=99t get me anywhere. Maybe we could remove =E2=80=98highlight=E2=80=99 for now? Also, lib/PublicInbox/WwwHighlight.pm has this comment: # TODO: support highlight(1) for distros which don't package the # SWIG extension. Also, there may be admins who don't want to # have ugly SWIG-generated code in a long-lived Perl process. Maybe this will become true in the future. :) From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 28 17:54:02 2021 Received: (at 48033) by debbugs.gnu.org; 28 Apr 2021 21:54:02 +0000 Received: from localhost ([127.0.0.1]:54293 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lbs89-000647-N9 for submit@debbugs.gnu.org; Wed, 28 Apr 2021 17:54:01 -0400 Received: from out0.migadu.com ([94.23.1.103]:59143) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lbs84-00063u-8q for 48033@debbugs.gnu.org; Wed, 28 Apr 2021 17:54:00 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1619646834; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=5qMwN67qQjGTYH7eKd0Ts2OVDsISe+WCqcPC/P+cNfI=; b=V4RbbcDr80UQD9Gvbey/GIKkg5nSIgn7QxkgwRhIpYPnYXEd5VaR/pLsxc97UsRi5QSJXx g0KEdZeTGyfrZwzzIV4+Ku0NKJEuVk1MtMp7H2ifCjLZTarWFzjuLwcmjrMWhJd3RAr5p5 R3/tKeYKxowS++z6d5AbvrblBB2wGSaeMzX0mC4LMZt+gi7twlVymiSjZl2youV6M1POpT vEWgrT9tu5BAC1PWwVNGRha7kwmxKNhjsfWDDnevZA8fyPqU1nswYuTFGvnrKcE1MIMzpL OdWqEvY2I2CuPkIWpMuK3oKLornzv06Lg46/3pA/6IX+TUh6SUV4BZWdELFYKw== From: Kyle Meyer To: Xinglu Chen Subject: Re: [bug#48033] [PATCH] gnu: public-inbox: Update to 1.6.1. In-Reply-To: <871rautuqw.fsf@yoctocell.xyz> References: <8d66684c511e3a36830465481851f9d86d4d6231.1619439907.git.public@yoctocell.xyz> <87wnso8re5.fsf@kyleam.com> <87zgxjv5q5.fsf@yoctocell.xyz> <87v987v3sg.fsf@yoctocell.xyz> <87a6pjujgc.fsf@kyleam.com> <871rautuqw.fsf@yoctocell.xyz> Date: Wed, 28 Apr 2021 17:53:52 -0400 Message-ID: <87r1iut6rz.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 48033 Cc: 48033@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.7 (-) Xinglu Chen writes: > Maybe we could remove =E2=80=98highlight=E2=80=99 for now? Sure, not adding it to the current definition sounds fine to me. > Also, > lib/PublicInbox/WwwHighlight.pm has this comment: > > # TODO: support highlight(1) for distros which don't package the > # SWIG extension. Also, there may be admins who don't want to > # have ugly SWIG-generated code in a long-lived Perl process. > > Maybe this will become true in the future. :) Yeah :) Or even pygments support: https://public-inbox.org/meta/20191008215321.GA23962@dcvr/ From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 29 08:18:13 2021 Received: (at 48033) by debbugs.gnu.org; 29 Apr 2021 12:18:13 +0000 Received: from localhost ([127.0.0.1]:55008 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lc5cS-0004xX-Pp for submit@debbugs.gnu.org; Thu, 29 Apr 2021 08:18:12 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:41496 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lc5cR-0004xJ-4P for 48033@debbugs.gnu.org; Thu, 29 Apr 2021 08:18:12 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1619698685; bh=oNIXmWNxXn2cBhMaFXAB6j/EnblIrTF4jXzQoZj2uN8=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=FzZSnVv1qVJi1H+tJry9gxV7cm+3VfHvRyGb+2h/FJ/UvZgYi/4JiZ9VKMi0uaPGJ Fyw0UsX4c/k/GGW09SLZwAwgF5xyBu57gshZOO1W1LPfTjbfXYV30f6IsqxP4TxQmD 11xZetsggW0Zy1kK++ARUTXBZ5HiqFMS+JhMnJM4= To: Kyle Meyer Subject: Re: [bug#48033] [PATCH] gnu: public-inbox: Update to 1.6.1. In-Reply-To: <87r1iut6rz.fsf@kyleam.com> References: <8d66684c511e3a36830465481851f9d86d4d6231.1619439907.git.public@yoctocell.xyz> <87wnso8re5.fsf@kyleam.com> <87zgxjv5q5.fsf@yoctocell.xyz> <87v987v3sg.fsf@yoctocell.xyz> <87a6pjujgc.fsf@kyleam.com> <871rautuqw.fsf@yoctocell.xyz> <87r1iut6rz.fsf@kyleam.com> Date: Thu, 29 Apr 2021 14:18:05 +0200 Message-ID: <87sg39uvwi.fsf@yoctocell.xyz> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 2.9 (++) 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: On Wed, Apr 28 2021, Kyle Meyer wrote: >> Also, >> lib/PublicInbox/WwwHighlight.pm has this comment: >> >> # TODO: support highlight(1) for distros which don't package the >> # SWIG extension. Also, there may be admins who don't want to >> [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: 48033 Cc: 48033@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: 2.9 (++) 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: On Wed, Apr 28 2021, Kyle Meyer wrote: >> Also, >> lib/PublicInbox/WwwHighlight.pm has this comment: >> >> # TODO: support highlight(1) for distros which don't package the >> # SWIG extension. Also, there may be admins who don't want to >> [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager On Wed, Apr 28 2021, Kyle Meyer wrote: >> Also, >> lib/PublicInbox/WwwHighlight.pm has this comment: >> >> # TODO: support highlight(1) for distros which don't package the >> # SWIG extension. Also, there may be admins who don't want to >> # have ugly SWIG-generated code in a long-lived Perl process. >> >> Maybe this will become true in the future. :) > > Yeah :) Or even pygments support: > https://public-inbox.org/meta/20191008215321.GA23962@dcvr/ That would be even better :) I will send an updated series for this. From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 29 08:37:47 2021 Received: (at 48033) by debbugs.gnu.org; 29 Apr 2021 12:37:47 +0000 Received: from localhost ([127.0.0.1]:55037 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lc5vO-0005RP-SY for submit@debbugs.gnu.org; Thu, 29 Apr 2021 08:37:47 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:41892 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lc5vM-0005R3-PW for 48033@debbugs.gnu.org; Thu, 29 Apr 2021 08:37:45 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1619699857; bh=MCjaDJf/0v5QdCpGEW1y91EVjEauTgQZdHzDQyPyhto=; h=From:To:Subject:In-Reply-To:References:Date; b=af9mEo6tG5oVzng22lqC144HszHzX1WZs4glmGtd9Pq6EP5Ay+BY7am+6nGhUXHyR aiYFlol34EaFQaxg0ccO6JqE8swDUekxRG/57K68RdnEBXMncPVAKzpg3a8sPhmcnm jBH2lwNIpcy0ActUHJKXjLgwDUOsKQJ9TuOxaGU0= To: 48033@debbugs.gnu.org Subject: [PATCH v2 0/2] Update public-inbox to 1.6.1 In-Reply-To: <8d66684c511e3a36830465481851f9d86d4d6231.1619439907.git.public@yoctocell.xyz> References: <8d66684c511e3a36830465481851f9d86d4d6231.1619439907.git.public@yoctocell.xyz> Message-Id: Date: Thu, 29 Apr 2021 14:37:36 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 2.9 (++) 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: Changes since v1: - Add some optional dependencies for ‘public-inbox’. - Follow upstream and replace ‘perl-filesys-notify-simple’ with ‘perl-linux-inotify2’. - Mention IMAP support in the description. Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: 48033 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.9 (+) 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: Changes since v1: - Add some optional dependencies for ‘public-inbox’. - Follow upstream and replace ‘perl-filesys-notify-simple’ with ‘perl-linux-inotify2’. - Mention IMAP support in the description. Content analysis details: (1.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager Changes since v1: - Add some optional dependencies for =E2=80=98public-inbox=E2=80=99. - Follow upstream and replace =E2=80=98perl-filesys-notify-simple=E2=80=99 = with =E2=80=98perl-linux-inotify2=E2=80=99. - Mention IMAP support in the description. Xinglu Chen (2): gnu: Add perl-linux-inotify2. gnu: public-inbox: Update to 1.6.1. gnu/packages/mail.scm | 19 +++++++++++++------ gnu/packages/perl.scm | 23 +++++++++++++++++++++++ 2 files changed, 36 insertions(+), 6 deletions(-) base-commit: 510fbf7f9360ec5c7b93a45c2fa7ce168a15d9ae --=20 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 29 08:37:47 2021 Received: (at 48033) by debbugs.gnu.org; 29 Apr 2021 12:37:47 +0000 Received: from localhost ([127.0.0.1]:55039 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lc5vP-0005RR-1e for submit@debbugs.gnu.org; Thu, 29 Apr 2021 08:37:47 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:41900 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lc5vN-0005R6-Dj for 48033@debbugs.gnu.org; Thu, 29 Apr 2021 08:37:46 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1619699858; bh=Xfjm6sv5HS2balP+XyBj9iW+fyDJRHHSrmdu3EUzJkQ=; h=From:To:Subject:In-Reply-To:References:Date; b=LDyAOtYFt2hr6Au6KRznqGmTULQR4SZCXZl2LMWvTNsEwBEl6ZP8kX6G+C/YsQA+B RPwD8jT9bQ+mRhW+Q78mC5DxMSY9u0psMLzY/fO8/XHo6IkMcJfh+1TjE8k9CTz9sC muc6lnUTBaYVOxb4ObfFJVEbG/utA5bcTIWSCjEQ= To: 48033@debbugs.gnu.org Subject: [PATCH v2 1/2] gnu: Add perl-linux-inotify2. In-Reply-To: References: <8d66684c511e3a36830465481851f9d86d4d6231.1619439907.git.public@yoctocell.xyz> Message-Id: Date: Thu, 29 Apr 2021 14:37:37 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 2.9 (++) 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/perl.scm (perl-linux-inotify2): New variable. --- gnu/packages/perl.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 559e6ad9e0..f0750e5620 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -29,6 +29,7 @@ ;;; Copyright © 2020 Nicolas G [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: 48033 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.9 (+) 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/perl.scm (perl-linux-inotify2): New variable. --- gnu/packages/perl.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 559e6ad9e0..f0750e5620 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -29,6 +29,7 @@ ;;; Copyright © 2020 Nicolas G [...] Content analysis details: (1.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/perl.scm (perl-linux-inotify2): New variable. --- gnu/packages/perl.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 559e6ad9e0..f0750e5620 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -29,6 +29,7 @@ ;;; Copyright =C2=A9 2020 Nicolas Goaziou ;;; Copyright =C2=A9 2020 Malte Frank Gerdes ;;; Copyright =C2=A9 2021 Maxim Cournoyer +;;; Copyright =C2=A9 2021 Xinglu Chen ;;; ;;; This file is part of GNU Guix. ;;; @@ -5905,6 +5906,28 @@ writing system to another, based on national or inte= rnational transliteration tables. Where possible a reverse transliteration is supported.") (license (package-license perl)))) =20 +(define-public perl-linux-inotify2 + (package + (name "perl-linux-inotify2") + (version "2.2") + (source + (origin + (method url-fetch) + (uri (string-append + "mirror://cpan/authors/id/M/ML/MLEHMANN/Linux-Inotify2-" + version ".tar.gz")) + (sha256 + (base32 + "0crlxmaa4lsgdjm5p9ib8rdxiy70qj1s68za3q3v57v8ll6s4hfx")))) + (build-system perl-build-system) + (propagated-inputs + `(("perl-common-sense" ,perl-common-sense))) + (home-page "https://metacpan.org/release/Linux-Inotify2") + (synopsis "Scalable file change notification") + (description "This module implements an interface to the Linux 2.6.13 = and +later Inotify file change notification system.") + (license (package-license perl)))) + (define-public perl-list-allutils (package (name "perl-list-allutils") --=20 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 29 08:37:55 2021 Received: (at 48033) by debbugs.gnu.org; 29 Apr 2021 12:37:55 +0000 Received: from localhost ([127.0.0.1]:55042 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lc5vW-0005Rp-Dh for submit@debbugs.gnu.org; Thu, 29 Apr 2021 08:37:55 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:41906 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lc5vP-0005R9-6J for 48033@debbugs.gnu.org; Thu, 29 Apr 2021 08:37:47 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1619699861; bh=id4bTl36qBfpSs6fdx6qyo3aOGkupiHn+Fmxa4zbogM=; h=From:To:Subject:In-Reply-To:References:Date; b=mxiGDsHj+sLJRKii54DzaiesyDEtDrE5hBsSFBec/iykNAfwRhY8SE0/WBc7zrryr XeTdyZ590QxxvVtl2H/+kBb5E8GF9LuA/9zs9gO0O9Roq6pJSBM2nD4NQCZOqIRX8A OrLZuivLk3ailxWAMagRSHztR9hliyvmAEnMdiI8= To: 48033@debbugs.gnu.org Subject: [PATCH v2 2/2] gnu: public-inbox: Update to 1.6.1. In-Reply-To: References: <8d66684c511e3a36830465481851f9d86d4d6231.1619439907.git.public@yoctocell.xyz> Message-Id: Date: Thu, 29 Apr 2021 14:37:41 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 2.9 (++) 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 (public-inbox)[version]: Update to 1.6.1. [inputs]: Add optional dependencies. ‘perl-filesys-notify-simple’ has been superseded by ‘perl-linux-inotify2’ by upstream. [s [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: 48033 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.9 (+) 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 (public-inbox)[version]: Update to 1.6.1. [inputs]: Add optional dependencies. ‘perl-filesys-notify-simple’ has been superseded by ‘perl-linux-inotify2’ by upstream. [s [...] Content analysis details: (1.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/mail.scm (public-inbox)[version]: Update to 1.6.1. [inputs]: Add optional dependencies. =E2=80=98perl-filesys-notify-simple= =E2=80=99 has been superseded by =E2=80=98perl-linux-inotify2=E2=80=99 by upstream. [synopsis]: Capitalize =E2=80=9Cgit=E2=80=9D. [description]: Likewise. Mention IMAP support. --- gnu/packages/mail.scm | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index dc9c21f361..8d3d63fe37 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -123,6 +123,7 @@ #:use-module (gnu packages perl-web) #:use-module (gnu packages pkg-config) #:use-module (gnu packages protobuf) + #:use-module (gnu packages pretty-print) #:use-module (gnu packages python) #:use-module (gnu packages python-check) #:use-module (gnu packages python-crypto) @@ -4082,7 +4083,7 @@ Git and exports them in maildir format or to an MDA t= hrough a pipe.") (define-public public-inbox (package (name "public-inbox") - (version "1.5.0") + (version "1.6.1") (source (origin (method git-fetch) (uri (git-reference @@ -4090,7 +4091,7 @@ Git and exports them in maildir format or to an MDA t= hrough a pipe.") (commit (string-append "v" version)))) (sha256 (base32 - "03zj7shdl3vibs7k5lr673bwcf8j1xx8is3mjz34ca4cdh6p5j2k")) + "0mlwnp5knr7rk9kv8grlh342wsq2193m22zs83cjn9p7x9r2x5f9")) (file-name (git-file-name name version)))) (build-system perl-build-system) (arguments @@ -4145,22 +4146,28 @@ Git and exports them in maildir format or to an MDA= through a pipe.") ("perl-email-mime" ,perl-email-mime) ("perl-email-simple" ,perl-email-simple) ("perl-net-server" ,perl-net-server) - ("perl-filesys-notify-simple" ,perl-filesys-notify-simple) ("perl-plack-middleware-deflater" ,perl-plack-middleware-deflater) ("perl-plack-middleware-reverseproxy" ,perl-plack-middleware-revers= eproxy) ("perl-plack" ,perl-plack) ("perl-search-xapian" ,perl-search-xapian) ("perl-timedate" ,perl-timedate) ("perl-uri-escape" ,perl-uri-escape) + ("perl-inline-c" ,perl-inline-c) + ("perl-parse-recdescent" ,perl-parse-recdescent) + ("perl-linux-inotify2" ,perl-linux-inotify2) + ;; FIXME: Perl modules are unable to find the config file for highl= ight + ;; https://issues.guix.gnu.org/48033#4 + ;; ("highlight" ,highlight) + ;; For testing. ("perl-ipc-run" ,perl-ipc-run) ("perl-xml-feed" ,perl-xml-feed))) (home-page "https://public-inbox.org/README.html") - (synopsis "Archive mailing lists in git repositories") + (synopsis "Archive mailing lists in Git repositories") (description - "public-inbox implements the sharing of an email inbox via git to + "public-inbox implements the sharing of an email inbox via Git to complement or replace traditional mailing lists. Readers may read via NNT= P, -Atom feeds or HTML archives.") +IMAP, Atom feeds or HTML archives.") (license license:agpl3+))) =20 (define-public sylpheed --=20 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 30 19:50:07 2021 Received: (at 48033) by debbugs.gnu.org; 30 Apr 2021 23:50:07 +0000 Received: from localhost ([127.0.0.1]:60043 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcctb-0006DZ-3h for submit@debbugs.gnu.org; Fri, 30 Apr 2021 19:50:07 -0400 Received: from out0.migadu.com ([94.23.1.103]:58147) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcctX-0006DA-F3 for 48033@debbugs.gnu.org; Fri, 30 Apr 2021 19:50:05 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1619826601; 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=4YEChEgUukyF8cMBgi/aBYFs1Ce/roPnMz8uoo1AEeA=; b=enDLjDESd2iN5TtXUK0sadYPlBRSeC8a1k6VkMmai267/bFZd/PWh4OrvFea0QCtc8k6/K SO0B+FsVMh4sbDWQnRogjamtTJ79ooQkkMgb+aSQ2CiJqilX17GQbW94DQ4RaLw5bo+c3F cd8doozG1HbJlrE47sooGZIgZ966lSZ/9mKa86UZldIPZqs+PJD5DCVYWV8P2RDyFffA0u Sy35ALq//GRM89r1NW2nrNWIMTk9Cpj23ZIxpcaFIFKud1VbPdkq1xutsxcxEyzW66YqKx z1GUVaMosrAU8sLrjo5UBFG18WVTfCRRFwqyUhCV3Y9Y48Pu2+OlDvh/jzbcRw== From: Kyle Meyer To: Xinglu Chen Subject: Re: [bug#48033] [PATCH v2 2/2] gnu: public-inbox: Update to 1.6.1. In-Reply-To: References: <8d66684c511e3a36830465481851f9d86d4d6231.1619439907.git.public@yoctocell.xyz> Date: Fri, 30 Apr 2021 19:49:58 -0400 Message-ID: <87im43xrh5.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 48033 Cc: 48033@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.7 (-) Xinglu Chen writes: > diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm > index dc9c21f361..8d3d63fe37 100644 > --- a/gnu/packages/mail.scm > +++ b/gnu/packages/mail.scm > @@ -123,6 +123,7 @@ > #:use-module (gnu packages perl-web) > #:use-module (gnu packages pkg-config) > #:use-module (gnu packages protobuf) > + #:use-module (gnu packages pretty-print) Should this be dropped given that the `highlight' input is left as a FIXME comment? Otherwise this and the first patch look good to me. Thanks. From debbugs-submit-bounces@debbugs.gnu.org Sat May 01 08:01:44 2021 Received: (at 48033) by debbugs.gnu.org; 1 May 2021 12:01:44 +0000 Received: from localhost ([127.0.0.1]:35667 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcoJb-0004KM-PJ for submit@debbugs.gnu.org; Sat, 01 May 2021 08:01:43 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:44212 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcoJZ-0004K9-CL for 48033@debbugs.gnu.org; Sat, 01 May 2021 08:01:41 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1619870495; bh=g+0vgGupFJKo7j9GGckIEB4L0SxEHsQMaYqqo8pFYgg=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=u+4PrQWWvLgigivdz0ksuULt/a1RnE4hqcvtbdlqec2WxCytRyr68h+kAJ38R6azA jj7BrEKZyF1rwdQVXoQ3JYj7Q1EiYANe8iygWj+twinQCRx/U/8/TkDOAOrg3eWrja ysEwO2WhwVimAvjDx1CLC6wWxqo0mVmjhSJR+U7c= To: Kyle Meyer Subject: Re: [bug#48033] [PATCH v2 2/2] gnu: public-inbox: Update to 1.6.1. In-Reply-To: <87im43xrh5.fsf@kyleam.com> References: <8d66684c511e3a36830465481851f9d86d4d6231.1619439907.git.public@yoctocell.xyz> <87im43xrh5.fsf@kyleam.com> Date: Sat, 01 May 2021 14:01:35 +0200 Message-ID: <878s4yk6hs.fsf@yoctocell.xyz> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 2.9 (++) 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: On Fri, Apr 30 2021, Kyle Meyer wrote: > Xinglu Chen writes: > >> diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm >> index dc9c21f361..8d3d63fe37 100644 >> --- a/gnu/packages/mail.scm >> +++ b/gnu/packages/mail.scm >> @@ -123,6 [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 SPF_PASS SPF: sender matches SPF record 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: 48033 Cc: 48033@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: 2.9 (++) 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: On Fri, Apr 30 2021, Kyle Meyer wrote: > Xinglu Chen writes: > >> diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm >> index dc9c21f361..8d3d63fe37 100644 >> --- a/gnu/packages/mail.scm >> +++ b/gnu/packages/mail.scm >> @@ -123,6 [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 SPF_PASS SPF: sender matches SPF record -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD On Fri, Apr 30 2021, Kyle Meyer wrote: > Xinglu Chen writes: > >> diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm >> index dc9c21f361..8d3d63fe37 100644 >> --- a/gnu/packages/mail.scm >> +++ b/gnu/packages/mail.scm >> @@ -123,6 +123,7 @@ >> #:use-module (gnu packages perl-web) >> #:use-module (gnu packages pkg-config) >> #:use-module (gnu packages protobuf) >> + #:use-module (gnu packages pretty-print) > > Should this be dropped given that the `highlight' input is left as a > FIXME comment? Otherwise this and the first patch look good to me. Ah, good catch! From debbugs-submit-bounces@debbugs.gnu.org Sat May 01 08:05:08 2021 Received: (at 48033) by debbugs.gnu.org; 1 May 2021 12:05:08 +0000 Received: from localhost ([127.0.0.1]:35876 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcoMt-0004WP-Kp for submit@debbugs.gnu.org; Sat, 01 May 2021 08:05:08 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:44296 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcoMr-0004V8-5Q for 48033@debbugs.gnu.org; Sat, 01 May 2021 08:05:05 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1619870699; bh=5RDUWcz+cRXBIB4h7P2z/dCcQGKu8hPLvujqGyqVVB8=; h=From:To:Subject:In-Reply-To:References:Date; b=YhVv8sicCGPCJ1qQrKc6GI0ljxavESENfuUOrnACTNRId7e0JzBbK7U53rf/h+gJs R/lMH2Xvz8AzqQt/DVhs/Cgx8dyiVstpB8iRdwd5SEUg7zdklSuzYpjeh4hwvzkTh9 b0pbT5klkPA5l8ScwSvqU9GhnlZkoPhaPlCYj4SA= To: 48033@debbugs.gnu.org Subject: [PATCH v3 0/2] Update public-inbox to 1.6.1 In-Reply-To: References: Message-Id: Date: Sat, 01 May 2021 14:04:59 +0200 MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 2.9 (++) 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: Changes since v2: - Removed unused import (gnu packages pretty-print) from (gnu packages mail). Xinglu Chen (2): gnu: Add perl-linux-inotify2. gnu: public-inbox: Update to 1.6.1. gnu/packages/mail.scm | 18 ++++++++++++------ gnu/packages/perl.scm | 23 +++++++++++++++++++++++ 2 files changed, 35 insertions(+), 6 deletions(-) Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 SPF_PASS SPF: sender matches SPF record 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: 48033 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.9 (+) 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: Changes since v2: - Removed unused import (gnu packages pretty-print) from (gnu packages mail). Xinglu Chen (2): gnu: Add perl-linux-inotify2. gnu: public-inbox: Update to 1.6.1. gnu/packages/mail.scm | 18 ++++++++++++------ gnu/packages/perl.scm | 23 +++++++++++++++++++++++ 2 files changed, 35 insertions(+), 6 deletions(-) Content analysis details: (1.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 SPF_PASS SPF: sender matches SPF record -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD Changes since v2: - Removed unused import (gnu packages pretty-print) from (gnu packages mail). Xinglu Chen (2): gnu: Add perl-linux-inotify2. gnu: public-inbox: Update to 1.6.1. gnu/packages/mail.scm | 18 ++++++++++++------ gnu/packages/perl.scm | 23 +++++++++++++++++++++++ 2 files changed, 35 insertions(+), 6 deletions(-) base-commit: c04dfb39f62f764b1c3988d9b0fcedc8221afa67 -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sat May 01 08:05:09 2021 Received: (at 48033) by debbugs.gnu.org; 1 May 2021 12:05:09 +0000 Received: from localhost ([127.0.0.1]:35882 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcoMv-0004We-7X for submit@debbugs.gnu.org; Sat, 01 May 2021 08:05:09 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:44302 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcoMt-0004VW-2L for 48033@debbugs.gnu.org; Sat, 01 May 2021 08:05:07 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1619870700; bh=Xfjm6sv5HS2balP+XyBj9iW+fyDJRHHSrmdu3EUzJkQ=; h=From:To:Subject:In-Reply-To:References:Date; b=SV4YNjQcG0j23lC05olaO2C+iyX/mti7r0Z22wMfnHwVMDt+llAYJ1mRnXAvdn34J srnpb+yZ0aPY9PwZ8Zy/LXOoVUszrtNHf65XLQg237hhZzUcQKx8hQsaMgIhwVieRE Nb8DmO1smbOvYniqBDk9sMpGE0jxqwdraHXofntE= To: 48033@debbugs.gnu.org Subject: [PATCH v3 1/2] gnu: Add perl-linux-inotify2. In-Reply-To: References: Message-Id: Date: Sat, 01 May 2021 14:05:00 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 2.9 (++) 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/perl.scm (perl-linux-inotify2): New variable. --- gnu/packages/perl.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 559e6ad9e0..f0750e5620 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -29,6 +29,7 @@ ;;; Copyright © 2020 Nicolas G [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 SPF_PASS SPF: sender matches SPF record 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: 48033 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.9 (+) 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/perl.scm (perl-linux-inotify2): New variable. --- gnu/packages/perl.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 559e6ad9e0..f0750e5620 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -29,6 +29,7 @@ ;;; Copyright © 2020 Nicolas G [...] Content analysis details: (1.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 SPF_PASS SPF: sender matches SPF record -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD * gnu/packages/perl.scm (perl-linux-inotify2): New variable. --- gnu/packages/perl.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 559e6ad9e0..f0750e5620 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -29,6 +29,7 @@ ;;; Copyright =C2=A9 2020 Nicolas Goaziou ;;; Copyright =C2=A9 2020 Malte Frank Gerdes ;;; Copyright =C2=A9 2021 Maxim Cournoyer +;;; Copyright =C2=A9 2021 Xinglu Chen ;;; ;;; This file is part of GNU Guix. ;;; @@ -5905,6 +5906,28 @@ writing system to another, based on national or inte= rnational transliteration tables. Where possible a reverse transliteration is supported.") (license (package-license perl)))) =20 +(define-public perl-linux-inotify2 + (package + (name "perl-linux-inotify2") + (version "2.2") + (source + (origin + (method url-fetch) + (uri (string-append + "mirror://cpan/authors/id/M/ML/MLEHMANN/Linux-Inotify2-" + version ".tar.gz")) + (sha256 + (base32 + "0crlxmaa4lsgdjm5p9ib8rdxiy70qj1s68za3q3v57v8ll6s4hfx")))) + (build-system perl-build-system) + (propagated-inputs + `(("perl-common-sense" ,perl-common-sense))) + (home-page "https://metacpan.org/release/Linux-Inotify2") + (synopsis "Scalable file change notification") + (description "This module implements an interface to the Linux 2.6.13 = and +later Inotify file change notification system.") + (license (package-license perl)))) + (define-public perl-list-allutils (package (name "perl-list-allutils") --=20 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sat May 01 08:05:11 2021 Received: (at 48033) by debbugs.gnu.org; 1 May 2021 12:05:11 +0000 Received: from localhost ([127.0.0.1]:35886 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcoMw-0004X0-HE for submit@debbugs.gnu.org; Sat, 01 May 2021 08:05:10 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:44312 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcoMv-0004Vt-4P for 48033@debbugs.gnu.org; Sat, 01 May 2021 08:05:09 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1619870703; bh=ajg9xSDLaxiXoVsSpXpMktWoK8m8u2B8lFGaxqXU4PA=; h=From:To:Subject:In-Reply-To:References:Date; b=am3b2cFexhBMQ4Jwbj9ZFhFmk70m4ZjJgs7NmLVmp9lSlrSrimFF3PC1Ts7r+SEdm G89nS67C/7icvmOinGm/E4KiE9T8YxJRSu7MUGEuNc8IbPvE9BYGkzl8FicVgyxfNQ sbYHulNP6GBDWrCGOvYT764vjKoCTs6M7gyiL4GM= To: 48033@debbugs.gnu.org Subject: [PATCH v3 2/2] gnu: public-inbox: Update to 1.6.1. In-Reply-To: References: Message-Id: <8a522a74c38780d265cc0342e5b37bf80ac53e03.1619870602.git.public@yoctocell.xyz> Date: Sat, 01 May 2021 14:05:03 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 2.9 (++) 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 (public-inbox)[version]: Update to 1.6.1. [inputs]: Add optional dependencies. ‘perl-filesys-notify-simple’ has been superseded by ‘perl-linux-inotify2’ by upstream. [s [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 SPF_PASS SPF: sender matches SPF record 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: 48033 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.9 (+) 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 (public-inbox)[version]: Update to 1.6.1. [inputs]: Add optional dependencies. ‘perl-filesys-notify-simple’ has been superseded by ‘perl-linux-inotify2’ by upstream. [s [...] Content analysis details: (1.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 SPF_PASS SPF: sender matches SPF record -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD * gnu/packages/mail.scm (public-inbox)[version]: Update to 1.6.1. [inputs]: Add optional dependencies. =E2=80=98perl-filesys-notify-simple= =E2=80=99 has been superseded by =E2=80=98perl-linux-inotify2=E2=80=99 by upstream. [synopsis]: Capitalize =E2=80=9Cgit=E2=80=9D. [description]: Likewise. Mention IMAP support. --- gnu/packages/mail.scm | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 5d307df124..2f2cfef543 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -4081,7 +4081,7 @@ Git and exports them in maildir format or to an MDA t= hrough a pipe.") (define-public public-inbox (package (name "public-inbox") - (version "1.5.0") + (version "1.6.1") (source (origin (method git-fetch) (uri (git-reference @@ -4089,7 +4089,7 @@ Git and exports them in maildir format or to an MDA t= hrough a pipe.") (commit (string-append "v" version)))) (sha256 (base32 - "03zj7shdl3vibs7k5lr673bwcf8j1xx8is3mjz34ca4cdh6p5j2k")) + "0mlwnp5knr7rk9kv8grlh342wsq2193m22zs83cjn9p7x9r2x5f9")) (file-name (git-file-name name version)))) (build-system perl-build-system) (arguments @@ -4144,22 +4144,28 @@ Git and exports them in maildir format or to an MDA= through a pipe.") ("perl-email-mime" ,perl-email-mime) ("perl-email-simple" ,perl-email-simple) ("perl-net-server" ,perl-net-server) - ("perl-filesys-notify-simple" ,perl-filesys-notify-simple) ("perl-plack-middleware-deflater" ,perl-plack-middleware-deflater) ("perl-plack-middleware-reverseproxy" ,perl-plack-middleware-revers= eproxy) ("perl-plack" ,perl-plack) ("perl-search-xapian" ,perl-search-xapian) ("perl-timedate" ,perl-timedate) ("perl-uri-escape" ,perl-uri-escape) + ("perl-inline-c" ,perl-inline-c) + ("perl-parse-recdescent" ,perl-parse-recdescent) + ("perl-linux-inotify2" ,perl-linux-inotify2) + ;; FIXME: Perl modules are unable to find the config file for highl= ight + ;; https://issues.guix.gnu.org/48033#4 + ;; ("highlight" ,highlight) + ;; For testing. ("perl-ipc-run" ,perl-ipc-run) ("perl-xml-feed" ,perl-xml-feed))) (home-page "https://public-inbox.org/README.html") - (synopsis "Archive mailing lists in git repositories") + (synopsis "Archive mailing lists in Git repositories") (description - "public-inbox implements the sharing of an email inbox via git to + "public-inbox implements the sharing of an email inbox via Git to complement or replace traditional mailing lists. Readers may read via NNT= P, -Atom feeds or HTML archives.") +IMAP, Atom feeds or HTML archives.") (license license:agpl3+))) =20 (define-public sylpheed --=20 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Mon May 03 12:27:14 2021 Received: (at 48033-done) by debbugs.gnu.org; 3 May 2021 16:27:14 +0000 Received: from localhost ([127.0.0.1]:47328 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ldbPe-0000Jd-Hh for submit@debbugs.gnu.org; Mon, 03 May 2021 12:27:14 -0400 Received: from eggs.gnu.org ([209.51.188.92]:57830) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ldbPd-0000JP-Nw for 48033-done@debbugs.gnu.org; Mon, 03 May 2021 12:27:14 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:57228) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ldbPY-0008Up-2J; Mon, 03 May 2021 12:27:08 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=53784 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ldbPW-0001as-I2; Mon, 03 May 2021 12:27:06 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Xinglu Chen Subject: Re: bug#48033: [PATCH] gnu: public-inbox: Update to 1.6.1. References: Date: Mon, 03 May 2021 18:27:04 +0200 In-Reply-To: (Xinglu Chen's message of "Sat, 01 May 2021 14:04:59 +0200") Message-ID: <87pmy7wzon.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: 48033-done Cc: 48033-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: > Xinglu Chen (2): > gnu: Add perl-linux-inotify2. > gnu: public-inbox: Update to 1.6.1. > > gnu/packages/mail.scm | 18 ++++++++++++------ > gnu/packages/perl.scm | 23 +++++++++++++++++++++++ > 2 files changed, 35 insertions(+), 6 deletions(-) Applied both patches, thank you, and thanks Kyle for reviewing! Ludo=E2=80=99. From unknown Sun Jun 15 08:24:41 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 01 Jun 2021 11:24:06 +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