From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:bcc0::]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id CkrTGnpyiGCOMwEAgWs5BA (envelope-from ) for ; Tue, 27 Apr 2021 22:22:18 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id CCVFFXpyiGAvAwAAB5/wlQ (envelope-from ) for ; Tue, 27 Apr 2021 20:22:18 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 2FEA013ED6 for ; Tue, 27 Apr 2021 22:22:18 +0200 (CEST) Received: from localhost ([::1]:42242 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lbUDp-0006cl-Bg for larch@yhetil.org; Tue, 27 Apr 2021 16:22:17 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55406) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lbUDa-0006bs-Nr for guix-patches@gnu.org; Tue, 27 Apr 2021 16:22:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39468) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lbUDa-0006k6-GP for guix-patches@gnu.org; Tue, 27 Apr 2021 16:22:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lbUDa-0006z0-CT for guix-patches@gnu.org; Tue, 27 Apr 2021 16:22:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#48033] [PATCH] gnu: public-inbox: Update to 1.6.1. Resent-From: Xinglu Chen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 27 Apr 2021 20:22:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48033 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Kyle Meyer Cc: 48033@debbugs.gnu.org Received: via spool by 48033-submit@debbugs.gnu.org id=B48033.161955491026817 (code B ref 48033); Tue, 27 Apr 2021 20:22:02 +0000 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= 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-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -4.00 Authentication-Results: aspmx1.migadu.com; none X-Migadu-Queue-Id: 2FEA013ED6 X-Spam-Score: -4.00 X-Migadu-Scanner: scn0.migadu.com X-TUID: 9h5yBxEllSRg 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!