From 3ed848259550f7cda15b8e7130fc48fda24ab6b1 Mon Sep 17 00:00:00 2001 From: Adrian Perez de Castro Date: Wed, 13 Dec 2023 11:16:25 +0200 Subject: [PATCH 1/5] Release: Cog 0.18.2 --- release/2023-12-13-cog-0.18.2-released.md | 26 +++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 release/2023-12-13-cog-0.18.2-released.md diff --git a/release/2023-12-13-cog-0.18.2-released.md b/release/2023-12-13-cog-0.18.2-released.md new file mode 100644 index 000000000..c2dbc1df2 --- /dev/null +++ b/release/2023-12-13-cog-0.18.2-released.md @@ -0,0 +1,26 @@ +--- +layout: post +title: "Cog 0.18.2 released" +tags: [release, stable] +package: cog +version: 0.18.2 +permalink: /release/cog-0.18.2.html +--- + +This is a bug fix release in the stable 0.18 series. + +### What's new in Cog 0.18.2? + +- drm: Fix crash on iMX.6 (and possibly others) by improving how the CRTC + and encoder combination is chosen. +- wl: Add support for Weston protocols version 13. +- launcher: Handle `GApplication` activation to avoid a warning. + +#### Checksums + +
+cog-0.18.2.tar.xz (123.1 KiB)
+   md5sum: 7fbfc2e19304132be0d73f5e5512151c
+   sha1sum: 045294f7fa878db86e4b8a617ee4ac056a71cb75
+   sha256sum: 3c4237cff6323b8c3eaf52c6f3f6415b898a22c0127c6c396c1eaa6eef46c279
+
From 351bc0632de3ac08e50837c9a8bf4c005faa4666 Mon Sep 17 00:00:00 2001 From: Adrian Perez de Castro Date: Thu, 14 Dec 2023 17:24:46 +0200 Subject: [PATCH 2/5] Release: WPE WebKit 2.42.4 --- .../2023-12-14-wpewebkit-2.42.4-released.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 release/2023-12-14-wpewebkit-2.42.4-released.md diff --git a/release/2023-12-14-wpewebkit-2.42.4-released.md b/release/2023-12-14-wpewebkit-2.42.4-released.md new file mode 100644 index 000000000..5281bea5d --- /dev/null +++ b/release/2023-12-14-wpewebkit-2.42.4-released.md @@ -0,0 +1,26 @@ +--- +layout: post +title: "WPE WebKit 2.42.4 released" +tags: [release, stable] +package: wpewebkit +version: 2.42.4 +permalink: /release/wpewebkit-2.42.4.html +--- + +This is a bug fix release in the stable 2.42 series. + +### What's new in WPE WebKit 2.42.4? + +- Fix incorrect random images incorrectly displayed as backgrounds + of `
` elements. +- Fix videos displayed aliased after being resized e.g. on YouTube. +- Fix several crashes and rendering issues. + +#### Checksums + +
+wpewebkit-2.42.4.tar.xz (30.9 MiB)
+   md5sum: 154dd24d1811bd51d2dd6bb22120d283
+   sha1sum: 34da38e9554586154c83fdbb5c20e353b6d97277
+   sha256sum: 8836040a3687581970b47a232b713e7023c080d5613427f52db619c29fb253a4
+
From 00275891108ad2f05731d4f332ecd4a12c751739 Mon Sep 17 00:00:00 2001 From: Carlos Alberto Lopez Perez Date: Mon, 18 Dec 2023 00:00:33 +0000 Subject: [PATCH 3/5] Release security advisory WSA-2023-0012 --- .../2023-12-18-security-advisory-2023-0012.md | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 _posts/2023-12-18-security-advisory-2023-0012.md diff --git a/_posts/2023-12-18-security-advisory-2023-0012.md b/_posts/2023-12-18-security-advisory-2023-0012.md new file mode 100644 index 000000000..a0be8bcbb --- /dev/null +++ b/_posts/2023-12-18-security-advisory-2023-0012.md @@ -0,0 +1,38 @@ +--- +layout: post +title: WebKitGTK and WPE WebKit Security Advisory WSA-2023-0012 +permalink: /security/WSA-2023-0012.html +tags: WSA +--- + +* Date Reported: **December 18, 2023** + +* Advisory ID: **WSA-2023-0012** + +* CVE identifiers: [CVE-2023-42883](#CVE-2023-42883), [CVE-2023-42890](#CVE-2023-42890). + + +Several vulnerabilities were discovered in WebKitGTK and WPE WebKit. + +* CVE-2023-42883 + * Versions affected: WebKitGTK and WPE WebKit before 2.42.4. + * Credit to Zoom Offensive Security Team. + * Impact: Processing a SVG image may lead to a denial-of-service. + Description: The issue was addressed with improved memory handling. + * WebKit Bugzilla: 263349 + +* CVE-2023-42890 + * Versions affected: WebKitGTK and WPE WebKit before 2.42.0. + * Credit to Pwn2car. + * Impact: Processing web content may lead to arbitrary code execution. + Description: The issue was addressed with improved memory handling. + * WebKit Bugzilla: 259830 + + +We recommend updating to the latest stable versions of WebKitGTK and WPE +WebKit. It is the best way to ensure that you are running safe versions +of WebKit. Please check our websites for information about the latest +stable releases. + +Further information about WebKitGTK and WPE WebKit security advisories can be found at: +[https://webkitgtk.org/security.html](https://webkitgtk.org/security.html) or [https://wpewebkit.org/security/](https://wpewebkit.org/security/). From 89fc09714c4dd744214a4befd585bc517f3b9e96 Mon Sep 17 00:00:00 2001 From: "Eric A. Meyer" Date: Mon, 20 Nov 2023 14:01:02 -0500 Subject: [PATCH 4/5] Tweaked layout around tablet breakpoints --- index.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index b778a690e..7ce1a5642 100644 --- a/index.html +++ b/index.html @@ -193,11 +193,17 @@ .success-stories > div { grid-column: main / -2; display: grid; - grid-template-columns: 1fr 1fr; + grid-template-columns: 1fr 2fr; grid-template-rows: min-content; align-items: center; gap: 4rem; } + .success-stories > div:nth-of-type(even) { + grid-template-columns: 2fr 1fr; + } + .success-stories > div:nth-of-type(even) .spotlight { + padding-inline-end: 0; + } .success-stories > * { margin: 0; padding: 0; @@ -344,7 +350,7 @@

Why Choose WPE?

Success Story

Metrological

WPE WebKit brought RDK, a modern, performant web browser, to millions of screens. It enables operators to manage devices and easily customize their UIs and apps and provides analytics to improve the customer experience and drive business results.

-

Read Success Story

+

Read More

From 1a7a6b9b3d1dc186cb43701d0068d0157cc7e855 Mon Sep 17 00:00:00 2001 From: "Eric A. Meyer" Date: Tue, 19 Dec 2023 11:13:15 -0500 Subject: [PATCH 5/5] Survey exhortations (#202) * Reworked script, settings * Survey footer, delayed popup * Survey footer tweak * WebKit compatibility fix --- _includes/footer.html | 102 ++++++++++++++++++++++++++++++++++++++++++ _includes/head.html | 1 - _includes/page.html | 32 +++++++++++++ assets/img/survey.svg | 25 +++++++++++ 4 files changed, 159 insertions(+), 1 deletion(-) create mode 100644 assets/img/survey.svg diff --git a/_includes/footer.html b/_includes/footer.html index 6f884ef18..234c2c841 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,3 +1,25 @@ + +

If you’re using WPE WebKit, or are considering doing so, please take our brief user survey! Your input will help us make WPE WebKit better for you.

+
+ + + +
+
+
@@ -14,3 +36,83 @@
+ diff --git a/_includes/head.html b/_includes/head.html index 4ef834847..fcec11751 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -108,5 +108,4 @@ })(); - diff --git a/_includes/page.html b/_includes/page.html index 6abb70197..40504caf7 100644 --- a/_includes/page.html +++ b/_includes/page.html @@ -9,6 +9,38 @@
{{ content }} +
+

+ If you’re using WPE WebKit, or are considering doing so, please take our brief user survey. Your input will help us make WPE WebKit better for you! +

+
+ +
{% include footer.html %} diff --git a/assets/img/survey.svg b/assets/img/survey.svg new file mode 100644 index 000000000..03f43c667 --- /dev/null +++ b/assets/img/survey.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file