All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/3] Update WPE WebKit to 2.38.0
@ 2022-09-20 23:00 Adrian Perez de Castro
  2022-09-20 23:00 ` [Buildroot] [PATCH 1/3] package/libwpe: bump to version 1.14.0 Adrian Perez de Castro
                   ` (3 more replies)
  0 siblings, 4 replies; 32+ messages in thread
From: Adrian Perez de Castro @ 2022-09-20 23:00 UTC (permalink / raw)
  To: buildroot; +Cc: Adrian Perez de Castro

This series bump wpewebkit to the most recent release, updating also
the libwpe and wpebackend-fdo dependencies to the recommended versions
for 2.38.x, as documented at:

  https://wpewebkit.org/release/schedule/#compatible-components

=)

Adrian Perez de Castro (3):
  package/libwpe: bump to version 1.14.0
  package/wpebackend-fdo: bump to version 1.14.0
  package/wpewebkit: bump to version 2.38.0

 package/libwpe/libwpe.hash                    |   8 +-
 package/libwpe/libwpe.mk                      |   2 +-
 package/wpebackend-fdo/wpebackend-fdo.hash    |   8 +-
 package/wpebackend-fdo/wpebackend-fdo.mk      |   2 +-
 ...cpp-fails-to-build-NEON-fast-path-se.patch | 328 ++++++++++++++++++
 package/wpewebkit/wpewebkit.hash              |   8 +-
 package/wpewebkit/wpewebkit.mk                |   8 +-
 7 files changed, 347 insertions(+), 17 deletions(-)
 create mode 100644 package/wpewebkit/0001-FELightningNEON.cpp-fails-to-build-NEON-fast-path-se.patch

-- 
2.37.3

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 32+ messages in thread
* Re: [Buildroot]  [PATCH 3/3] package/wpewebkit:  bump to version 2.38.0
@ 2022-09-27  8:03 Michael Nosthoff via buildroot
  0 siblings, 0 replies; 32+ messages in thread
From: Michael Nosthoff via buildroot @ 2022-09-27  8:03 UTC (permalink / raw)
  To: buildroot

Hi Adrian,

On Wednesday, September 21, 2022 21:08 CEST, Adrian Perez de Castro <aperez@igalia.com> wrote:

> Hello Thomas, all,
> 
> On Wed, 21 Sep 2022 20:18:54 +0200 Thomas Petazzoni <thomas.petazzoni@bootlin.com> wrote:
> > Hello Adrian,
> > 
> > On Wed, 21 Sep 2022 02:00:29 +0300
> > Adrian Perez de Castro <aperez@igalia.com> wrote:
> > 
> > > Update to a new major release which brings in improvements and a few
> > > new features. Release notes:
> > > 
> > >   https://wpewebkit.org/release/wpewebkit-2.38.0.html
> > > 
> > > This release also includes security fixes for CVE-2022-32886,
> > > CVE-2022-32891, and CVE-2022-32912. Accompanying security advisory:
> > > 
> > >   https://wpewebkit.org/security/WSA-2022-0009.html
> > 
> > According to this page, CVE-2022-32891 only affects versions up 2.36.5,
> > and we're using 2.36.7 in Buildroot.
> > 
> > Also according to this page, the two other CVEs have been fixed in
> > 2.36.8.
> > 
> > So, could you rework this patch series to:
> > 
> >  - Have a first patch "package/wpewebkit: security bump to version
> >    2.36.8", which does bump to 2.36.8
> > 
> >  - Has the patches updating libwpe, wpebackend-fdo.
> > 
> >  - Has the patch updating wpewebkit to 2.38.0
> 
> Of course, no problem. I'll send an update in the next days.
> 
> > Indeed, we will want to backport the 2.36.8 bump to our stable branch,
> > as it contains security fixes.
> 
> Makes sense. Allowing LTS/stable distros to pick the update more easily is
> one of the reasons why I made one more 2.36.x with the fixes :)
> 

Would you mind to also submit the NEON Patch separately or with the 2.36.x patch
so it can be applied to the 2022.08 branch? I'm currently using it as external patch
and it works fine.

Regards,
Michael

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2023-01-10 21:36 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-20 23:00 [Buildroot] [PATCH 0/3] Update WPE WebKit to 2.38.0 Adrian Perez de Castro
2022-09-20 23:00 ` [Buildroot] [PATCH 1/3] package/libwpe: bump to version 1.14.0 Adrian Perez de Castro
2022-09-20 23:00 ` [Buildroot] [PATCH 2/3] package/wpebackend-fdo: " Adrian Perez de Castro
2022-09-20 23:00 ` [Buildroot] [PATCH 3/3] package/wpewebkit: bump to version 2.38.0 Adrian Perez de Castro
2022-09-21 18:18   ` Thomas Petazzoni
2022-09-21 19:08     ` Adrian Perez de Castro
2022-10-04 13:35     ` Adrian Perez de Castro
2022-10-04 13:30 ` [Buildroot] [PATCH 0/5] Update WPE WebKit to 2.36.8, and then 2.38.0 Adrian Perez de Castro
2022-10-04 13:30   ` [Buildroot] [PATCH 1/5] package/wpewebkit: security bump to version 2.36.8 Adrian Perez de Castro
2022-10-06 18:02     ` Peter Korsgaard
2022-10-15 15:08     ` Peter Korsgaard
2022-10-04 13:30   ` [Buildroot] [PATCH 2/5] package/libwpe: bump to version 1.14.0 Adrian Perez de Castro
2022-10-04 13:30   ` [Buildroot] [PATCH 3/5] package/wpebackend-fdo: " Adrian Perez de Castro
2022-10-04 13:30   ` [Buildroot] [PATCH 4/5] package/wpewebkit: bump to version 2.38.0 Adrian Perez de Castro
2023-01-10 21:36     ` Peter Korsgaard
2022-10-04 13:30   ` [Buildroot] [PATCH 5/5] package/cog: bump to version 0.16.0 Adrian Perez de Castro
2022-10-06  7:13     ` Gary Bisson
2022-10-06  8:47       ` Adrian Perez de Castro
2022-10-06  9:58   ` [Buildroot] [PATCH v3 0/5] Update WPE WebKit to 2.36.8, and then 2.38.0 Adrian Perez de Castro
2022-10-06  9:58     ` [Buildroot] [PATCH v3 1/5] package/wpewebkit: security bump to version 2.36.8 Adrian Perez de Castro
2022-10-06  9:58     ` [Buildroot] [PATCH v3 2/5] package/libwpe: bump to version 1.14.0 Adrian Perez de Castro
2023-01-04 16:24       ` Peter Korsgaard
2023-01-04 16:25         ` Peter Korsgaard
2022-10-06  9:58     ` [Buildroot] [PATCH v3 3/5] package/wpebackend-fdo: " Adrian Perez de Castro
2023-01-04 16:24       ` Peter Korsgaard
2022-10-06  9:58     ` [Buildroot] [PATCH v3 4/5] package/wpewebkit: bump to version 2.38.0 Adrian Perez de Castro
2023-01-04 16:24       ` Peter Korsgaard
2022-10-06  9:58     ` [Buildroot] [PATCH v3 5/5] package/cog: bump to version 0.16.0 Adrian Perez de Castro
2022-10-07 19:10       ` Gary Bisson
2022-10-23 22:54       ` James Hilliard
2023-01-04 16:24       ` Peter Korsgaard
  -- strict thread matches above, loose matches on Subject: below --
2022-09-27  8:03 [Buildroot] [PATCH 3/3] package/wpewebkit: bump to version 2.38.0 Michael Nosthoff 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.