From patchwork Thu Sep 29 00:52:31 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geoff Levand X-Patchwork-Id: 1684178 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.ozlabs.org (client-ip=2404:9400:2:0:216:3eff:fee1:b9f1; helo=lists.ozlabs.org; envelope-from=petitboot-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org; receiver=) Authentication-Results: legolas.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=infradead.org header.i=@infradead.org header.a=rsa-sha256 header.s=merlin.20170209 header.b=bhPJHVkF; dkim-atps=neutral Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2404:9400:2:0:216:3eff:fee1:b9f1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4MdFGK1bHZz1yqH for ; Thu, 29 Sep 2022 10:53:13 +1000 (AEST) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4MdFGK0q6cz3c6H for ; Thu, 29 Sep 2022 10:53:13 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=infradead.org header.i=@infradead.org header.a=rsa-sha256 header.s=merlin.20170209 header.b=bhPJHVkF; dkim-atps=neutral X-Original-To: petitboot@lists.ozlabs.org Delivered-To: petitboot@lists.ozlabs.org Authentication-Results: lists.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=infradead.org (client-ip=2001:8b0:10b:1234::107; helo=merlin.infradead.org; envelope-from=geoff@infradead.org; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=infradead.org header.i=@infradead.org header.a=rsa-sha256 header.s=merlin.20170209 header.b=bhPJHVkF; dkim-atps=neutral Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1234::107]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4MdFFc0xgmz2xZp for ; Thu, 29 Sep 2022 10:52:36 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Date:Cc:To:Content-Transfer-Encoding: Content-Type:MIME-Version:Subject:From:Message-Id:Sender:Reply-To:Content-ID: Content-Description:In-Reply-To:References; bh=7wBbmxjM8Z0ji5QTFZp0QSsDl5Kav+NE0aq7EKAY43o=; b=bhPJHVkFeONUwqxjUxU2G3V45o 62L7/rtvCjuC5i8Md+4XP8cLXuwIel2wDfLjUhKDsgJmWSnpWm/Z4KGOOaI83mTguehv8n0p2tR8L QGXKPoCHWcN4sNmwlRbQg/WVUQFfzRXVKy3rQ1Z/2Qjoq0jr5ORGJil7v5V1K9UVsGBxKNrBCd0/N 5r9QNBfV2MnPiUq2Fnre8+BHf/Ii2d9pe4XECLcAG/HD7MFYGjv9NRljw/sqaDMPF6Rhb3v6Tv6Vu tBgy9nQ8Bn+uVmcPUBXrZujy13I+jzdaVGB/ZN7EPQkcetY+hOeIxkgoVmUQSqMfPeD/5jpD6YYfR 2Dneg8EQ==; Received: from geoff by merlin.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1odhmx-0061Y5-SR; Thu, 29 Sep 2022 00:52:31 +0000 Message-Id: From: Geoff Levand Patch-Date: Wed, 28 Sep 2022 17:48:15 -0700 Subject: [PATCH v1 0/5] *** SUBJECT HERE *** MIME-Version: 1.0 To: Jeremy Kerr Date: Thu, 29 Sep 2022 00:52:31 +0000 X-BeenThere: petitboot@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Petitboot bootloader development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: petitboot@lists.ozlabs.org Errors-To: petitboot-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Petitboot" *** BLURB HERE *** Geoff Levand (5): bootstrap: Fix warnings yacc: Fix warnings gettext: Fix error Makefile: Add 'make help' Fix build warnings. .gitignore | 3 ++ Makefile.am | 9 +++++ configure.ac | 24 +++++++------ discover/grub2/grub2-parser.y | 4 +-- discover/native/native-parser.y | 4 +-- discover/paths.c | 2 ++ discover/pxe-parser.c | 4 ++- m4/gpgme.m4 | 60 +++++++++++++++++++++++++++------ ui/ncurses/nc-plugin.c | 1 + 9 files changed, 84 insertions(+), 27 deletions(-)