From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 6010F1F406 for ; Wed, 30 Aug 2023 05:10:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1693372245; bh=4wTywjPZ5/tSqqDPyPhj9DpUQhtdj14eUWWcsjHE/oc=; h=From:To:Subject:Date:From; b=jhs5L2pgpDkicQlatH7PqguuaNilaFBAK/wZzMnBxAgOUDTkGv5V5cAjWYcVedp0W I2MwVlJ/cshYg5XNrxDaCPd9cFSyfBatQH3pB/+XhNvLdrUVMZam2OyrnHNK+MMHbr pJoEnURyasDDtaln8gmUE4u3BWyKd4h0zsT5tedY= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/7] various build fixes + OpenBSD compat Date: Wed, 30 Aug 2023 05:10:38 +0000 Message-Id: <20230830051045.330641-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: 7/7 had me shaking my head for a bit, but I'd rather pay that price than introduce weirdness with C++ templates. Eric Wong (7): treewide: drop MSG_EOR with AF_UNIX+SOCK_SEQPACKET Makefile.PL: fix syntax for ASan and valgrind targets Makefile.PL: depend on autodie, at least for tests t/kqnotify: improve test reliability on OpenBSD xap_helper.h: don't compress debug sections on OpenBSD xap_helper.h: limit stderr assignment to glibc+FreeBSD xap_helper.h: fix double-free on OpenBSD hdestroy INSTALL | 1 + Makefile.PL | 10 +++-- lib/PublicInbox/CodeSearchIdx.pm | 8 ++-- lib/PublicInbox/IPC.pm | 10 ++--- lib/PublicInbox/LEI.pm | 28 ++++++------- lib/PublicInbox/PktOp.pm | 4 +- lib/PublicInbox/WQBlocked.pm | 3 +- lib/PublicInbox/XapClient.pm | 4 +- lib/PublicInbox/XapHelperCxx.pm | 4 +- lib/PublicInbox/xap_helper.h | 68 ++++++++++++++++++++++++++++---- script/lei | 10 ++--- t/check-www-inbox.perl | 4 +- t/cmd_ipc.t | 8 ++-- t/kqnotify.t | 55 +++++++++++++++++++------- t/lei-daemon.t | 4 +- t/xap_helper.t | 11 +++--- 16 files changed, 158 insertions(+), 74 deletions(-)