* [Buildroot] [PATCH] package/wpebackend-fdo: bump to version 1.14.1
@ 2023-03-04 22:11 Adrian Perez de Castro
2023-03-04 22:51 ` Adrian Perez de Castro
2023-03-04 22:52 ` Adrian Perez de Castro
0 siblings, 2 replies; 5+ messages in thread
From: Adrian Perez de Castro @ 2023-03-04 22:11 UTC (permalink / raw)
To: buildroot; +Cc: Adrian Perez de Castro
This is a bugfix release which includes important fixes which solve a
memory leak and hitting a situation where the output no longer gets
updated. Release notes:
https://wpewebkit.org/release/wpebackend-fdo-1.14.1.html
Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
---
package/wpebackend-fdo/wpebackend-fdo.hash | 8 ++++----
package/wpebackend-fdo/wpebackend-fdo.mk | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package/wpebackend-fdo/wpebackend-fdo.hash b/package/wpebackend-fdo/wpebackend-fdo.hash
index e2f2c6c89f..d1a344a664 100644
--- a/package/wpebackend-fdo/wpebackend-fdo.hash
+++ b/package/wpebackend-fdo/wpebackend-fdo.hash
@@ -1,7 +1,7 @@
-# From https://wpewebkit.org/releases/wpebackend-fdo-1.14.0.tar.xz.sums
-md5 ea62dfa9ecb366598a837d7446ed48ac wpebackend-fdo-1.14.0.tar.xz
-sha1 1500be9212381a404f4a46b22b90a9880ba11c01 wpebackend-fdo-1.14.0.tar.xz
-sha256 e75b0cb2c7145448416e8696013d8883f675c66c11ed750e06865efec5809155 wpebackend-fdo-1.14.0.tar.xz
+# 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
# Hashes for license files:
sha256 c9f6803371047fad3e72200ec6cd226329a5ee08ac61104c8211c2761fb46825 COPYING
diff --git a/package/wpebackend-fdo/wpebackend-fdo.mk b/package/wpebackend-fdo/wpebackend-fdo.mk
index afe37b086e..c1e4e05796 100644
--- a/package/wpebackend-fdo/wpebackend-fdo.mk
+++ b/package/wpebackend-fdo/wpebackend-fdo.mk
@@ -4,7 +4,7 @@
#
################################################################################
-WPEBACKEND_FDO_VERSION = 1.14.0
+WPEBACKEND_FDO_VERSION = 1.14.1
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] 5+ messages in thread
* Re: [Buildroot] [PATCH] package/wpebackend-fdo: bump to version 1.14.1
2023-03-04 22:11 [Buildroot] [PATCH] package/wpebackend-fdo: bump to version 1.14.1 Adrian Perez de Castro
@ 2023-03-04 22:51 ` Adrian Perez de Castro
2023-03-05 14:24 ` Peter Korsgaard
2023-03-04 22:52 ` Adrian Perez de Castro
1 sibling, 1 reply; 5+ messages in thread
From: Adrian Perez de Castro @ 2023-03-04 22:51 UTC (permalink / raw)
To: buildroot
[-- Attachment #1.1: Type: text/plain, Size: 796 bytes --]
Hi,
(Added Peter in CC.)
On Sun, 05 Mar 2023 00:11:45 +0200 Adrian Perez de Castro <aperez@igalia.com> wrote:
> This is a bugfix release which includes important fixes which solve a
> memory leak and hitting a situation where the output no longer gets
> updated. Release notes:
>
> https://wpewebkit.org/release/wpebackend-fdo-1.14.1.html
>
> Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
> ---
> package/wpebackend-fdo/wpebackend-fdo.hash | 8 ++++----
> package/wpebackend-fdo/wpebackend-fdo.mk | 2 +-
> 2 files changed, 5 insertions(+), 5 deletions(-)
It would be *very desirable* to have this update in stable branches as well,
because this contains bug fixes which make WebKit{GTK,WPE} actually usable
in some cases (e.g. long running instances).
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] 5+ messages in thread
* Re: [Buildroot] [PATCH] package/wpebackend-fdo: bump to version 1.14.1
2023-03-04 22:11 [Buildroot] [PATCH] package/wpebackend-fdo: bump to version 1.14.1 Adrian Perez de Castro
2023-03-04 22:51 ` Adrian Perez de Castro
@ 2023-03-04 22:52 ` Adrian Perez de Castro
1 sibling, 0 replies; 5+ messages in thread
From: Adrian Perez de Castro @ 2023-03-04 22:52 UTC (permalink / raw)
To: buildroot
[-- Attachment #1.1: Type: text/plain, Size: 796 bytes --]
Hi,
(Added Peter in CC.)
On Sun, 05 Mar 2023 00:11:45 +0200 Adrian Perez de Castro <aperez@igalia.com> wrote:
> This is a bugfix release which includes important fixes which solve a
> memory leak and hitting a situation where the output no longer gets
> updated. Release notes:
>
> https://wpewebkit.org/release/wpebackend-fdo-1.14.1.html
>
> Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
> ---
> package/wpebackend-fdo/wpebackend-fdo.hash | 8 ++++----
> package/wpebackend-fdo/wpebackend-fdo.mk | 2 +-
> 2 files changed, 5 insertions(+), 5 deletions(-)
It would be *very desirable* to have this update in stable branches as well,
because this contains bug fixes which make WebKit{GTK,WPE} actually usable
in some cases (e.g. long running instances).
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] 5+ messages in thread
* Re: [Buildroot] [PATCH] package/wpebackend-fdo: bump to version 1.14.1
2023-03-04 22:51 ` Adrian Perez de Castro
@ 2023-03-05 14:24 ` Peter Korsgaard
2023-03-06 22:25 ` Adrian Perez de Castro
0 siblings, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2023-03-05 14:24 UTC (permalink / raw)
To: Adrian Perez de Castro; +Cc: buildroot
>>>>> "Adrian" == Adrian Perez de Castro <aperez@igalia.com> writes:
> Hi,
> (Added Peter in CC.)
> On Sun, 05 Mar 2023 00:11:45 +0200 Adrian Perez de Castro <aperez@igalia.com> wrote:
>> This is a bugfix release which includes important fixes which solve a
>> memory leak and hitting a situation where the output no longer gets
>> updated. Release notes:
>>
>> https://wpewebkit.org/release/wpebackend-fdo-1.14.1.html
>>
>> Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
>> ---
>> package/wpebackend-fdo/wpebackend-fdo.hash | 8 ++++----
>> package/wpebackend-fdo/wpebackend-fdo.mk | 2 +-
>> 2 files changed, 5 insertions(+), 5 deletions(-)
> It would be *very desirable* to have this update in stable branches as well,
> because this contains bug fixes which make WebKit{GTK,WPE} actually usable
> in some cases (e.g. long running instances).
With stable branches I guess you mean our (late) upcoming LTS release,
2023.02? 2022.02.x and 2022.11.x use wpebackend-fdo 1.12.1, but they are
almost EOL.
Committed to master (which will become 2023.02), thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Buildroot] [PATCH] package/wpebackend-fdo: bump to version 1.14.1
2023-03-05 14:24 ` Peter Korsgaard
@ 2023-03-06 22:25 ` Adrian Perez de Castro
0 siblings, 0 replies; 5+ messages in thread
From: Adrian Perez de Castro @ 2023-03-06 22:25 UTC (permalink / raw)
To: Peter Korsgaard; +Cc: buildroot
[-- Attachment #1.1: Type: text/plain, Size: 1378 bytes --]
Hello Peter,
On Sun, 05 Mar 2023 15:24:50 +0100 Peter Korsgaard <peter@korsgaard.com> wrote:
> >>>>> "Adrian" == Adrian Perez de Castro <aperez@igalia.com> writes:
>
> > Hi,
> > (Added Peter in CC.)
>
> > On Sun, 05 Mar 2023 00:11:45 +0200 Adrian Perez de Castro <aperez@igalia.com> wrote:
>
> >> This is a bugfix release which includes important fixes which solve a
> >> memory leak and hitting a situation where the output no longer gets
> >> updated. Release notes:
> >>
> >> https://wpewebkit.org/release/wpebackend-fdo-1.14.1.html
> >>
> >> Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
> >> ---
> >> package/wpebackend-fdo/wpebackend-fdo.hash | 8 ++++----
> >> package/wpebackend-fdo/wpebackend-fdo.mk | 2 +-
> >> 2 files changed, 5 insertions(+), 5 deletions(-)
>
> > It would be *very desirable* to have this update in stable branches as well,
> > because this contains bug fixes which make WebKit{GTK,WPE} actually usable
> > in some cases (e.g. long running instances).
>
> With stable branches I guess you mean our (late) upcoming LTS release,
> 2023.02? 2022.02.x and 2022.11.x use wpebackend-fdo 1.12.1, but they are
> almost EOL.
Yes, I meant 2023.02; the branches that are being EOL'd soon are probably
not worth updating.
> Committed to master (which will become 2023.02), thanks.
Excellent, thanks!
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] 5+ messages in thread
end of thread, other threads:[~2023-03-06 22:25 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-04 22:11 [Buildroot] [PATCH] package/wpebackend-fdo: bump to version 1.14.1 Adrian Perez de Castro
2023-03-04 22:51 ` Adrian Perez de Castro
2023-03-05 14:24 ` Peter Korsgaard
2023-03-06 22:25 ` Adrian Perez de Castro
2023-03-04 22:52 ` 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