All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/webkitgtk: bump version to 2.22.7
@ 2019-04-03 19:39 Peter Korsgaard
  2019-04-03 19:52 ` Thomas Petazzoni
  2019-04-05 20:46 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-04-03 19:39 UTC (permalink / raw)
  To: buildroot

2.22.7 contains a number of bugfixes. From the announcement:

 - Fix rendering of glyphs in Hebrew (and possibly other languages) when
   Unicode NFC normalization is used.

 - Fix several crashes and race conditions.

https://webkitgtk.org/2019/03/01/webkitgtk2.22.7-released.html

Change SITE to https as the webserver uses HSTS.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/webkitgtk/webkitgtk.hash | 8 ++++----
 package/webkitgtk/webkitgtk.mk   | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/package/webkitgtk/webkitgtk.hash b/package/webkitgtk/webkitgtk.hash
index ed2511976d..d024343d5e 100644
--- a/package/webkitgtk/webkitgtk.hash
+++ b/package/webkitgtk/webkitgtk.hash
@@ -1,7 +1,7 @@
-# From https://webkitgtk.org/releases/webkitgtk-2.22.6.tar.xz.sums
-md5 7c21a30f7f078f0b712caf0c7ee966a4 webkitgtk-2.22.6.tar.xz
-sha1 26a8f8951da03aa4dfc2c25257b6899ea3c2558f webkitgtk-2.22.6.tar.xz
-sha256 df90db9c0db0a2072b945fa3e1d45865922bd686c4659cce6cb5897ce357c85b webkitgtk-2.22.6.tar.xz
+# From https://webkitgtk.org/releases/webkitgtk-2.22.7.tar.xz.sums
+md5 47386c10a9c3975f933c85404f35ff3b webkitgtk-2.22.7.tar.xz
+sha1 5f45147f6fc4b6a0dd3c545bf857679313230507 webkitgtk-2.22.7.tar.xz
+sha256 4be6f7d605cd0a690fd26e8aa83b089a33ad9d419148eafcfb60580dd2af30ff webkitgtk-2.22.7.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 c17bbc8028..a30c61460a 100644
--- a/package/webkitgtk/webkitgtk.mk
+++ b/package/webkitgtk/webkitgtk.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-WEBKITGTK_VERSION = 2.22.6
-WEBKITGTK_SITE = http://www.webkitgtk.org/releases
+WEBKITGTK_VERSION = 2.22.7
+WEBKITGTK_SITE = https://www.webkitgtk.org/releases
 WEBKITGTK_SOURCE = webkitgtk-$(WEBKITGTK_VERSION).tar.xz
 WEBKITGTK_INSTALL_STAGING = YES
 WEBKITGTK_LICENSE = LGPL-2.1+, BSD-2-Clause
-- 
2.11.0

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

* [Buildroot] [PATCH] package/webkitgtk: bump version to 2.22.7
  2019-04-03 19:39 [Buildroot] [PATCH] package/webkitgtk: bump version to 2.22.7 Peter Korsgaard
@ 2019-04-03 19:52 ` Thomas Petazzoni
  2019-04-05 20:46 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-04-03 19:52 UTC (permalink / raw)
  To: buildroot

On Wed,  3 Apr 2019 21:39:43 +0200
Peter Korsgaard <peter@korsgaard.com> wrote:

> 2.22.7 contains a number of bugfixes. From the announcement:
> 
>  - Fix rendering of glyphs in Hebrew (and possibly other languages) when
>    Unicode NFC normalization is used.
> 
>  - Fix several crashes and race conditions.
> 
> https://webkitgtk.org/2019/03/01/webkitgtk2.22.7-released.html
> 
> Change SITE to https as the webserver uses HSTS.
> 
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
>  package/webkitgtk/webkitgtk.hash | 8 ++++----
>  package/webkitgtk/webkitgtk.mk   | 4 ++--
>  2 files changed, 6 insertions(+), 6 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH] package/webkitgtk: bump version to 2.22.7
  2019-04-03 19:39 [Buildroot] [PATCH] package/webkitgtk: bump version to 2.22.7 Peter Korsgaard
  2019-04-03 19:52 ` Thomas Petazzoni
@ 2019-04-05 20:46 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-04-05 20:46 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > 2.22.7 contains a number of bugfixes. From the announcement:
 >  - Fix rendering of glyphs in Hebrew (and possibly other languages) when
 >    Unicode NFC normalization is used.

 >  - Fix several crashes and race conditions.

 > https://webkitgtk.org/2019/03/01/webkitgtk2.22.7-released.html

 > Change SITE to https as the webserver uses HSTS.

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed to 2019.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2019-04-05 20:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-03 19:39 [Buildroot] [PATCH] package/webkitgtk: bump version to 2.22.7 Peter Korsgaard
2019-04-03 19:52 ` Thomas Petazzoni
2019-04-05 20:46 ` Peter Korsgaard

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.