From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D4EB5C4167B for ; Fri, 1 Dec 2023 20:08:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 7334040492; Fri, 1 Dec 2023 20:08:34 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 7334040492 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FDSzTLlnSJlk; Fri, 1 Dec 2023 20:08:33 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id 73F6A43761; Fri, 1 Dec 2023 20:08:32 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 73F6A43761 Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 8B9BB1BF2BF for ; Fri, 1 Dec 2023 20:08:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 653E460792 for ; Fri, 1 Dec 2023 20:08:30 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 653E460792 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hElgj8AhBrvJ for ; Fri, 1 Dec 2023 20:08:29 +0000 (UTC) Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) by smtp3.osuosl.org (Postfix) with ESMTPS id 57F6160783 for ; Fri, 1 Dec 2023 20:08:29 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 57F6160783 Received: by mail.gandi.net (Postfix) with ESMTPSA id 3DB0C60003; Fri, 1 Dec 2023 20:08:26 +0000 (UTC) Received: from peko by dell.be.48ers.dk with local (Exim 4.96) (envelope-from ) id 1r99oH-004SoF-1Y; Fri, 01 Dec 2023 21:08:25 +0100 From: Peter Korsgaard To: Fabrice Fontaine References: <20231129173901.505113-1-fontaine.fabrice@gmail.com> <20231129173901.505113-2-fontaine.fabrice@gmail.com> Date: Fri, 01 Dec 2023 21:08:25 +0100 In-Reply-To: <20231129173901.505113-2-fontaine.fabrice@gmail.com> (Fabrice Fontaine's message of "Wed, 29 Nov 2023 18:39:01 +0100") Message-ID: <875y1h65za.fsf@48ers.dk> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 X-GND-Sasl: peter@korsgaard.com Subject: Re: [Buildroot] [PATCH 2/2] package/xtables-addons: bump to version 3.24 X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" >>>>> "Fabrice" == Fabrice Fontaine writes: > This bump will fix the following build failure with kernel >= 6.2 thanks > to > https://codeberg.org/jengelh/xtables-addons/commit/51761c3fe2454e0b4bc25274dd55d4ab72c54bf0: > /home/buildroot/autobuild/instance-1/output-1/build/xtables-addons-3.22/extensions/xt_TARPIT.c: > In function 'xttarpit_honeypot': > /home/buildroot/autobuild/instance-1/output-1/build/xtables-addons-3.22/extensions/xt_TARPIT.c:110:26: > error: implicit declaration of function 'prandom_u32_max'; did you mean > 'prandom_u32_state'? [-Werror=implicit-function-declaration] > 110 | (prandom_u32_max(0x20) - 0xf); > | ^~~~~~~~~~~~~~~ > | prandom_u32_state > Fixes: > - http://autobuild.buildroot.org/results/e8f2a0cb5b38ff98da97268c4b642554a0a732e1 > - http://autobuild.buildroot.org/results/0191ee0590c08b73f17b35a5c8521796693772b5 > Signed-off-by: Fabrice Fontaine Committed to 2023.08.x, thanks. -- Bye, Peter Korsgaard _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot