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 70805C433EF for ; Sat, 16 Jul 2022 15:35:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 0C3078476F; Sat, 16 Jul 2022 15:35:30 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 0C3078476F 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 OVIEWMOAjGQJ; Sat, 16 Jul 2022 15:35:29 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp1.osuosl.org (Postfix) with ESMTP id BCF2884787; Sat, 16 Jul 2022 15:35:27 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org BCF2884787 Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 39F591BF4DA for ; Sat, 16 Jul 2022 15:35:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 1FBA1848CD for ; Sat, 16 Jul 2022 15:35:26 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 1FBA1848CD 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 fWXYQr23lhVt for ; Sat, 16 Jul 2022 15:35:24 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 49BEF84780 Received: from smtp1-g21.free.fr (smtp1-g21.free.fr [IPv6:2a01:e0c:1:1599::10]) by smtp1.osuosl.org (Postfix) with ESMTPS id 49BEF84780 for ; Sat, 16 Jul 2022 15:35:24 +0000 (UTC) Received: from ymorin.is-a-geek.org (unknown [IPv6:2a01:cb19:8b51:cb00:b44d:f503:4d93:3115]) (Authenticated sender: yann.morin.1998@free.fr) by smtp1-g21.free.fr (Postfix) with ESMTPSA id 0857BB0054E; Sat, 16 Jul 2022 17:35:19 +0200 (CEST) Received: by ymorin.is-a-geek.org (sSMTP sendmail emulation); Sat, 16 Jul 2022 17:35:19 +0200 Date: Sat, 16 Jul 2022 17:35:19 +0200 From: "Yann E. MORIN" To: Adrian Perez de Castro Message-ID: <20220716153519.GD2543@scaer> References: <20220713132908.949744-1-aperez@igalia.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220713132908.949744-1-aperez@igalia.com> User-Agent: Mutt/1.5.22 (2013-10-16) X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=free.fr; s=smtp-20201208; t=1657985722; bh=Vt9JdL4U829Dzy9jNFG2rRXIp2NsFKU+JuDERJG4/s4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CRXAnOI8ZjuU8MTRxGCmXA3O98rDOGCWjioPC3w2v6u57illLc8NaB7rdRmbTd+qY QC7skVFYlx/hPnE+81nWSfHfv2gQTkK202LtRo4nCC2l9k6A8EcpyPE6lezSr8O/yO jw1hNG8WXBd/XALJnetNo4FEY+SJks/gm9JtRpPkgo7erILExRlM6I4ez/Oeec/Qni c3RRLqBTd5/Gh6rU0mVlUOKvAYZhOwrqmOtzCPsez9degXN4yZA7OfIYtoDfVNdico 211nKUZvDudWL0+dEJeaNmlRpZcddAkb26cXLrSEPdMwG9c760SPu5Xf0GdlSh2mlQ 6UH+SRfc5eK2Q== X-Mailman-Original-Authentication-Results: smtp1.osuosl.org; dkim=pass (2048-bit key) header.d=free.fr header.i=@free.fr header.a=rsa-sha256 header.s=smtp-20201208 header.b=CRXAnOI8 Subject: Re: [Buildroot] [PATCH 1/1] package/webkitgtk: security bump to version 2.36.4 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" Adrian, All, On 2022-07-13 16:29 +0300, Adrian Perez de Castro spake thusly: > Bugfix release, fixes a WebKitWebProcess leak, MPRIS/MediaSession > support, adds a missing ATSPI a11y interface, and security patches > for CVE-2022-22677 and CVE-2022-26710. > > Release notes: > > https://webkitgtk.org/2022/07/05/webkitgtk2.36.4-released.html > > Accompanying security advisory: > > https://webkitgtk.org/security/WSA-2022-0006.html > > One patch is now included in the packaged release, and another with a > build fix imported, which is actually a revert of a patch that made it > into the release but can cause linking issues when using LTO. > > Signed-off-by: Adrian Perez de Castro Applied to master, thanks. Regards, Yann E. MORIN. > --- > ...en-cross-building-for-64-bit-ARM-htt.patch | 32 ---------- > ...5034-WebKitTestRunner-shouldn-t-link.patch | 58 +++++++++++++++++++ > package/webkitgtk/webkitgtk.hash | 8 +-- > package/webkitgtk/webkitgtk.mk | 2 +- > 4 files changed, 63 insertions(+), 37 deletions(-) > delete mode 100644 package/webkitgtk/0001-Build-failure-when-cross-building-for-64-bit-ARM-htt.patch > create mode 100644 package/webkitgtk/0001-Revert-Merge-r295034-WebKitTestRunner-shouldn-t-link.patch > > diff --git a/package/webkitgtk/0001-Build-failure-when-cross-building-for-64-bit-ARM-htt.patch b/package/webkitgtk/0001-Build-failure-when-cross-building-for-64-bit-ARM-htt.patch > deleted file mode 100644 > index 7c9c8666ad..0000000000 > --- a/package/webkitgtk/0001-Build-failure-when-cross-building-for-64-bit-ARM-htt.patch > +++ /dev/null > @@ -1,32 +0,0 @@ > -From b0c63502f004db68b485354967bb1c56c071f4eb Mon Sep 17 00:00:00 2001 > -From: Adrian Perez de Castro > -Date: Tue, 31 May 2022 00:48:21 +0300 > -Subject: [PATCH] Build failure when cross-building for 64-bit ARM > - https://bugs.webkit.org/show_bug.cgi?id=241109 > - > -Unreviewed build fix. > - > -* Source/WebCore/bindings/js/JSDOMMapLike.cpp: Add missing > - JavaScriptCore/HashMapImplInlines.h header inclusion. > - > -Signed-off-by: Adrian Perez de Castro > -Upstream status: https://github.com/WebKit/WebKit/pull/1165 > ---- > - Source/WebCore/bindings/js/JSDOMMapLike.cpp | 1 + > - 1 file changed, 1 insertion(+) > - > -diff --git a/Source/WebCore/bindings/js/JSDOMMapLike.cpp b/Source/WebCore/bindings/js/JSDOMMapLike.cpp > -index e132c39fa54..2cb4b1b59a3 100644 > ---- a/Source/WebCore/bindings/js/JSDOMMapLike.cpp > -+++ b/Source/WebCore/bindings/js/JSDOMMapLike.cpp > -@@ -28,6 +28,7 @@ > - > - #include "WebCoreJSClientData.h" > - #include > -+#include > - #include > - #include > - > --- > -2.36.1 > - > diff --git a/package/webkitgtk/0001-Revert-Merge-r295034-WebKitTestRunner-shouldn-t-link.patch b/package/webkitgtk/0001-Revert-Merge-r295034-WebKitTestRunner-shouldn-t-link.patch > new file mode 100644 > index 0000000000..d1edd36660 > --- /dev/null > +++ b/package/webkitgtk/0001-Revert-Merge-r295034-WebKitTestRunner-shouldn-t-link.patch > @@ -0,0 +1,58 @@ > +From a780527a1b79538f1e1f5144e9b522d0927a2312 Mon Sep 17 00:00:00 2001 > +From: Adrian Perez de Castro > +Date: Wed, 13 Jul 2022 00:53:48 +0300 > +Subject: [PATCH] Revert "Merge r295034 - WebKitTestRunner shouldn't link > + object files of JavaScriptCore and WebCore" > + > +This reverts commit 7916fda00b347ff263fbfe72c065032d1d9b523c. > + > +Signed-off-by: Adrian Perez de Castro > +[Upstream status: https://bugs.webkit.org/show_bug.cgi?id=241002] > + > +--- > + Source/JavaScriptCore/CMakeLists.txt | 12 +++++++++--- > + Tools/WebKitTestRunner/CMakeLists.txt | 1 - > + Tools/WebKitTestRunner/PlatformGTK.cmake | 4 ++++ > + Tools/WebKitTestRunner/PlatformWin.cmake | 4 ++++ > + 4 files changed, 17 insertions(+), 4 deletions(-) > + > +diff --git a/Source/JavaScriptCore/CMakeLists.txt b/Source/JavaScriptCore/CMakeLists.txt > +index 95a1300ce1b3..238208eb1137 100644 > +--- a/Source/JavaScriptCore/CMakeLists.txt > ++++ b/Source/JavaScriptCore/CMakeLists.txt > +@@ -456,7 +456,7 @@ if (MSVC AND NOT ENABLE_C_LOOP) > + COMMAND ${MASM_EXECUTABLE} ${LLINT_MASM_FLAGS} ${JavaScriptCore_DERIVED_SOURCES_DIR}/LowLevelInterpreterWin.obj ${JavaScriptCore_DERIVED_SOURCES_DIR}/LowLevelInterpreterWin.asm > + VERBATIM) > + list(APPEND JavaScriptCore_SOURCES ${JavaScriptCore_DERIVED_SOURCES_DIR}/LowLevelInterpreterWin.obj) > +- add_library(LowLevelInterpreterLib STATIC llint/LowLevelInterpreter.cpp) > ++ add_library(LowLevelInterpreterLib OBJECT llint/LowLevelInterpreter.cpp) > + else () > + # As there's poor toolchain support for using `.file` directives in > + # inline asm (i.e. there's no way to avoid clashes with the `.file` > +@@ -465,7 +465,7 @@ else () > + # an object file. We only need to do this for LowLevelInterpreter.cpp > + # and cmake doesn't allow us to introduce a compiler wrapper for a > + # single source file, so we need to create a separate target for it. > +- add_library(LowLevelInterpreterLib STATIC llint/LowLevelInterpreter.cpp > ++ add_library(LowLevelInterpreterLib OBJECT llint/LowLevelInterpreter.cpp > + ${JavaScriptCore_DERIVED_SOURCES_DIR}/${LLIntOutput}) > + endif () > + > +@@ -1496,7 +1496,13 @@ if (CMAKE_COMPILER_IS_GNUCXX AND GCC_OFFLINEASM_SOURCE_MAP) > + COMPILE_OPTIONS "-fno-lto") > + endif () > + > +-list(APPEND JavaScriptCore_PRIVATE_LIBRARIES LowLevelInterpreterLib) > ++# When building JavaScriptCore as an object library, we need to make sure the > ++# lowlevelinterpreter lib objects get propogated. > ++if (${JavaScriptCore_LIBRARY_TYPE} STREQUAL "OBJECT") > ++ list(APPEND JavaScriptCore_PRIVATE_LIBRARIES $) > ++else () > ++ list(APPEND JavaScriptCore_SOURCES $) > ++endif () > + > + WEBKIT_COMPUTE_SOURCES(JavaScriptCore) > + list(APPEND JavaScriptCore_SOURCES > +-- > +2.37.1 > + > diff --git a/package/webkitgtk/webkitgtk.hash b/package/webkitgtk/webkitgtk.hash > index 1176bbc7a1..7f67ef4a7a 100644 > --- a/package/webkitgtk/webkitgtk.hash > +++ b/package/webkitgtk/webkitgtk.hash > @@ -1,7 +1,7 @@ > -# From https://webkitgtk.org/releases/webkitgtk-2.36.3.tar.xz.sums > -md5 8ad4b1bfbbe3115ee163a8b2ba7b908f webkitgtk-2.36.3.tar.xz > -sha1 59ee6ee820be360ad57391870fa158064091c525 webkitgtk-2.36.3.tar.xz > -sha256 732fcf8c4ec644b8ed28b46ebbd7c1ebab9d9e0afea9bdf5e5d12786afc478d1 webkitgtk-2.36.3.tar.xz > +# From https://webkitgtk.org/releases/webkitgtk-2.36.4.tar.xz.sums > +md5 bb5f96d54804e22fd52478665d1dac7a webkitgtk-2.36.4.tar.xz > +sha1 c4f2d3c8581d1abe2a959e99f2846bea5d5ddf3c webkitgtk-2.36.4.tar.xz > +sha256 b6bebe1f85a479d968c19e44a4704622ef8cef61636ad1b2406b77d16ae2e2a8 webkitgtk-2.36.4.tar.xz > > # Hashes for license files: > sha256 0b5d3a7cc325942567373b0ecd757d07c132e0ebd7c97bfc63f7e1a76094edb4 Source/WebCore/LICENSE-APPLE > diff --git a/package/webkitgtk/webkitgtk.mk b/package/webkitgtk/webkitgtk.mk > index 07fc98c5f6..cbe36720da 100644 > --- a/package/webkitgtk/webkitgtk.mk > +++ b/package/webkitgtk/webkitgtk.mk > @@ -4,7 +4,7 @@ > # > ################################################################################ > > -WEBKITGTK_VERSION = 2.36.3 > +WEBKITGTK_VERSION = 2.36.4 > WEBKITGTK_SITE = https://www.webkitgtk.org/releases > WEBKITGTK_SOURCE = webkitgtk-$(WEBKITGTK_VERSION).tar.xz > WEBKITGTK_INSTALL_STAGING = YES > -- > 2.37.1 > > _______________________________________________ > buildroot mailing list > buildroot@buildroot.org > https://lists.buildroot.org/mailman/listinfo/buildroot -- .-----------------.--------------------.------------------.--------------------. | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: | | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ | | +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no | | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. | '------------------------------^-------^------------------^--------------------' _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot