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 smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (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 70336C25B75 for ; Wed, 29 May 2024 06:16:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 1F93C80C70; Wed, 29 May 2024 06:16:27 +0000 (UTC) X-Virus-Scanned: amavis at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavis, port 10024) with ESMTP id 6la-xINrTrTn; Wed, 29 May 2024 06:16:26 +0000 (UTC) X-Comment: SPF check N/A for local connections - client-ip=140.211.166.34; helo=ash.osuosl.org; envelope-from=buildroot-bounces@buildroot.org; receiver= DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 1058C81127 Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp1.osuosl.org (Postfix) with ESMTP id 1058C81127; Wed, 29 May 2024 06:16:26 +0000 (UTC) Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 116D81BF5AD for ; Wed, 29 May 2024 06:16:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id F2696606F8 for ; Wed, 29 May 2024 06:16:23 +0000 (UTC) X-Virus-Scanned: amavis at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavis, port 10024) with ESMTP id TO-iLlVjF7yz for ; Wed, 29 May 2024 06:16:23 +0000 (UTC) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=2001:4b98:dc4:8::229; helo=relay9-d.mail.gandi.net; envelope-from=peter@korsgaard.com; receiver= DMARC-Filter: OpenDMARC Filter v1.4.2 smtp3.osuosl.org 5B3A7606E8 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 5B3A7606E8 Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::229]) by smtp3.osuosl.org (Postfix) with ESMTPS id 5B3A7606E8 for ; Wed, 29 May 2024 06:16:21 +0000 (UTC) Received: by mail.gandi.net (Postfix) with ESMTPSA id C68A2FF805; Wed, 29 May 2024 06:16:18 +0000 (UTC) Received: from peko by dell.be.48ers.dk with local (Exim 4.96) (envelope-from ) id 1sCCbh-009QrW-35; Wed, 29 May 2024 08:16:17 +0200 From: Peter Korsgaard To: Adrian Perez de Castro References: <20240522091608.3659847-1-aperez@igalia.com> <20240522091608.3659847-3-aperez@igalia.com> Date: Wed, 29 May 2024 08:16:17 +0200 In-Reply-To: <20240522091608.3659847-3-aperez@igalia.com> (Adrian Perez de Castro's message of "Wed, 22 May 2024 12:16:05 +0300") Message-ID: <87ttihrvm6.fsf@dell.be.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 X-Mailman-Original-Authentication-Results: smtp3.osuosl.org; dmarc=none (p=none dis=none) header.from=korsgaard.com Subject: Re: [Buildroot] [PATCH 2/4] package/wpewebkit: security bump to version 2.44.2 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: Samuel Martin , buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" >>>>> "Adrian" == Adrian Perez de Castro writes: > Update to the most recent stable release of WPE WebKit. As this is a > change to a newer release series, there are a few changes in the CMake > build options. Dependencies mostly remain the same. The main changes > are: > - The new ENABLE_WEB_CODECS option is set along with ENABLE_VIDEO and > ENABLE_WEB_RTC depending on BR2_PACKAGE_WPEWEBKIT_MULTIMEDIA. > - The new USE_LIBBACKTRACE option is set accordingly, depending on > BR2_PACKAGE_LIBBACKTRACE. > - WebAssembly does not work with ENABLE_C_LOOP, so it needs to be > disabled alongside it for MIPSr6, ARMv5 and ARMv6; not that building > WebAssembly support is enabled by default. > - ENABLE_ACCESSIBILITY has been removed, instead the new USE_ATK option > can be used to the same effect. > - JPEG2000 is no longer supported, the openjpeg dependency is removed. > Release notes and announcement: > - https://wpewebkit.org/blog/2024-wpewebkit-2.44.html > - https://wpewebkit.org/release/wpewebkit-2.44.0.html > - https://wpewebkit.org/release/wpewebkit-2.44.1.html > - https://wpewebkit.org/release/wpewebkit-2.44.2.html > Relevant security advisories: > - https://wpewebkit.org/security/WSA-2024-0002.html > - https://wpewebkit.org/security/WSA-2024-0003.html > Signed-off-by: Adrian Perez de Castro > WPEWEBKIT_SITE = https://wpewebkit.org/releases > -WPEWEBKIT_SOURCE = wpewebkit-$(WPEWEBKIT_VERSION).tar.xz > +WPEWEBKIT_SOURCE = wpewebkit-$(WPEWEBKIT_VERSION).tar.lz I know of the xz backdoor issue, but we use .xz in a LOT of packages and upstream provides .tar.xz, so I prefer to use that here as well to not have to pull in host-lzip. Committed with that changed, thanks. -- Bye, Peter Korsgaard _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot