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 smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (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 712ACC4332F for ; Tue, 14 Nov 2023 07:58:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id EA9C1418EA; Tue, 14 Nov 2023 07:58:03 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org EA9C1418EA X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SXvtaytUk23y; Tue, 14 Nov 2023 07:58:02 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp4.osuosl.org (Postfix) with ESMTP id AE99141B14; Tue, 14 Nov 2023 07:58:00 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org AE99141B14 Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 17FD11BF364 for ; Tue, 14 Nov 2023 07:57:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id E50A382013 for ; Tue, 14 Nov 2023 07:57:38 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org E50A382013 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FsmYT1XPOoCA for ; Tue, 14 Nov 2023 07:57:37 +0000 (UTC) Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::221]) by smtp1.osuosl.org (Postfix) with ESMTPS id 8880781FFB for ; Tue, 14 Nov 2023 07:57:37 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 8880781FFB Received: by mail.gandi.net (Postfix) with ESMTPSA id 89A01240016; Tue, 14 Nov 2023 07:57:35 +0000 (UTC) Received: from peko by dell.be.48ers.dk with local (Exim 4.96) (envelope-from ) id 1r2oIg-00BvVy-35; Tue, 14 Nov 2023 08:57:34 +0100 From: Peter Korsgaard To: buildroot@buildroot.org References: <20231112194326.2539029-1-peter@korsgaard.com> <20231112194326.2539029-4-peter@korsgaard.com> Date: Tue, 14 Nov 2023 08:57:34 +0100 In-Reply-To: <20231112194326.2539029-4-peter@korsgaard.com> (Peter Korsgaard's message of "Sun, 12 Nov 2023 20:43:25 +0100") Message-ID: <87leb0daxd.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 4/4] support/dependencies/check-host-tar.sh: blacklist tar 1.35+ 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: "Yann E . MORIN" , Vincent Fazio Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" >>>>> "Peter" == Peter Korsgaard writes: > GNU tar 1.35 changed the behaviour for the devmajor/devminor fields, > breaking the download hash validation. For details, see: > https://lists.gnu.org/archive/html/info-gnu/2023-07/msg00005.html > https://patchwork.ozlabs.org/project/buildroot/patch/20231018141155.533944-1-vfazio@gmail.com/ > To work around this issue, blacklist tar 1.35+ similar to how we do it for > pre-1.27 versions so Buildroot falls back to building host-tar (which is > currently 1.34). > Signed-off-by: Peter Korsgaard Committed to 2023.02.x and 2023.08.x, thanks. -- Bye, Peter Korsgaard _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot