From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 41ABE1F803 for ; Thu, 10 Jan 2019 06:59:58 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] some dependency cleanups Date: Thu, 10 Jan 2019 06:59:54 +0000 Message-Id: <20190110065957.28265-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Getting rid of Socket6 is on the horizon, at least. It's a bit sad to drop wheezy support since that's what I started the project with; but I then again I always had git installed in $HOME and not /usr, so it probably still works otherwise *shrug* Eric Wong (3): daemon: make Socket6 optional, note about Net::Socket::IP INSTALL: Net::Server is not needed for systemd use check git version requirements INSTALL | 25 +++++++++++++++++-------- lib/PublicInbox/Daemon.pm | 19 ++++++++++++++++--- lib/PublicInbox/SearchIdx.pm | 1 + t/altid_v2.t | 2 ++ t/common.perl | 14 ++++++++++++++ t/convert-compact.t | 2 ++ t/import.t | 6 ++++-- t/init.t | 2 ++ t/mda_filter_rubylang.t | 2 ++ t/nntpd.t | 11 ++++++++--- t/psgi_v2.t | 2 ++ t/v1reindex.t | 2 ++ t/v2-add-remove-add.t | 2 ++ t/v2mda.t | 2 ++ t/v2mirror.t | 1 + t/v2reindex.t | 2 ++ t/v2writable.t | 1 + t/watch_maildir_v2.t | 2 ++ 18 files changed, 82 insertions(+), 16 deletions(-) -- EW