* [Buildroot] [PATCH v2 1/4] package/libwpe: bump version to 1.15.1
@ 2023-07-18 18:32 Bernd Kuhls
2023-07-18 18:32 ` [Buildroot] [PATCH v2 2/4] package/wpebackend-fdo: bump version to 1.14.2 Bernd Kuhls
` (3 more replies)
0 siblings, 4 replies; 7+ messages in thread
From: Bernd Kuhls @ 2023-07-18 18:32 UTC (permalink / raw)
To: buildroot; +Cc: Adrian Perez de Castro
Removed md5 hash.
Release notes:
1.14.1
- https://lists.webkit.org/pipermail/webkit-wpe/2023-February/000574.html
1.15.1
- https://lists.webkit.org/pipermail/webkit-wpe/2023-May/000595.html
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
v2: no changes
package/libwpe/libwpe.hash | 7 +++----
package/libwpe/libwpe.mk | 2 +-
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/package/libwpe/libwpe.hash b/package/libwpe/libwpe.hash
index 28b7685b93..226b4f3295 100644
--- a/package/libwpe/libwpe.hash
+++ b/package/libwpe/libwpe.hash
@@ -1,7 +1,6 @@
-# From https://wpewebkit.org/releases/libwpe-1.14.0.tar.xz.sums
-md5 f9737912975f979f9e4e01eec174a271 libwpe-1.14.0.tar.xz
-sha1 7a5d51c99254fc14ffcbcca9e8550cc7940fe871 libwpe-1.14.0.tar.xz
-sha256 c073305bbac5f4402cc1c8a4753bfa3d63a408901f86182051eaa5a75dd89c00 libwpe-1.14.0.tar.xz
+# From https://wpewebkit.org/releases/libwpe-1.15.1.tar.xz.sums
+sha1 0082ceb475175bfecd1172f2c0b292824d31561b libwpe-1.15.1.tar.xz
+sha256 14d36a93a05ab7ada9bec581720b8057336fe681bbbe59bda7d50cb8f3eba3a6 libwpe-1.15.1.tar.xz
# Hashes for license files:
sha256 35bef295cedbbf179eaee14328002587a0e7dc08ebf3f15ea080a6f2815f0d7b COPYING
diff --git a/package/libwpe/libwpe.mk b/package/libwpe/libwpe.mk
index e7b3ce9eaf..f8c6b0fc76 100644
--- a/package/libwpe/libwpe.mk
+++ b/package/libwpe/libwpe.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBWPE_VERSION = 1.14.0
+LIBWPE_VERSION = 1.15.1
LIBWPE_SITE = https://wpewebkit.org/releases
LIBWPE_SOURCE = libwpe-$(LIBWPE_VERSION).tar.xz
LIBWPE_INSTALL_STAGING = YES
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [Buildroot] [PATCH v2 2/4] package/wpebackend-fdo: bump version to 1.14.2
2023-07-18 18:32 [Buildroot] [PATCH v2 1/4] package/libwpe: bump version to 1.15.1 Bernd Kuhls
@ 2023-07-18 18:32 ` Bernd Kuhls
2023-07-18 18:32 ` [Buildroot] [PATCH v2 3/4] package/webkitgtk: bump version to 2.40.3 Bernd Kuhls
` (2 subsequent siblings)
3 siblings, 0 replies; 7+ messages in thread
From: Bernd Kuhls @ 2023-07-18 18:32 UTC (permalink / raw)
To: buildroot; +Cc: Adrian Perez de Castro
Removed md5 hash.
Release notes:
https://lists.webkit.org/pipermail/webkit-wpe/2023-March/000590.html
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
v2: no changes
package/wpebackend-fdo/wpebackend-fdo.hash | 7 +++----
package/wpebackend-fdo/wpebackend-fdo.mk | 2 +-
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/package/wpebackend-fdo/wpebackend-fdo.hash b/package/wpebackend-fdo/wpebackend-fdo.hash
index d1a344a664..26ba121727 100644
--- a/package/wpebackend-fdo/wpebackend-fdo.hash
+++ b/package/wpebackend-fdo/wpebackend-fdo.hash
@@ -1,7 +1,6 @@
-# From https://wpewebkit.org/releases/wpebackend-fdo-1.14.1.tar.xz.sums
-md5 2b49218cdd16075b028bbaf5a4f57890 wpebackend-fdo-1.14.1.tar.xz
-sha1 a68db2480d29d53d7fa24c69888bacbab6efea11 wpebackend-fdo-1.14.1.tar.xz
-sha256 01938dd93c62b3a47b18dd13c70d50490a8b8a6caec23c8550a3dbdbcc6bbb50 wpebackend-fdo-1.14.1.tar.xz
+# From https://wpewebkit.org/releases/wpebackend-fdo-1.14.2.tar.xz.sums
+sha1 f453f8d77e93f4ac6ac81c1874d4d6bdcb45c253 wpebackend-fdo-1.14.2.tar.xz
+sha256 93c9766ae9864eeaeaee2b0a74f22cbca08df42c1a1bdb55b086f2528e380d38 wpebackend-fdo-1.14.2.tar.xz
# Hashes for license files:
sha256 c9f6803371047fad3e72200ec6cd226329a5ee08ac61104c8211c2761fb46825 COPYING
diff --git a/package/wpebackend-fdo/wpebackend-fdo.mk b/package/wpebackend-fdo/wpebackend-fdo.mk
index c1e4e05796..7ef347b622 100644
--- a/package/wpebackend-fdo/wpebackend-fdo.mk
+++ b/package/wpebackend-fdo/wpebackend-fdo.mk
@@ -4,7 +4,7 @@
#
################################################################################
-WPEBACKEND_FDO_VERSION = 1.14.1
+WPEBACKEND_FDO_VERSION = 1.14.2
WPEBACKEND_FDO_SITE = https://wpewebkit.org/releases
WPEBACKEND_FDO_SOURCE = wpebackend-fdo-$(WPEBACKEND_FDO_VERSION).tar.xz
WPEBACKEND_FDO_INSTALL_STAGING = YES
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [Buildroot] [PATCH v2 3/4] package/webkitgtk: bump version to 2.40.3
2023-07-18 18:32 [Buildroot] [PATCH v2 1/4] package/libwpe: bump version to 1.15.1 Bernd Kuhls
2023-07-18 18:32 ` [Buildroot] [PATCH v2 2/4] package/wpebackend-fdo: bump version to 1.14.2 Bernd Kuhls
@ 2023-07-18 18:32 ` Bernd Kuhls
2023-08-29 16:42 ` Peter Korsgaard
2023-07-18 18:32 ` [Buildroot] [PATCH v2 4/4] package/wpewebkit: security " Bernd Kuhls
2023-07-21 21:29 ` [Buildroot] [PATCH v2 1/4] package/libwpe: bump version to 1.15.1 Thomas Petazzoni via buildroot
3 siblings, 1 reply; 7+ messages in thread
From: Bernd Kuhls @ 2023-07-18 18:32 UTC (permalink / raw)
To: buildroot; +Cc: Adrian Perez de Castro
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
v2: no changes
package/webkitgtk/webkitgtk.hash | 7 +++----
package/webkitgtk/webkitgtk.mk | 5 +++--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/package/webkitgtk/webkitgtk.hash b/package/webkitgtk/webkitgtk.hash
index 3bc521e445..756ac13ec2 100644
--- a/package/webkitgtk/webkitgtk.hash
+++ b/package/webkitgtk/webkitgtk.hash
@@ -1,7 +1,6 @@
-# From https://webkitgtk.org/releases/webkitgtk-2.38.6.tar.xz.sums
-md5 a50290fdc80842b1ae8be1e1147b5679 webkitgtk-2.38.6.tar.xz
-sha1 4dfb3d96f621fc633ff347e083e429893551fb26 webkitgtk-2.38.6.tar.xz
-sha256 1c614c9589389db1a79ea9ba4293bbe8ac3ab0a2234cac700935fae0724ad48b webkitgtk-2.38.6.tar.xz
+# From https://www.webkitgtk.org/releases/webkitgtk-2.40.3.tar.xz.sums
+sha1 74ee7241f2add46897019e22bd4f8e19e09027bb webkitgtk-2.40.3.tar.xz
+sha256 cc0aa83f40dbc64c1c6ae42ec6b85af4be2a9dbf524cfcb95f89a367fb5098dd webkitgtk-2.40.3.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 dd17b46e67..56277a0a0a 100644
--- a/package/webkitgtk/webkitgtk.mk
+++ b/package/webkitgtk/webkitgtk.mk
@@ -4,7 +4,7 @@
#
################################################################################
-WEBKITGTK_VERSION = 2.38.6
+WEBKITGTK_VERSION = 2.40.3
WEBKITGTK_SITE = https://www.webkitgtk.org/releases
WEBKITGTK_SOURCE = webkitgtk-$(WEBKITGTK_VERSION).tar.xz
WEBKITGTK_INSTALL_STAGING = YES
@@ -13,7 +13,7 @@ WEBKITGTK_LICENSE_FILES = \
Source/WebCore/LICENSE-APPLE \
Source/WebCore/LICENSE-LGPL-2.1
WEBKITGTK_CPE_ID_VENDOR = webkitgtk
-WEBKITGTK_DEPENDENCIES = host-ruby host-python3 host-gperf \
+WEBKITGTK_DEPENDENCIES = host-ruby host-python3 host-gperf host-unifdef \
enchant harfbuzz icu jpeg libgcrypt libgtk3 libsecret libsoup \
libtasn1 libxml2 libxslt openjpeg sqlite webp woff2
WEBKITGTK_CONF_OPTS = \
@@ -24,6 +24,7 @@ WEBKITGTK_CONF_OPTS = \
-DENABLE_SPELLCHECK=ON \
-DENABLE_WEB_RTC=OFF \
-DPORT=GTK \
+ -DUSE_AVIF=OFF \
-DUSE_LIBHYPHEN=OFF \
-DUSE_OPENJPEG=ON \
-DUSE_SOUP2=ON \
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [Buildroot] [PATCH v2 4/4] package/wpewebkit: security bump version to 2.40.3
2023-07-18 18:32 [Buildroot] [PATCH v2 1/4] package/libwpe: bump version to 1.15.1 Bernd Kuhls
2023-07-18 18:32 ` [Buildroot] [PATCH v2 2/4] package/wpebackend-fdo: bump version to 1.14.2 Bernd Kuhls
2023-07-18 18:32 ` [Buildroot] [PATCH v2 3/4] package/webkitgtk: bump version to 2.40.3 Bernd Kuhls
@ 2023-07-18 18:32 ` Bernd Kuhls
2023-08-29 16:43 ` Peter Korsgaard
2023-07-21 21:29 ` [Buildroot] [PATCH v2 1/4] package/libwpe: bump version to 1.15.1 Thomas Petazzoni via buildroot
3 siblings, 1 reply; 7+ messages in thread
From: Bernd Kuhls @ 2023-07-18 18:32 UTC (permalink / raw)
To: buildroot; +Cc: Adrian Perez de Castro
Removed md5 hash.
Switch _SITE to https and update URL.
Added dependency to host-unifdef, needed since upstream commit
https://github.com/WebKit/WebKit/commit/f76a7e30e5749af897b83cc75b2534b1afa32552
Release notes:
2.40.3
- https://lists.webkit.org/pipermail/webkit-wpe/2023-June/000603.html
2.40.2
- https://lists.webkit.org/pipermail/webkit-wpe/2023-May/000598.html
Fixes CVE-2023-28204 & CVE-2023-32373:
https://lists.webkit.org/pipermail/webkit-wpe/2023-May/000599.html
2.40.1
- https://lists.webkit.org/pipermail/webkit-wpe/2023-April/000591.html
2.40.0
- https://lists.webkit.org/pipermail/webkit-wpe/2023-March/000589.html
2.39.91
- https://lists.webkit.org/pipermail/webkit-wpe/2023-March/000581.html
2.39.90
- https://lists.webkit.org/pipermail/webkit-wpe/2023-February/000577.html
2.39.5
- https://lists.webkit.org/pipermail/webkit-wpe/2023-January/000571.html
USE_AVIF was enabled by default upstream:
https://github.com/WebKit/WebKit/commit/3d60d9f93c64aac55c890160d00d008367e11e91
Add -DUSE_AVIF=OFF to _CONF_OPTS due to missing libavif package
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
v2: added host-unifdef dependency
package/wpewebkit/wpewebkit.hash | 7 +++----
package/wpewebkit/wpewebkit.mk | 7 ++++---
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/package/wpewebkit/wpewebkit.hash b/package/wpewebkit/wpewebkit.hash
index d5f628e1ee..aaeea2bcda 100644
--- a/package/wpewebkit/wpewebkit.hash
+++ b/package/wpewebkit/wpewebkit.hash
@@ -1,7 +1,6 @@
-# From https://wpewebkit.org/releases/wpewebkit-2.38.6.tar.xz.sums
-md5 eb44d3132208218f3752170cae3220b8 wpewebkit-2.38.6.tar.xz
-sha1 5c541a10e216d8d9ca48572b3dc0f82bfb2236c5 wpewebkit-2.38.6.tar.xz
-sha256 dcb6591456393c5366ad9abc62a808137d4fea039cbc7ef4c8d64ead506d035b wpewebkit-2.38.6.tar.xz
+# From https://wpewebkit.org/releases/wpewebkit-2.40.3.tar.xz.sums
+sha1 c840bd76b2c86cb8ca0d68b56598cb0abbafc727 wpewebkit-2.40.3.tar.xz
+sha256 05b6a9cb1d7d03485e0dc41b2a8e6f99a36aea23d32ba3ecb38d0d6860747ada wpewebkit-2.40.3.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 7b8ac67d92..c13a7201e6 100644
--- a/package/wpewebkit/wpewebkit.mk
+++ b/package/wpewebkit/wpewebkit.mk
@@ -4,8 +4,8 @@
#
################################################################################
-WPEWEBKIT_VERSION = 2.38.6
-WPEWEBKIT_SITE = http://www.wpewebkit.org/releases
+WPEWEBKIT_VERSION = 2.40.3
+WPEWEBKIT_SITE = https://wpewebkit.org/releases
WPEWEBKIT_SOURCE = wpewebkit-$(WPEWEBKIT_VERSION).tar.xz
WPEWEBKIT_INSTALL_STAGING = YES
WPEWEBKIT_LICENSE = LGPL-2.1+, BSD-2-Clause
@@ -14,7 +14,7 @@ WPEWEBKIT_LICENSE_FILES = \
Source/WebCore/LICENSE-LGPL-2.1
WPEWEBKIT_CPE_ID_VENDOR = wpewebkit
WPEWEBKIT_CPE_ID_PRODUCT = wpe_webkit
-WPEWEBKIT_DEPENDENCIES = host-gperf host-python3 host-ruby \
+WPEWEBKIT_DEPENDENCIES = host-gperf host-python3 host-ruby host-unifdef \
harfbuzz cairo icu jpeg libepoxy libgcrypt libgles libsoup libtasn1 \
libpng libxslt openjpeg wayland-protocols webp wpebackend-fdo
@@ -26,6 +26,7 @@ WPEWEBKIT_CONF_OPTS = \
-DENABLE_INTROSPECTION=OFF \
-DENABLE_MINIBROWSER=OFF \
-DENABLE_WEB_RTC=OFF \
+ -DUSE_AVIF=OFF \
-DUSE_SOUP2=ON
ifeq ($(BR2_PACKAGE_WPEWEBKIT_SANDBOX),y)
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [Buildroot] [PATCH v2 1/4] package/libwpe: bump version to 1.15.1
2023-07-18 18:32 [Buildroot] [PATCH v2 1/4] package/libwpe: bump version to 1.15.1 Bernd Kuhls
` (2 preceding siblings ...)
2023-07-18 18:32 ` [Buildroot] [PATCH v2 4/4] package/wpewebkit: security " Bernd Kuhls
@ 2023-07-21 21:29 ` Thomas Petazzoni via buildroot
3 siblings, 0 replies; 7+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-07-21 21:29 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Adrian Perez de Castro, buildroot
On Tue, 18 Jul 2023 20:32:35 +0200
Bernd Kuhls <bernd@kuhls.net> wrote:
> Removed md5 hash.
>
> Release notes:
> 1.14.1
> - https://lists.webkit.org/pipermail/webkit-wpe/2023-February/000574.html
> 1.15.1
> - https://lists.webkit.org/pipermail/webkit-wpe/2023-May/000595.html
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
> v2: no changes
I've applied the entire series to master. Hopefully Adrian will be able
to have a look and provide additional comments/feedback if needed.
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Buildroot] [PATCH v2 3/4] package/webkitgtk: bump version to 2.40.3
2023-07-18 18:32 ` [Buildroot] [PATCH v2 3/4] package/webkitgtk: bump version to 2.40.3 Bernd Kuhls
@ 2023-08-29 16:42 ` Peter Korsgaard
0 siblings, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2023-08-29 16:42 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Adrian Perez de Castro, buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd@kuhls.net> writes:
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
> v2: no changes
Committed to 2023.02.x and 2023.05.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Buildroot] [PATCH v2 4/4] package/wpewebkit: security bump version to 2.40.3
2023-07-18 18:32 ` [Buildroot] [PATCH v2 4/4] package/wpewebkit: security " Bernd Kuhls
@ 2023-08-29 16:43 ` Peter Korsgaard
0 siblings, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2023-08-29 16:43 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Adrian Perez de Castro, buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd@kuhls.net> writes:
> Removed md5 hash.
> Switch _SITE to https and update URL.
> Added dependency to host-unifdef, needed since upstream commit
> https://github.com/WebKit/WebKit/commit/f76a7e30e5749af897b83cc75b2534b1afa32552
> Release notes:
> 2.40.3
> - https://lists.webkit.org/pipermail/webkit-wpe/2023-June/000603.html
> 2.40.2
> - https://lists.webkit.org/pipermail/webkit-wpe/2023-May/000598.html
> Fixes CVE-2023-28204 & CVE-2023-32373:
> https://lists.webkit.org/pipermail/webkit-wpe/2023-May/000599.html
> 2.40.1
> - https://lists.webkit.org/pipermail/webkit-wpe/2023-April/000591.html
> 2.40.0
> - https://lists.webkit.org/pipermail/webkit-wpe/2023-March/000589.html
> 2.39.91
> - https://lists.webkit.org/pipermail/webkit-wpe/2023-March/000581.html
> 2.39.90
> - https://lists.webkit.org/pipermail/webkit-wpe/2023-February/000577.html
> 2.39.5
> - https://lists.webkit.org/pipermail/webkit-wpe/2023-January/000571.html
> USE_AVIF was enabled by default upstream:
> https://github.com/WebKit/WebKit/commit/3d60d9f93c64aac55c890160d00d008367e11e91
> Add -DUSE_AVIF=OFF to _CONF_OPTS due to missing libavif package
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
> v2: added host-unifdef dependency
Committed to 2023.02.x and 2023.05.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-08-29 16:43 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-18 18:32 [Buildroot] [PATCH v2 1/4] package/libwpe: bump version to 1.15.1 Bernd Kuhls
2023-07-18 18:32 ` [Buildroot] [PATCH v2 2/4] package/wpebackend-fdo: bump version to 1.14.2 Bernd Kuhls
2023-07-18 18:32 ` [Buildroot] [PATCH v2 3/4] package/webkitgtk: bump version to 2.40.3 Bernd Kuhls
2023-08-29 16:42 ` Peter Korsgaard
2023-07-18 18:32 ` [Buildroot] [PATCH v2 4/4] package/wpewebkit: security " Bernd Kuhls
2023-08-29 16:43 ` Peter Korsgaard
2023-07-21 21:29 ` [Buildroot] [PATCH v2 1/4] package/libwpe: bump version to 1.15.1 Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox