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,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF 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 EF2D11F51E; Thu, 29 Sep 2022 17:50:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1664473832; bh=Iib9KsOpQf/gCRo0/2OogWiy8zknhj4WEE7kSeemAuY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=t3ouIO0um1ld1eHYOriiX4DqM7GVmLb1u9Byf6gYK38zm7tKa5ae1p8vS9bMdcqoJ /2GpBJVy8VZcpTwDf5+WqesJKRBkpe5Q2YdNt23SZeucPQmQYmDH3/LDp2fmz7xTOM JWoX8RWpEpjtH8eVIE+GPh1zTvd60N3aC7Cp/PVE= From: Eric Wong To: meta@public-inbox.org Cc: Konstantin Ryabitsev Subject: [PATCH 0/4] CentOS 7 fixes + fix Gcf2 everywhere Date: Thu, 29 Sep 2022 17:48:27 +0000 Message-Id: <20220929174831.2919939-1-e@80x24.org> In-Reply-To: <20220928205146.eqzoam6zwfn3kpf5@meerkat.local> References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: A bunch of CentOS 7.x fixes noted by Konstantin I also just noticed I broke Gcf2 everywhere :x I'd much rather support old enterprise distros directly than direct people towards bloated Docker containers and what-not. Eric Wong (4): syscall: initialize buffer for vec() treewide: use --globoff with curl(1) gcf2: fix syntax error and require PublicInbox::Git tests: no IPv6 on old Net::NNTP, Mail::IMAPClient, HTTP::Tiny lib/PublicInbox/Gcf2.pm | 6 ++++-- lib/PublicInbox/LeiCurl.pm | 4 ++-- lib/PublicInbox/Syscall.pm | 2 +- lib/PublicInbox/TestCommon.pm | 9 +++++++++ t/extsearch.t | 4 ++-- t/httpd-corner.t | 8 ++++---- t/nntpd.t | 3 +-- t/v2writable.t | 2 +- 8 files changed, 24 insertions(+), 14 deletions(-)