* [Buildroot] [PATCH v1] package/webkitgtk: bump to version 2.48.6
@ 2025-09-16 12:20 Thomas Devoogdt
2025-09-16 13:52 ` Adrian Perez de Castro
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Thomas Devoogdt @ 2025-09-16 12:20 UTC (permalink / raw)
To: buildroot; +Cc: Adrian Perez de Castro, Thomas Devoogdt
Fixes a number of crashes. Release notes:
- https://webkitgtk.org/2025/07/30/webkitgtk2.48.4-released.html
- https://webkitgtk.org/2025/08/01/webkitgtk2.48.5-released.html
- https://webkitgtk.org/2025/09/03/webkitgtk2.48.6-released.html
And brings some security fixes. Security advisory:
- https://webkitgtk.org/security/WSA-2025-0005.html
Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com>
---
package/webkitgtk/webkitgtk.hash | 6 +++---
package/webkitgtk/webkitgtk.mk | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/webkitgtk/webkitgtk.hash b/package/webkitgtk/webkitgtk.hash
index 6c2beb7d1d..fde2439dd5 100644
--- a/package/webkitgtk/webkitgtk.hash
+++ b/package/webkitgtk/webkitgtk.hash
@@ -1,6 +1,6 @@
-# From https://www.webkitgtk.org/releases/webkitgtk-2.48.3.tar.xz.sums
-sha1 36faf2c30967db57175caf88cefd3d25781ae6d7 webkitgtk-2.48.3.tar.xz
-sha256 d4dc5970f0fc6a529ff7fd67bcbfab2bbb5e91be789b2e9279640b3217a782c3 webkitgtk-2.48.3.tar.xz
+# From https://www.webkitgtk.org/releases/webkitgtk-2.48.6.tar.xz.sums
+sha1 8f8e27722b29be5aba84322cf7252fe14afcec60 webkitgtk-2.48.6.tar.xz
+sha256 d9ac3034b7a39c2aaa567e6112b3124b158e591a74439e46974a031dd0e44e24 webkitgtk-2.48.6.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 419bef9d8e..cb66641e3d 100644
--- a/package/webkitgtk/webkitgtk.mk
+++ b/package/webkitgtk/webkitgtk.mk
@@ -4,7 +4,7 @@
#
################################################################################
-WEBKITGTK_VERSION = 2.48.3
+WEBKITGTK_VERSION = 2.48.6
WEBKITGTK_SITE = https://www.webkitgtk.org/releases
WEBKITGTK_SOURCE = webkitgtk-$(WEBKITGTK_VERSION).tar.xz
WEBKITGTK_INSTALL_STAGING = YES
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [Buildroot] [PATCH v1] package/webkitgtk: bump to version 2.48.6
2025-09-16 12:20 [Buildroot] [PATCH v1] package/webkitgtk: bump to version 2.48.6 Thomas Devoogdt
@ 2025-09-16 13:52 ` Adrian Perez de Castro
2025-09-16 19:56 ` Peter Korsgaard
2025-09-25 20:16 ` Thomas Perale via buildroot
2 siblings, 0 replies; 6+ messages in thread
From: Adrian Perez de Castro @ 2025-09-16 13:52 UTC (permalink / raw)
To: Thomas Devoogdt; +Cc: buildroot, Thomas Devoogdt
[-- Attachment #1.1: Type: text/plain, Size: 2347 bytes --]
Hello Thomas, all,
Thanks for submitting this, patch LGTM.
On Tue, 16 Sep 2025 14:20:05 +0200 Thomas Devoogdt <thomas@devoogdt.com> wrote:
> Fixes a number of crashes. Release notes:
>
> - https://webkitgtk.org/2025/07/30/webkitgtk2.48.4-released.html
> - https://webkitgtk.org/2025/08/01/webkitgtk2.48.5-released.html
> - https://webkitgtk.org/2025/09/03/webkitgtk2.48.6-released.html
>
> And brings some security fixes. Security advisory:
>
> - https://webkitgtk.org/security/WSA-2025-0005.html
>
> Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com>
Acked-By: Adrian Perez de Castro <aperez@igalia.com>
> ---
> package/webkitgtk/webkitgtk.hash | 6 +++---
> package/webkitgtk/webkitgtk.mk | 2 +-
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/package/webkitgtk/webkitgtk.hash b/package/webkitgtk/webkitgtk.hash
> index 6c2beb7d1d..fde2439dd5 100644
> --- a/package/webkitgtk/webkitgtk.hash
> +++ b/package/webkitgtk/webkitgtk.hash
> @@ -1,6 +1,6 @@
> -# From https://www.webkitgtk.org/releases/webkitgtk-2.48.3.tar.xz.sums
> -sha1 36faf2c30967db57175caf88cefd3d25781ae6d7 webkitgtk-2.48.3.tar.xz
> -sha256 d4dc5970f0fc6a529ff7fd67bcbfab2bbb5e91be789b2e9279640b3217a782c3 webkitgtk-2.48.3.tar.xz
> +# From https://www.webkitgtk.org/releases/webkitgtk-2.48.6.tar.xz.sums
> +sha1 8f8e27722b29be5aba84322cf7252fe14afcec60 webkitgtk-2.48.6.tar.xz
> +sha256 d9ac3034b7a39c2aaa567e6112b3124b158e591a74439e46974a031dd0e44e24 webkitgtk-2.48.6.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 419bef9d8e..cb66641e3d 100644
> --- a/package/webkitgtk/webkitgtk.mk
> +++ b/package/webkitgtk/webkitgtk.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -WEBKITGTK_VERSION = 2.48.3
> +WEBKITGTK_VERSION = 2.48.6
> WEBKITGTK_SITE = https://www.webkitgtk.org/releases
> WEBKITGTK_SOURCE = webkitgtk-$(WEBKITGTK_VERSION).tar.xz
> WEBKITGTK_INSTALL_STAGING = YES
> --
> 2.43.0
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
>
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] 6+ messages in thread
* Re: [Buildroot] [PATCH v1] package/webkitgtk: bump to version 2.48.6
2025-09-16 12:20 [Buildroot] [PATCH v1] package/webkitgtk: bump to version 2.48.6 Thomas Devoogdt
2025-09-16 13:52 ` Adrian Perez de Castro
@ 2025-09-16 19:56 ` Peter Korsgaard
2025-10-13 19:54 ` Adrian Perez de Castro
2025-09-25 20:16 ` Thomas Perale via buildroot
2 siblings, 1 reply; 6+ messages in thread
From: Peter Korsgaard @ 2025-09-16 19:56 UTC (permalink / raw)
To: Thomas Devoogdt; +Cc: buildroot, Adrian Perez de Castro
>>>>> "Thomas" == Thomas Devoogdt <thomas@devoogdt.com> writes:
> Fixes a number of crashes. Release notes:
> - https://webkitgtk.org/2025/07/30/webkitgtk2.48.4-released.html
> - https://webkitgtk.org/2025/08/01/webkitgtk2.48.5-released.html
> - https://webkitgtk.org/2025/09/03/webkitgtk2.48.6-released.html
> And brings some security fixes. Security advisory:
> - https://webkitgtk.org/security/WSA-2025-0005.html
> Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com>
Committed after marking it as a security bump, thanks.
What about wpewebkit?
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Buildroot] [PATCH v1] package/webkitgtk: bump to version 2.48.6
2025-09-16 12:20 [Buildroot] [PATCH v1] package/webkitgtk: bump to version 2.48.6 Thomas Devoogdt
2025-09-16 13:52 ` Adrian Perez de Castro
2025-09-16 19:56 ` Peter Korsgaard
@ 2025-09-25 20:16 ` Thomas Perale via buildroot
2 siblings, 0 replies; 6+ messages in thread
From: Thomas Perale via buildroot @ 2025-09-25 20:16 UTC (permalink / raw)
To: Thomas Devoogdt; +Cc: Thomas Perale, buildroot
In reply of:
> Fixes a number of crashes. Release notes:
>
> - https://webkitgtk.org/2025/07/30/webkitgtk2.48.4-released.html
> - https://webkitgtk.org/2025/08/01/webkitgtk2.48.5-released.html
> - https://webkitgtk.org/2025/09/03/webkitgtk2.48.6-released.html
>
> And brings some security fixes. Security advisory:
>
> - https://webkitgtk.org/security/WSA-2025-0005.html
>
> Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com>
Applied to 2025.02.x, 2025.05.x & 2025.08.x. Thanks
> ---
> package/webkitgtk/webkitgtk.hash | 6 +++---
> package/webkitgtk/webkitgtk.mk | 2 +-
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/package/webkitgtk/webkitgtk.hash b/package/webkitgtk/webkitgtk.hash
> index 6c2beb7d1d..fde2439dd5 100644
> --- a/package/webkitgtk/webkitgtk.hash
> +++ b/package/webkitgtk/webkitgtk.hash
> @@ -1,6 +1,6 @@
> -# From https://www.webkitgtk.org/releases/webkitgtk-2.48.3.tar.xz.sums
> -sha1 36faf2c30967db57175caf88cefd3d25781ae6d7 webkitgtk-2.48.3.tar.xz
> -sha256 d4dc5970f0fc6a529ff7fd67bcbfab2bbb5e91be789b2e9279640b3217a782c3 webkitgtk-2.48.3.tar.xz
> +# From https://www.webkitgtk.org/releases/webkitgtk-2.48.6.tar.xz.sums
> +sha1 8f8e27722b29be5aba84322cf7252fe14afcec60 webkitgtk-2.48.6.tar.xz
> +sha256 d9ac3034b7a39c2aaa567e6112b3124b158e591a74439e46974a031dd0e44e24 webkitgtk-2.48.6.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 419bef9d8e..cb66641e3d 100644
> --- a/package/webkitgtk/webkitgtk.mk
> +++ b/package/webkitgtk/webkitgtk.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -WEBKITGTK_VERSION = 2.48.3
> +WEBKITGTK_VERSION = 2.48.6
> WEBKITGTK_SITE = https://www.webkitgtk.org/releases
> WEBKITGTK_SOURCE = webkitgtk-$(WEBKITGTK_VERSION).tar.xz
> WEBKITGTK_INSTALL_STAGING = YES
> --
> 2.43.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] 6+ messages in thread
* Re: [Buildroot] [PATCH v1] package/webkitgtk: bump to version 2.48.6
2025-09-16 19:56 ` Peter Korsgaard
@ 2025-10-13 19:54 ` Adrian Perez de Castro
2025-10-13 20:26 ` Peter Korsgaard
0 siblings, 1 reply; 6+ messages in thread
From: Adrian Perez de Castro @ 2025-10-13 19:54 UTC (permalink / raw)
To: Peter Korsgaard; +Cc: Thomas Devoogdt, buildroot
[-- Attachment #1.1: Type: text/plain, Size: 839 bytes --]
Hi all,
On Tue, 16 Sep 2025 21:56:26 +0200 Peter Korsgaard <peter@korsgaard.com> wrote:
> >>>>> "Thomas" == Thomas Devoogdt <thomas@devoogdt.com> writes:
>
> > Fixes a number of crashes. Release notes:
> > - https://webkitgtk.org/2025/07/30/webkitgtk2.48.4-released.html
> > - https://webkitgtk.org/2025/08/01/webkitgtk2.48.5-released.html
> > - https://webkitgtk.org/2025/09/03/webkitgtk2.48.6-released.html
>
> > And brings some security fixes. Security advisory:
>
> > - https://webkitgtk.org/security/WSA-2025-0005.html
>
> > Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com>
>
> Committed after marking it as a security bump, thanks.
>
> What about wpewebkit?
My plan to update it to 2.50.1 which I have just released today [1].
Cheers,
—Adrián
---
[1] https://wpewebkit.org/release/wpewebkit-2.50.1.html
[-- 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] 6+ messages in thread
* Re: [Buildroot] [PATCH v1] package/webkitgtk: bump to version 2.48.6
2025-10-13 19:54 ` Adrian Perez de Castro
@ 2025-10-13 20:26 ` Peter Korsgaard
0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2025-10-13 20:26 UTC (permalink / raw)
To: Adrian Perez de Castro; +Cc: Thomas Devoogdt, buildroot
>>>>> "Adrian" == Adrian Perez de Castro <aperez@igalia.com> writes:
Hi,
>> Committed after marking it as a security bump, thanks.
>>
>> What about wpewebkit?
> My plan to update it to 2.50.1 which I have just released today [1].
OK, what then about webkitgtk? ;) Wouldn't it make sense to bump them
more-or-less at the same time?
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2025-10-13 20:26 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-16 12:20 [Buildroot] [PATCH v1] package/webkitgtk: bump to version 2.48.6 Thomas Devoogdt
2025-09-16 13:52 ` Adrian Perez de Castro
2025-09-16 19:56 ` Peter Korsgaard
2025-10-13 19:54 ` Adrian Perez de Castro
2025-10-13 20:26 ` Peter Korsgaard
2025-09-25 20:16 ` Thomas Perale via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.