Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [RFC PATCH v3 1/1] libglib2: Bump to version 2.56.4
@ 2019-03-16 15:42 Petr Vorel
  2019-03-16 15:44 ` Petr Vorel
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Petr Vorel @ 2019-03-16 15:42 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---
Hi,

using still 2.56.x, but I'll have a look into 2.60.x, whether it suffers the
same problem as 2.58.x [1] [2]


Kind regards,
Petr

[1] https://git.buildroot.org/buildroot/commit/package/libglib2?id=2694222c3d3663d9fcc55e6cf44a45b74b43793f
[2] http://lists.busybox.net/pipermail/buildroot/2018-December/237663.html
---
 package/libglib2/libglib2.hash | 4 ++--
 package/libglib2/libglib2.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/libglib2/libglib2.hash b/package/libglib2/libglib2.hash
index 57403a2154..faa01ef563 100644
--- a/package/libglib2/libglib2.hash
+++ b/package/libglib2/libglib2.hash
@@ -1,4 +1,4 @@
-# https://download.gnome.org/sources/glib/2.56/glib-2.56.3.sha256sum
-sha256  a9a4c5b4c81b6c75bc140bdf5e32120ef3ce841b7413214ecf5f987acec74cb2  glib-2.56.3.tar.xz
+# https://download.gnome.org/sources/glib/2.56/glib-2.56.4.sha256sum
+sha256  27f703d125efb07f8a743666b580df0b4095c59fc8750e8890132c91d437504c  glib-2.56.4.tar.xz
 # License files, locally calculated
 sha256	dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551  COPYING
diff --git a/package/libglib2/libglib2.mk b/package/libglib2/libglib2.mk
index f602c371f5..d34bfabd52 100644
--- a/package/libglib2/libglib2.mk
+++ b/package/libglib2/libglib2.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 LIBGLIB2_VERSION_MAJOR = 2.56
-LIBGLIB2_VERSION = $(LIBGLIB2_VERSION_MAJOR).3
+LIBGLIB2_VERSION = $(LIBGLIB2_VERSION_MAJOR).4
 LIBGLIB2_SOURCE = glib-$(LIBGLIB2_VERSION).tar.xz
 LIBGLIB2_SITE = http://ftp.gnome.org/pub/gnome/sources/glib/$(LIBGLIB2_VERSION_MAJOR)
 LIBGLIB2_LICENSE = LGPL-2.1+
-- 
2.21.0

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

* [Buildroot] [RFC PATCH v3 1/1] libglib2: Bump to version 2.56.4
  2019-03-16 15:42 [Buildroot] [RFC PATCH v3 1/1] libglib2: Bump to version 2.56.4 Petr Vorel
@ 2019-03-16 15:44 ` Petr Vorel
  2019-03-17 10:29 ` Thomas Petazzoni
  2019-05-10  9:45 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Petr Vorel @ 2019-03-16 15:44 UTC (permalink / raw)
  To: buildroot

Hi,

sorry, this is v1 (not v3).

Kind regards,
Petr

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

* [Buildroot] [RFC PATCH v3 1/1] libglib2: Bump to version 2.56.4
  2019-03-16 15:42 [Buildroot] [RFC PATCH v3 1/1] libglib2: Bump to version 2.56.4 Petr Vorel
  2019-03-16 15:44 ` Petr Vorel
@ 2019-03-17 10:29 ` Thomas Petazzoni
  2019-05-10  9:45 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2019-03-17 10:29 UTC (permalink / raw)
  To: buildroot

On Sat, 16 Mar 2019 16:42:38 +0100
Petr Vorel <petr.vorel@gmail.com> wrote:

> Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
> ---
> Hi,

Applied to master, thanks.

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

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

* [Buildroot] [RFC PATCH v3 1/1] libglib2: Bump to version 2.56.4
  2019-03-16 15:42 [Buildroot] [RFC PATCH v3 1/1] libglib2: Bump to version 2.56.4 Petr Vorel
  2019-03-16 15:44 ` Petr Vorel
  2019-03-17 10:29 ` Thomas Petazzoni
@ 2019-05-10  9:45 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2019-05-10  9:45 UTC (permalink / raw)
  To: buildroot

>>>>> "Petr" == Petr Vorel <petr.vorel@gmail.com> writes:

 > Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
 > ---
 > Hi,

 > using still 2.56.x, but I'll have a look into 2.60.x, whether it suffers the
 > same problem as 2.58.x [1] [2]

According to NEWS this fixes a number of buffer overflows.

Committed to 2019.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2019-05-10  9:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-16 15:42 [Buildroot] [RFC PATCH v3 1/1] libglib2: Bump to version 2.56.4 Petr Vorel
2019-03-16 15:44 ` Petr Vorel
2019-03-17 10:29 ` Thomas Petazzoni
2019-05-10  9:45 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox