buildroot.buildroot.org archive mirror
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/webkitgtk: security bump to version 2.24.4
@ 2019-08-30 12:04 Adrian Perez de Castro
  2019-08-30 14:17 ` Adrian Perez de Castro
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Adrian Perez de Castro @ 2019-08-30 12:04 UTC (permalink / raw)
  To: buildroot

This is a minor release which includes fixes for CVE-2019-8644,
CVE-2019-8649, CVE-2019-8658, CVE-2019-8669, CVE-2019-8676,
CVE-2019-8678, CVE-2019-8680, CVE-2019-8683, CVE-2019-8684, and
CVE-2019-8688.

This release also contains many build fixes, a few media playback
improvements, and a Web compatibility fix. For a complete list,
the full release notes at:

  https://webkitgtk.org/2019/08/28/webkitgtk2.24.4-released.html

The detailed security advisory can be found at:

  https://webkitgtk.org/security/WSA-2019-0004.html

Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
---
 package/webkitgtk/webkitgtk.hash | 8 ++++----
 package/webkitgtk/webkitgtk.mk   | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package/webkitgtk/webkitgtk.hash b/package/webkitgtk/webkitgtk.hash
index f1784da2ad..8653369aa0 100644
--- a/package/webkitgtk/webkitgtk.hash
+++ b/package/webkitgtk/webkitgtk.hash
@@ -1,7 +1,7 @@
-# From https://webkitgtk.org/releases/webkitgtk-2.24.3.tar.xz.sums
-md5 e2a5bbd09a217eba096a2d1562143e35 webkitgtk-2.24.3.tar.xz
-sha1 26a33fd0af8223c130427cd59aaf5ccaba584114 webkitgtk-2.24.3.tar.xz
-sha256 940d746d7e82c357222feb5b3f44c4b201e81df7d81ddca5ca2bf3ae0acf6c51 webkitgtk-2.24.3.tar.xz
+# From https://webkitgtk.org/releases/webkitgtk-2.24.4.tar.xz.sums
+md5 c214963d8c0e7d83460da04a0d8dda87 webkitgtk-2.24.4.tar.xz
+sha1 f978b967422c6b423b11062375bab6506243388c webkitgtk-2.24.4.tar.xz
+sha256 8668b129c026624ec226a4cccf4995f9d26f3e88fc28ab75b0e965f3c32b7dd8 webkitgtk-2.24.4.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 f8cd728351..97e3311654 100644
--- a/package/webkitgtk/webkitgtk.mk
+++ b/package/webkitgtk/webkitgtk.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-WEBKITGTK_VERSION = 2.24.3
+WEBKITGTK_VERSION = 2.24.4
 WEBKITGTK_SITE = https://www.webkitgtk.org/releases
 WEBKITGTK_SOURCE = webkitgtk-$(WEBKITGTK_VERSION).tar.xz
 WEBKITGTK_INSTALL_STAGING = YES
-- 
2.23.0

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

* [Buildroot] [PATCH 1/1] package/webkitgtk: security bump to version 2.24.4
  2019-08-30 12:04 [Buildroot] [PATCH 1/1] package/webkitgtk: security bump to version 2.24.4 Adrian Perez de Castro
@ 2019-08-30 14:17 ` Adrian Perez de Castro
  2019-08-30 14:39   ` Peter Korsgaard
  2019-08-30 14:34 ` Peter Korsgaard
  2019-09-02 16:14 ` Peter Korsgaard
  2 siblings, 1 reply; 6+ messages in thread
From: Adrian Perez de Castro @ 2019-08-30 14:17 UTC (permalink / raw)
  To: buildroot

Hello all,

On Fri, 30 Aug 2019 15:04:32 +0300, Adrian Perez de Castro <aperez@igalia.com> wrote:

> This is a minor release which includes fixes for CVE-2019-8644,
> CVE-2019-8649, CVE-2019-8658, CVE-2019-8669, CVE-2019-8676,
> CVE-2019-8678, CVE-2019-8680, CVE-2019-8683, CVE-2019-8684, and
> CVE-2019-8688.
> 
> This release also contains many build fixes, a few media playback
> improvements, and a Web compatibility fix. For a complete list,
> the full release notes at:
> 
>   https://webkitgtk.org/2019/08/28/webkitgtk2.24.4-released.html
> 
> The detailed security advisory can be found at:
> 
>   https://webkitgtk.org/security/WSA-2019-0004.html
> 
> Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
> ---
>  package/webkitgtk/webkitgtk.hash | 8 ++++----
>  package/webkitgtk/webkitgtk.mk   | 2 +-
>  2 files changed, 5 insertions(+), 5 deletions(-)
> 
> [...]

It would be good to consider merging this to the LTS branch as well,
which is shipping WebKitGTK 2.24.x at the moment.

Thanks in advance,
?Adri?n
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20190830/c5ad4bc6/attachment.asc>

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

* [Buildroot] [PATCH 1/1] package/webkitgtk: security bump to version 2.24.4
  2019-08-30 12:04 [Buildroot] [PATCH 1/1] package/webkitgtk: security bump to version 2.24.4 Adrian Perez de Castro
  2019-08-30 14:17 ` Adrian Perez de Castro
@ 2019-08-30 14:34 ` Peter Korsgaard
  2019-09-02 16:14 ` Peter Korsgaard
  2 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2019-08-30 14:34 UTC (permalink / raw)
  To: buildroot

>>>>> "Adrian" == Adrian Perez de Castro <aperez@igalia.com> writes:

 > This is a minor release which includes fixes for CVE-2019-8644,
 > CVE-2019-8649, CVE-2019-8658, CVE-2019-8669, CVE-2019-8676,
 > CVE-2019-8678, CVE-2019-8680, CVE-2019-8683, CVE-2019-8684, and
 > CVE-2019-8688.

 > This release also contains many build fixes, a few media playback
 > improvements, and a Web compatibility fix. For a complete list,
 > the full release notes at:

 >   https://webkitgtk.org/2019/08/28/webkitgtk2.24.4-released.html

 > The detailed security advisory can be found at:

 >   https://webkitgtk.org/security/WSA-2019-0004.html

 > Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/1] package/webkitgtk: security bump to version 2.24.4
  2019-08-30 14:17 ` Adrian Perez de Castro
@ 2019-08-30 14:39   ` Peter Korsgaard
  2019-08-30 14:44     ` Adrian Perez de Castro
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Korsgaard @ 2019-08-30 14:39 UTC (permalink / raw)
  To: buildroot

>>>>> "Adrian" == Adrian Perez de Castro <aperez@igalia.com> writes:

 > Hello all,
 > On Fri, 30 Aug 2019 15:04:32 +0300, Adrian Perez de Castro <aperez@igalia.com> wrote:

 >> This is a minor release which includes fixes for CVE-2019-8644,
 >> CVE-2019-8649, CVE-2019-8658, CVE-2019-8669, CVE-2019-8676,
 >> CVE-2019-8678, CVE-2019-8680, CVE-2019-8683, CVE-2019-8684, and
 >> CVE-2019-8688.
 >> 
 >> This release also contains many build fixes, a few media playback
 >> improvements, and a Web compatibility fix. For a complete list,
 >> the full release notes at:
 >> 
 >> https://webkitgtk.org/2019/08/28/webkitgtk2.24.4-released.html
 >> 
 >> The detailed security advisory can be found at:
 >> 
 >> https://webkitgtk.org/security/WSA-2019-0004.html
 >> 
 >> Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
 >> ---
 >> package/webkitgtk/webkitgtk.hash | 8 ++++----
 >> package/webkitgtk/webkitgtk.mk   | 2 +-
 >> 2 files changed, 5 insertions(+), 5 deletions(-)
 >> 
 >> [...]

 > It would be good to consider merging this to the LTS branch as well,
 > which is shipping WebKitGTK 2.24.x at the moment.

Yes, I will cherry pick this for 2019.02.x and 2019.05.x when I sync
them.

Thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/1] package/webkitgtk: security bump to version 2.24.4
  2019-08-30 14:39   ` Peter Korsgaard
@ 2019-08-30 14:44     ` Adrian Perez de Castro
  0 siblings, 0 replies; 6+ messages in thread
From: Adrian Perez de Castro @ 2019-08-30 14:44 UTC (permalink / raw)
  To: buildroot

On Fri, 30 Aug 2019 16:39:06 +0200, Peter Korsgaard <peter@korsgaard.com> wrote:
> >>>>> "Adrian" == Adrian Perez de Castro <aperez@igalia.com> writes:
> 
>  > Hello all,
>  > On Fri, 30 Aug 2019 15:04:32 +0300, Adrian Perez de Castro <aperez@igalia.com> wrote:
> 
>  >> This is a minor release which includes fixes for CVE-2019-8644,
>  >> CVE-2019-8649, CVE-2019-8658, CVE-2019-8669, CVE-2019-8676,
>  >> CVE-2019-8678, CVE-2019-8680, CVE-2019-8683, CVE-2019-8684, and
>  >> CVE-2019-8688.
>  >> 
>  >> This release also contains many build fixes, a few media playback
>  >> improvements, and a Web compatibility fix. For a complete list,
>  >> the full release notes at:
>  >> 
>  >> https://webkitgtk.org/2019/08/28/webkitgtk2.24.4-released.html
>  >> 
>  >> The detailed security advisory can be found at:
>  >> 
>  >> https://webkitgtk.org/security/WSA-2019-0004.html
>  >> 
>  >> Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
>  >> ---
>  >> package/webkitgtk/webkitgtk.hash | 8 ++++----
>  >> package/webkitgtk/webkitgtk.mk   | 2 +-
>  >> 2 files changed, 5 insertions(+), 5 deletions(-)
>  >> 
>  >> [...]
> 
>  > It would be good to consider merging this to the LTS branch as well,
>  > which is shipping WebKitGTK 2.24.x at the moment.
> 
> Yes, I will cherry pick this for 2019.02.x and 2019.05.x when I sync
> them.

Great, thanks a lot \o/

?Adri?n
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20190830/4f626e88/attachment.asc>

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

* [Buildroot] [PATCH 1/1] package/webkitgtk: security bump to version 2.24.4
  2019-08-30 12:04 [Buildroot] [PATCH 1/1] package/webkitgtk: security bump to version 2.24.4 Adrian Perez de Castro
  2019-08-30 14:17 ` Adrian Perez de Castro
  2019-08-30 14:34 ` Peter Korsgaard
@ 2019-09-02 16:14 ` Peter Korsgaard
  2 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2019-09-02 16:14 UTC (permalink / raw)
  To: buildroot

>>>>> "Adrian" == Adrian Perez de Castro <aperez@igalia.com> writes:

 > This is a minor release which includes fixes for CVE-2019-8644,
 > CVE-2019-8649, CVE-2019-8658, CVE-2019-8669, CVE-2019-8676,
 > CVE-2019-8678, CVE-2019-8680, CVE-2019-8683, CVE-2019-8684, and
 > CVE-2019-8688.

 > This release also contains many build fixes, a few media playback
 > improvements, and a Web compatibility fix. For a complete list,
 > the full release notes at:

 >   https://webkitgtk.org/2019/08/28/webkitgtk2.24.4-released.html

 > The detailed security advisory can be found at:

 >   https://webkitgtk.org/security/WSA-2019-0004.html

 > Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>

Committed to 2019.02.x and 2019.05.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2019-09-02 16:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-30 12:04 [Buildroot] [PATCH 1/1] package/webkitgtk: security bump to version 2.24.4 Adrian Perez de Castro
2019-08-30 14:17 ` Adrian Perez de Castro
2019-08-30 14:39   ` Peter Korsgaard
2019-08-30 14:44     ` Adrian Perez de Castro
2019-08-30 14:34 ` Peter Korsgaard
2019-09-02 16:14 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).