* [Buildroot] [PATCH 1/1] package/wpewebkit: bump version to 2.34.2
@ 2021-11-24 20:56 Adrian Perez de Castro
2021-11-24 20:58 ` Adrian Perez de Castro
` (3 more replies)
0 siblings, 4 replies; 10+ messages in thread
From: Adrian Perez de Castro @ 2021-11-24 20:56 UTC (permalink / raw)
To: buildroot; +Cc: Adrian Perez de Castro
Update to the the next minor release, which fixes an scrolling issue and
incorporated a patch that can now be removed from Buildroot. Release
notes:
https://wpewebkit.org/release/wpewebkit-2.34.2.html
Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
---
...e-build-issues-with-ENABLE_VIDEO-OFF.patch | 78 -------------------
package/wpewebkit/wpewebkit.hash | 8 +-
package/wpewebkit/wpewebkit.mk | 2 +-
3 files changed, 5 insertions(+), 83 deletions(-)
delete mode 100644 package/wpewebkit/0001-WPE-GTK-Multiple-build-issues-with-ENABLE_VIDEO-OFF.patch
diff --git a/package/wpewebkit/0001-WPE-GTK-Multiple-build-issues-with-ENABLE_VIDEO-OFF.patch b/package/wpewebkit/0001-WPE-GTK-Multiple-build-issues-with-ENABLE_VIDEO-OFF.patch
deleted file mode 100644
index 932ade101c..0000000000
--- a/package/wpewebkit/0001-WPE-GTK-Multiple-build-issues-with-ENABLE_VIDEO-OFF.patch
+++ /dev/null
@@ -1,78 +0,0 @@
-From afc83d41293333f694630451f865a7a257a9b917 Mon Sep 17 00:00:00 2001
-From: Adrian Perez de Castro <aperez@igalia.com>
-Date: Mon, 25 Oct 2021 23:45:15 +0300
-Subject: [PATCH] [WPE][GTK] Multiple build issues with ENABLE_VIDEO=OFF
- https://bugs.webkit.org/show_bug.cgi?id=232264
-
-.:
-
-Reviewed by NOBODY (OOPS!).
-
-* Source/cmake/WebKitFeatures.cmake: Make ENABLE_MEDIA_SESSION depend on ENABLE_VIDEO.
-
-Source/WebCore:
-
-Reviewed by NOBODY (OOPS!).
-
-No new tests needed.
-
-* accessibility/AXObjectCache.cpp:
-(WebCore::isSimpleImage): Guard usage of HTMLMediaElement with ENABLE(VIDEO).
-* page/EventHandler.cpp:
-(WebCore::EventHandler::textRecognitionCandidateElement const): Ditto.
-* platform/graphics/BifurcatedGraphicsContext.cpp: Ditto.
-* platform/graphics/displaylists/DisplayListRecorder.h: Guard usage of MediaPlayer with
-ENABLE(VIDEO).
-* platform/graphics/displaylists/DisplayListRecorderImpl.cpp: Ditto.
-* platform/graphics/displaylists/DisplayListRecorderImpl.h: Ditto.
-
-Source/WebKit:
-
-* WebProcess/WebCoreSupport/ShareableBitmapUtilities.cpp:
-(WebKit::createShareableBitmap): Guard usage of RenderVideo with ENABLE(VIDEO).
-
-Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
----
-Upstream status: https://trac.webkit.org/changeset/284858/webkit
-
- Source/WebCore/accessibility/AXObjectCache.cpp | 2 ++
- Source/WebCore/platform/graphics/BifurcatedGraphicsContext.cpp | 2 ++
- 2 files changed, 4 insertions(+)
-
-diff --git a/Source/WebCore/accessibility/AXObjectCache.cpp b/Source/WebCore/accessibility/AXObjectCache.cpp
-index f2451102040..930b969dcc2 100644
---- a/Source/WebCore/accessibility/AXObjectCache.cpp
-+++ b/Source/WebCore/accessibility/AXObjectCache.cpp
-@@ -528,9 +528,11 @@ static bool isSimpleImage(const RenderObject& renderer)
- || (is<HTMLImageElement>(node) && downcast<HTMLImageElement>(node)->hasAttributeWithoutSynchronization(usemapAttr)))
- return false;
-
-+#if ENABLE(VIDEO)
- // Exclude video and audio elements.
- if (is<HTMLMediaElement>(node))
- return false;
-+#endif // ENABLE(VIDEO)
-
- return true;
- }
-diff --git a/Source/WebCore/platform/graphics/BifurcatedGraphicsContext.cpp b/Source/WebCore/platform/graphics/BifurcatedGraphicsContext.cpp
-index c0ce72c5ffc..d7ead303f3c 100644
---- a/Source/WebCore/platform/graphics/BifurcatedGraphicsContext.cpp
-+++ b/Source/WebCore/platform/graphics/BifurcatedGraphicsContext.cpp
-@@ -269,11 +269,13 @@ void BifurcatedGraphicsContext::drawPattern(NativeImage& nativeImage, const Floa
- m_secondaryContext.drawPattern(nativeImage, imageSize, destRect, tileRect, patternTransform, phase, spacing, options);
- }
-
-+#if ENABLE(VIDEO)
- void BifurcatedGraphicsContext::paintFrameForMedia(MediaPlayer& player, const FloatRect& destination)
- {
- m_primaryContext.paintFrameForMedia(player, destination);
- m_secondaryContext.paintFrameForMedia(player, destination);
- }
-+#endif // ENABLE(VIDEO)
-
- void BifurcatedGraphicsContext::scale(const FloatSize& scale)
- {
---
-2.33.1
-
diff --git a/package/wpewebkit/wpewebkit.hash b/package/wpewebkit/wpewebkit.hash
index acb3ec4a3e..a71c1afc72 100644
--- a/package/wpewebkit/wpewebkit.hash
+++ b/package/wpewebkit/wpewebkit.hash
@@ -1,7 +1,7 @@
-# From https://wpewebkit.org/releases/wpewebkit-2.34.1.tar.xz.sums
-md5 915e583b0e7e82efa155cbce917d6319 wpewebkit-2.34.1.tar.xz
-sha1 452081b6df9d079f26d22bd0dca9e90f87943089 wpewebkit-2.34.1.tar.xz
-sha256 cb336986341be9c3a9b1ca2c18de0d29d90ae4e77b9967a6f6879597e7a969f7 wpewebkit-2.34.1.tar.xz
+# From https://wpewebkit.org/releases/wpewebkit-2.34.2.tar.xz.sums
+md5 b26f07bc809d9fd3e54e815c22312f15 wpewebkit-2.34.2.tar.xz
+sha1 4200ef87a4e1eb1921f0f40779742381598e1429 wpewebkit-2.34.2.tar.xz
+sha256 b1a3733c2d486c4da27f9636ccc39947da7d84258cd7a24a6fb0b842c9595c0b wpewebkit-2.34.2.tar.xz
# Hashes for license files:
sha256 0b5d3a7cc325942567373b0ecd757d07c132e0ebd7c97bfc63f7e1a76094edb4 Source/WebCore/LICENSE-APPLE
diff --git a/package/wpewebkit/wpewebkit.mk b/package/wpewebkit/wpewebkit.mk
index a1e8bff784..7d6b7692fd 100644
--- a/package/wpewebkit/wpewebkit.mk
+++ b/package/wpewebkit/wpewebkit.mk
@@ -4,7 +4,7 @@
#
################################################################################
-WPEWEBKIT_VERSION = 2.34.1
+WPEWEBKIT_VERSION = 2.34.2
WPEWEBKIT_SITE = http://www.wpewebkit.org/releases
WPEWEBKIT_SOURCE = wpewebkit-$(WPEWEBKIT_VERSION).tar.xz
WPEWEBKIT_INSTALL_STAGING = YES
--
2.34.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 10+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/wpewebkit: bump version to 2.34.2
2021-11-24 20:56 [Buildroot] [PATCH 1/1] package/wpewebkit: bump version to 2.34.2 Adrian Perez de Castro
@ 2021-11-24 20:58 ` Adrian Perez de Castro
2021-12-07 14:51 ` James Hilliard
` (2 subsequent siblings)
3 siblings, 0 replies; 10+ messages in thread
From: Adrian Perez de Castro @ 2021-11-24 20:58 UTC (permalink / raw)
To: buildroot
[-- Attachment #1.1: Type: text/plain, Size: 384 bytes --]
On Wed, 24 Nov 2021 22:56:07 +0200 Adrian Perez de Castro <aperez@igalia.com> wrote:
> Update to the the next minor release, which fixes an scrolling issue and
> incorporated a patch that can now be removed from Buildroot. Release
> notes:
>
> [...]
Gah! I forgot to make Git write "PATCH/next" in the subject line. Yup, this
patch is for the "next" branch O:-)
Cheers,
—Adrián
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/wpewebkit: bump version to 2.34.2
2021-11-24 20:56 [Buildroot] [PATCH 1/1] package/wpewebkit: bump version to 2.34.2 Adrian Perez de Castro
2021-11-24 20:58 ` Adrian Perez de Castro
@ 2021-12-07 14:51 ` James Hilliard
2021-12-11 20:47 ` Arnout Vandecappelle
2022-01-24 8:58 ` Peter Korsgaard
3 siblings, 0 replies; 10+ messages in thread
From: James Hilliard @ 2021-12-07 14:51 UTC (permalink / raw)
To: Adrian Perez de Castro; +Cc: buildroot
On Wed, Nov 24, 2021 at 1:56 PM Adrian Perez de Castro
<aperez@igalia.com> wrote:
>
> Update to the the next minor release, which fixes an scrolling issue and
> incorporated a patch that can now be removed from Buildroot. Release
> notes:
>
> https://wpewebkit.org/release/wpewebkit-2.34.2.html
>
> Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
Tested-by: James Hilliard <james.hilliard1@gmail.com>
> ---
> ...e-build-issues-with-ENABLE_VIDEO-OFF.patch | 78 -------------------
> package/wpewebkit/wpewebkit.hash | 8 +-
> package/wpewebkit/wpewebkit.mk | 2 +-
> 3 files changed, 5 insertions(+), 83 deletions(-)
> delete mode 100644 package/wpewebkit/0001-WPE-GTK-Multiple-build-issues-with-ENABLE_VIDEO-OFF.patch
>
> diff --git a/package/wpewebkit/0001-WPE-GTK-Multiple-build-issues-with-ENABLE_VIDEO-OFF.patch b/package/wpewebkit/0001-WPE-GTK-Multiple-build-issues-with-ENABLE_VIDEO-OFF.patch
> deleted file mode 100644
> index 932ade101c..0000000000
> --- a/package/wpewebkit/0001-WPE-GTK-Multiple-build-issues-with-ENABLE_VIDEO-OFF.patch
> +++ /dev/null
> @@ -1,78 +0,0 @@
> -From afc83d41293333f694630451f865a7a257a9b917 Mon Sep 17 00:00:00 2001
> -From: Adrian Perez de Castro <aperez@igalia.com>
> -Date: Mon, 25 Oct 2021 23:45:15 +0300
> -Subject: [PATCH] [WPE][GTK] Multiple build issues with ENABLE_VIDEO=OFF
> - https://bugs.webkit.org/show_bug.cgi?id=232264
> -
> -.:
> -
> -Reviewed by NOBODY (OOPS!).
> -
> -* Source/cmake/WebKitFeatures.cmake: Make ENABLE_MEDIA_SESSION depend on ENABLE_VIDEO.
> -
> -Source/WebCore:
> -
> -Reviewed by NOBODY (OOPS!).
> -
> -No new tests needed.
> -
> -* accessibility/AXObjectCache.cpp:
> -(WebCore::isSimpleImage): Guard usage of HTMLMediaElement with ENABLE(VIDEO).
> -* page/EventHandler.cpp:
> -(WebCore::EventHandler::textRecognitionCandidateElement const): Ditto.
> -* platform/graphics/BifurcatedGraphicsContext.cpp: Ditto.
> -* platform/graphics/displaylists/DisplayListRecorder.h: Guard usage of MediaPlayer with
> -ENABLE(VIDEO).
> -* platform/graphics/displaylists/DisplayListRecorderImpl.cpp: Ditto.
> -* platform/graphics/displaylists/DisplayListRecorderImpl.h: Ditto.
> -
> -Source/WebKit:
> -
> -* WebProcess/WebCoreSupport/ShareableBitmapUtilities.cpp:
> -(WebKit::createShareableBitmap): Guard usage of RenderVideo with ENABLE(VIDEO).
> -
> -Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
> ----
> -Upstream status: https://trac.webkit.org/changeset/284858/webkit
> -
> - Source/WebCore/accessibility/AXObjectCache.cpp | 2 ++
> - Source/WebCore/platform/graphics/BifurcatedGraphicsContext.cpp | 2 ++
> - 2 files changed, 4 insertions(+)
> -
> -diff --git a/Source/WebCore/accessibility/AXObjectCache.cpp b/Source/WebCore/accessibility/AXObjectCache.cpp
> -index f2451102040..930b969dcc2 100644
> ---- a/Source/WebCore/accessibility/AXObjectCache.cpp
> -+++ b/Source/WebCore/accessibility/AXObjectCache.cpp
> -@@ -528,9 +528,11 @@ static bool isSimpleImage(const RenderObject& renderer)
> - || (is<HTMLImageElement>(node) && downcast<HTMLImageElement>(node)->hasAttributeWithoutSynchronization(usemapAttr)))
> - return false;
> -
> -+#if ENABLE(VIDEO)
> - // Exclude video and audio elements.
> - if (is<HTMLMediaElement>(node))
> - return false;
> -+#endif // ENABLE(VIDEO)
> -
> - return true;
> - }
> -diff --git a/Source/WebCore/platform/graphics/BifurcatedGraphicsContext.cpp b/Source/WebCore/platform/graphics/BifurcatedGraphicsContext.cpp
> -index c0ce72c5ffc..d7ead303f3c 100644
> ---- a/Source/WebCore/platform/graphics/BifurcatedGraphicsContext.cpp
> -+++ b/Source/WebCore/platform/graphics/BifurcatedGraphicsContext.cpp
> -@@ -269,11 +269,13 @@ void BifurcatedGraphicsContext::drawPattern(NativeImage& nativeImage, const Floa
> - m_secondaryContext.drawPattern(nativeImage, imageSize, destRect, tileRect, patternTransform, phase, spacing, options);
> - }
> -
> -+#if ENABLE(VIDEO)
> - void BifurcatedGraphicsContext::paintFrameForMedia(MediaPlayer& player, const FloatRect& destination)
> - {
> - m_primaryContext.paintFrameForMedia(player, destination);
> - m_secondaryContext.paintFrameForMedia(player, destination);
> - }
> -+#endif // ENABLE(VIDEO)
> -
> - void BifurcatedGraphicsContext::scale(const FloatSize& scale)
> - {
> ---
> -2.33.1
> -
> diff --git a/package/wpewebkit/wpewebkit.hash b/package/wpewebkit/wpewebkit.hash
> index acb3ec4a3e..a71c1afc72 100644
> --- a/package/wpewebkit/wpewebkit.hash
> +++ b/package/wpewebkit/wpewebkit.hash
> @@ -1,7 +1,7 @@
> -# From https://wpewebkit.org/releases/wpewebkit-2.34.1.tar.xz.sums
> -md5 915e583b0e7e82efa155cbce917d6319 wpewebkit-2.34.1.tar.xz
> -sha1 452081b6df9d079f26d22bd0dca9e90f87943089 wpewebkit-2.34.1.tar.xz
> -sha256 cb336986341be9c3a9b1ca2c18de0d29d90ae4e77b9967a6f6879597e7a969f7 wpewebkit-2.34.1.tar.xz
> +# From https://wpewebkit.org/releases/wpewebkit-2.34.2.tar.xz.sums
> +md5 b26f07bc809d9fd3e54e815c22312f15 wpewebkit-2.34.2.tar.xz
> +sha1 4200ef87a4e1eb1921f0f40779742381598e1429 wpewebkit-2.34.2.tar.xz
> +sha256 b1a3733c2d486c4da27f9636ccc39947da7d84258cd7a24a6fb0b842c9595c0b wpewebkit-2.34.2.tar.xz
>
> # Hashes for license files:
> sha256 0b5d3a7cc325942567373b0ecd757d07c132e0ebd7c97bfc63f7e1a76094edb4 Source/WebCore/LICENSE-APPLE
> diff --git a/package/wpewebkit/wpewebkit.mk b/package/wpewebkit/wpewebkit.mk
> index a1e8bff784..7d6b7692fd 100644
> --- a/package/wpewebkit/wpewebkit.mk
> +++ b/package/wpewebkit/wpewebkit.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -WPEWEBKIT_VERSION = 2.34.1
> +WPEWEBKIT_VERSION = 2.34.2
> WPEWEBKIT_SITE = http://www.wpewebkit.org/releases
> WPEWEBKIT_SOURCE = wpewebkit-$(WPEWEBKIT_VERSION).tar.xz
> WPEWEBKIT_INSTALL_STAGING = YES
> --
> 2.34.0
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/wpewebkit: bump version to 2.34.2
2021-11-24 20:56 [Buildroot] [PATCH 1/1] package/wpewebkit: bump version to 2.34.2 Adrian Perez de Castro
2021-11-24 20:58 ` Adrian Perez de Castro
2021-12-07 14:51 ` James Hilliard
@ 2021-12-11 20:47 ` Arnout Vandecappelle
2022-01-24 8:58 ` Peter Korsgaard
3 siblings, 0 replies; 10+ messages in thread
From: Arnout Vandecappelle @ 2021-12-11 20:47 UTC (permalink / raw)
To: Adrian Perez de Castro, buildroot
On 24/11/2021 21:56, Adrian Perez de Castro wrote:
> Update to the the next minor release, which fixes an scrolling issue and
> incorporated a patch that can now be removed from Buildroot. Release
> notes:
>
> https://wpewebkit.org/release/wpewebkit-2.34.2.html
>
> Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
Applied to master, thanks.
Regards,
Arnout
> ---
> ...e-build-issues-with-ENABLE_VIDEO-OFF.patch | 78 -------------------
> package/wpewebkit/wpewebkit.hash | 8 +-
> package/wpewebkit/wpewebkit.mk | 2 +-
> 3 files changed, 5 insertions(+), 83 deletions(-)
> delete mode 100644 package/wpewebkit/0001-WPE-GTK-Multiple-build-issues-with-ENABLE_VIDEO-OFF.patch
>
> diff --git a/package/wpewebkit/0001-WPE-GTK-Multiple-build-issues-with-ENABLE_VIDEO-OFF.patch b/package/wpewebkit/0001-WPE-GTK-Multiple-build-issues-with-ENABLE_VIDEO-OFF.patch
> deleted file mode 100644
> index 932ade101c..0000000000
> --- a/package/wpewebkit/0001-WPE-GTK-Multiple-build-issues-with-ENABLE_VIDEO-OFF.patch
> +++ /dev/null
> @@ -1,78 +0,0 @@
> -From afc83d41293333f694630451f865a7a257a9b917 Mon Sep 17 00:00:00 2001
> -From: Adrian Perez de Castro <aperez@igalia.com>
> -Date: Mon, 25 Oct 2021 23:45:15 +0300
> -Subject: [PATCH] [WPE][GTK] Multiple build issues with ENABLE_VIDEO=OFF
> - https://bugs.webkit.org/show_bug.cgi?id=232264
> -
> -.:
> -
> -Reviewed by NOBODY (OOPS!).
> -
> -* Source/cmake/WebKitFeatures.cmake: Make ENABLE_MEDIA_SESSION depend on ENABLE_VIDEO.
> -
> -Source/WebCore:
> -
> -Reviewed by NOBODY (OOPS!).
> -
> -No new tests needed.
> -
> -* accessibility/AXObjectCache.cpp:
> -(WebCore::isSimpleImage): Guard usage of HTMLMediaElement with ENABLE(VIDEO).
> -* page/EventHandler.cpp:
> -(WebCore::EventHandler::textRecognitionCandidateElement const): Ditto.
> -* platform/graphics/BifurcatedGraphicsContext.cpp: Ditto.
> -* platform/graphics/displaylists/DisplayListRecorder.h: Guard usage of MediaPlayer with
> -ENABLE(VIDEO).
> -* platform/graphics/displaylists/DisplayListRecorderImpl.cpp: Ditto.
> -* platform/graphics/displaylists/DisplayListRecorderImpl.h: Ditto.
> -
> -Source/WebKit:
> -
> -* WebProcess/WebCoreSupport/ShareableBitmapUtilities.cpp:
> -(WebKit::createShareableBitmap): Guard usage of RenderVideo with ENABLE(VIDEO).
> -
> -Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
> ----
> -Upstream status: https://trac.webkit.org/changeset/284858/webkit
> -
> - Source/WebCore/accessibility/AXObjectCache.cpp | 2 ++
> - Source/WebCore/platform/graphics/BifurcatedGraphicsContext.cpp | 2 ++
> - 2 files changed, 4 insertions(+)
> -
> -diff --git a/Source/WebCore/accessibility/AXObjectCache.cpp b/Source/WebCore/accessibility/AXObjectCache.cpp
> -index f2451102040..930b969dcc2 100644
> ---- a/Source/WebCore/accessibility/AXObjectCache.cpp
> -+++ b/Source/WebCore/accessibility/AXObjectCache.cpp
> -@@ -528,9 +528,11 @@ static bool isSimpleImage(const RenderObject& renderer)
> - || (is<HTMLImageElement>(node) && downcast<HTMLImageElement>(node)->hasAttributeWithoutSynchronization(usemapAttr)))
> - return false;
> -
> -+#if ENABLE(VIDEO)
> - // Exclude video and audio elements.
> - if (is<HTMLMediaElement>(node))
> - return false;
> -+#endif // ENABLE(VIDEO)
> -
> - return true;
> - }
> -diff --git a/Source/WebCore/platform/graphics/BifurcatedGraphicsContext.cpp b/Source/WebCore/platform/graphics/BifurcatedGraphicsContext.cpp
> -index c0ce72c5ffc..d7ead303f3c 100644
> ---- a/Source/WebCore/platform/graphics/BifurcatedGraphicsContext.cpp
> -+++ b/Source/WebCore/platform/graphics/BifurcatedGraphicsContext.cpp
> -@@ -269,11 +269,13 @@ void BifurcatedGraphicsContext::drawPattern(NativeImage& nativeImage, const Floa
> - m_secondaryContext.drawPattern(nativeImage, imageSize, destRect, tileRect, patternTransform, phase, spacing, options);
> - }
> -
> -+#if ENABLE(VIDEO)
> - void BifurcatedGraphicsContext::paintFrameForMedia(MediaPlayer& player, const FloatRect& destination)
> - {
> - m_primaryContext.paintFrameForMedia(player, destination);
> - m_secondaryContext.paintFrameForMedia(player, destination);
> - }
> -+#endif // ENABLE(VIDEO)
> -
> - void BifurcatedGraphicsContext::scale(const FloatSize& scale)
> - {
> ---
> -2.33.1
> -
> diff --git a/package/wpewebkit/wpewebkit.hash b/package/wpewebkit/wpewebkit.hash
> index acb3ec4a3e..a71c1afc72 100644
> --- a/package/wpewebkit/wpewebkit.hash
> +++ b/package/wpewebkit/wpewebkit.hash
> @@ -1,7 +1,7 @@
> -# From https://wpewebkit.org/releases/wpewebkit-2.34.1.tar.xz.sums
> -md5 915e583b0e7e82efa155cbce917d6319 wpewebkit-2.34.1.tar.xz
> -sha1 452081b6df9d079f26d22bd0dca9e90f87943089 wpewebkit-2.34.1.tar.xz
> -sha256 cb336986341be9c3a9b1ca2c18de0d29d90ae4e77b9967a6f6879597e7a969f7 wpewebkit-2.34.1.tar.xz
> +# From https://wpewebkit.org/releases/wpewebkit-2.34.2.tar.xz.sums
> +md5 b26f07bc809d9fd3e54e815c22312f15 wpewebkit-2.34.2.tar.xz
> +sha1 4200ef87a4e1eb1921f0f40779742381598e1429 wpewebkit-2.34.2.tar.xz
> +sha256 b1a3733c2d486c4da27f9636ccc39947da7d84258cd7a24a6fb0b842c9595c0b wpewebkit-2.34.2.tar.xz
>
> # Hashes for license files:
> sha256 0b5d3a7cc325942567373b0ecd757d07c132e0ebd7c97bfc63f7e1a76094edb4 Source/WebCore/LICENSE-APPLE
> diff --git a/package/wpewebkit/wpewebkit.mk b/package/wpewebkit/wpewebkit.mk
> index a1e8bff784..7d6b7692fd 100644
> --- a/package/wpewebkit/wpewebkit.mk
> +++ b/package/wpewebkit/wpewebkit.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -WPEWEBKIT_VERSION = 2.34.1
> +WPEWEBKIT_VERSION = 2.34.2
> WPEWEBKIT_SITE = http://www.wpewebkit.org/releases
> WPEWEBKIT_SOURCE = wpewebkit-$(WPEWEBKIT_VERSION).tar.xz
> WPEWEBKIT_INSTALL_STAGING = YES
>
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/wpewebkit: bump version to 2.34.2
2021-11-24 20:56 [Buildroot] [PATCH 1/1] package/wpewebkit: bump version to 2.34.2 Adrian Perez de Castro
` (2 preceding siblings ...)
2021-12-11 20:47 ` Arnout Vandecappelle
@ 2022-01-24 8:58 ` Peter Korsgaard
2022-01-24 14:16 ` Adrian Perez de Castro
3 siblings, 1 reply; 10+ messages in thread
From: Peter Korsgaard @ 2022-01-24 8:58 UTC (permalink / raw)
To: Adrian Perez de Castro; +Cc: buildroot
>>>>> "Adrian" == Adrian Perez de Castro <aperez@igalia.com> writes:
Hi,
> Update to the the next minor release, which fixes an scrolling issue and
> incorporated a patch that can now be removed from Buildroot. Release
> notes:
> https://wpewebkit.org/release/wpewebkit-2.34.2.html
> Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
What about webkitgtk? It would also be good to move that to the 2.34.x
series before we release 2022.02.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/wpewebkit: bump version to 2.34.2
2022-01-24 8:58 ` Peter Korsgaard
@ 2022-01-24 14:16 ` Adrian Perez de Castro
2022-01-24 14:44 ` Peter Korsgaard
2022-02-17 12:36 ` Adrian Perez de Castro
0 siblings, 2 replies; 10+ messages in thread
From: Adrian Perez de Castro @ 2022-01-24 14:16 UTC (permalink / raw)
To: Peter Korsgaard; +Cc: buildroot
[-- Attachment #1.1: Type: text/plain, Size: 991 bytes --]
Hello Peter, all,
On Mon, 24 Jan 2022 09:58:35 +0100 Peter Korsgaard <peter@korsgaard.com> wrote:
> >>>>> "Adrian" == Adrian Perez de Castro <aperez@igalia.com> writes:
>
> > Update to the the next minor release, which fixes an scrolling issue and
> > incorporated a patch that can now be removed from Buildroot. Release
> > notes:
>
> > https://wpewebkit.org/release/wpewebkit-2.34.2.html
>
> > Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
>
> What about webkitgtk? It would also be good to move that to the 2.34.x
> series before we release 2022.02.
I have all the intention to update WebKitGTK as soon as I have some spare
cycles to figure out a build issue when X11 headers are not present (e.g.
in Wayland-only configurations); currently I already have a WIP patch set
here:
https://git.sr.ht/~aperezdc/buildroot/log/wip/webkitgtk
Also I just submitted some moments ago a small patch to update the WPE WebKit
package to 2.34.4 as well.
Cheers,
—Adrián
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/wpewebkit: bump version to 2.34.2
2022-01-24 14:16 ` Adrian Perez de Castro
@ 2022-01-24 14:44 ` Peter Korsgaard
2022-02-17 12:36 ` Adrian Perez de Castro
1 sibling, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2022-01-24 14:44 UTC (permalink / raw)
To: Adrian Perez de Castro; +Cc: buildroot
>>>>> "Adrian" == Adrian Perez de Castro <aperez@igalia.com> writes:
Hi,
>> What about webkitgtk? It would also be good to move that to the 2.34.x
>> series before we release 2022.02.
> I have all the intention to update WebKitGTK as soon as I have some spare
> cycles to figure out a build issue when X11 headers are not present (e.g.
> in Wayland-only configurations); currently I already have a WIP patch set
> here:
> https://git.sr.ht/~aperezdc/buildroot/log/wip/webkitgtk
Ahh, great!
> Also I just submitted some moments ago a small patch to update the WPE WebKit
> package to 2.34.4 as well.
Thanks!
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/wpewebkit: bump version to 2.34.2
2022-01-24 14:16 ` Adrian Perez de Castro
2022-01-24 14:44 ` Peter Korsgaard
@ 2022-02-17 12:36 ` Adrian Perez de Castro
2022-02-17 13:12 ` Peter Korsgaard
1 sibling, 1 reply; 10+ messages in thread
From: Adrian Perez de Castro @ 2022-02-17 12:36 UTC (permalink / raw)
To: Peter Korsgaard; +Cc: buildroot
[-- Attachment #1.1: Type: text/plain, Size: 1466 bytes --]
Hello again,
On Mon, 24 Jan 2022 16:16:11 +0200 Adrian Perez de Castro <aperez@igalia.com> wrote:
> Hello Peter, all,
>
> On Mon, 24 Jan 2022 09:58:35 +0100 Peter Korsgaard <peter@korsgaard.com> wrote:
> > >>>>> "Adrian" == Adrian Perez de Castro <aperez@igalia.com> writes:
> >
> > > Update to the the next minor release, which fixes an scrolling issue and
> > > incorporated a patch that can now be removed from Buildroot. Release
> > > notes:
> >
> > > https://wpewebkit.org/release/wpewebkit-2.34.2.html
> >
> > > Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
> >
> > What about webkitgtk? It would also be good to move that to the 2.34.x
> > series before we release 2022.02.
>
> I have all the intention to update WebKitGTK as soon as I have some spare
> cycles to figure out a build issue when X11 headers are not present (e.g.
> in Wayland-only configurations); currently I already have a WIP patch set
> here:
>
> https://git.sr.ht/~aperezdc/buildroot/log/wip/webkitgtk
Here we go: https://bugs.webkit.org/show_bug.cgi?id=236770 — turns out the
build was broken in the development branch as well, and I plan to backport
the patch to 2.34.x.
> Also I just submitted some moments ago a small patch to update the WPE WebKit
> package to 2.34.4 as well.
I am releasing 2.34.6 this week, which will include the patch mentioned
above, so I will submit directly an update to 2.34.6 once it has been
published.
Cheers,
—Adrián
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/wpewebkit: bump version to 2.34.2
2022-02-17 12:36 ` Adrian Perez de Castro
@ 2022-02-17 13:12 ` Peter Korsgaard
2022-02-17 15:09 ` Adrian Perez de Castro
0 siblings, 1 reply; 10+ messages in thread
From: Peter Korsgaard @ 2022-02-17 13:12 UTC (permalink / raw)
To: Adrian Perez de Castro; +Cc: buildroot
>>>>> "Adrian" == Adrian Perez de Castro <aperez@igalia.com> writes:
Hi,
>> > What about webkitgtk? It would also be good to move that to the 2.34.x
>> > series before we release 2022.02.
>>
>> I have all the intention to update WebKitGTK as soon as I have some spare
>> cycles to figure out a build issue when X11 headers are not present (e.g.
>> in Wayland-only configurations); currently I already have a WIP patch set
>> here:
>>
>> https://git.sr.ht/~aperezdc/buildroot/log/wip/webkitgtk
> Here we go: https://bugs.webkit.org/show_bug.cgi?id=236770 — turns out the
> build was broken in the development branch as well, and I plan to backport
> the patch to 2.34.x.
>> Also I just submitted some moments ago a small patch to update the WPE WebKit
>> package to 2.34.4 as well.
> I am releasing 2.34.6 this week, which will include the patch mentioned
> above, so I will submit directly an update to 2.34.6 once it has been
> published.
Ok. Even though we are post-rc1, I think it still makes sense to include
this on master for 2022.02.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/wpewebkit: bump version to 2.34.2
2022-02-17 13:12 ` Peter Korsgaard
@ 2022-02-17 15:09 ` Adrian Perez de Castro
0 siblings, 0 replies; 10+ messages in thread
From: Adrian Perez de Castro @ 2022-02-17 15:09 UTC (permalink / raw)
To: Peter Korsgaard; +Cc: buildroot
[-- Attachment #1.1: Type: text/plain, Size: 1641 bytes --]
On Thu, 17 Feb 2022 14:12:04 +0100 Peter Korsgaard <peter@korsgaard.com> wrote:
> >>>>> "Adrian" == Adrian Perez de Castro <aperez@igalia.com> writes:
>
> Hi,
>
> >> > What about webkitgtk? It would also be good to move that to the 2.34.x
> >> > series before we release 2022.02.
> >>
> >> I have all the intention to update WebKitGTK as soon as I have some spare
> >> cycles to figure out a build issue when X11 headers are not present (e.g.
> >> in Wayland-only configurations); currently I already have a WIP patch set
> >> here:
> >>
> >> https://git.sr.ht/~aperezdc/buildroot/log/wip/webkitgtk
>
> > Here we go: https://bugs.webkit.org/show_bug.cgi?id=236770 — turns out the
> > build was broken in the development branch as well, and I plan to backport
> > the patch to 2.34.x.
>
> >> Also I just submitted some moments ago a small patch to update the WPE WebKit
> >> package to 2.34.4 as well.
>
> > I am releasing 2.34.6 this week, which will include the patch mentioned
> > above, so I will submit directly an update to 2.34.6 once it has been
> > published.
>
> Ok. Even though we are post-rc1, I think it still makes sense to include
> this on master for 2022.02.
Yay, good to know we can look into having the latest stable there. The
releases are now done:
https://wpewebkit.org/release/wpewebkit-2.34.6.html
https://webkitgtk.org/2022/02/17/webkitgtk2.34.6-released.html
We still don't have the corresponding advisory published (there is a security
fix included which has a CVE number), but I am starting right now to prepare
the patches to update the Buildroot packages =)
Cheers,
—Adrián
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2022-02-17 15:10 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-24 20:56 [Buildroot] [PATCH 1/1] package/wpewebkit: bump version to 2.34.2 Adrian Perez de Castro
2021-11-24 20:58 ` Adrian Perez de Castro
2021-12-07 14:51 ` James Hilliard
2021-12-11 20:47 ` Arnout Vandecappelle
2022-01-24 8:58 ` Peter Korsgaard
2022-01-24 14:16 ` Adrian Perez de Castro
2022-01-24 14:44 ` Peter Korsgaard
2022-02-17 12:36 ` Adrian Perez de Castro
2022-02-17 13:12 ` Peter Korsgaard
2022-02-17 15:09 ` Adrian Perez de Castro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox