* [Buildroot] [PATCH 09/10] libglib2: bump to version 2.56.1
@ 2018-04-07 11:38 Fabrice Fontaine
2018-04-07 11:43 ` Thomas Petazzoni
0 siblings, 1 reply; 3+ messages in thread
From: Fabrice Fontaine @ 2018-04-07 11:38 UTC (permalink / raw)
To: buildroot
Add myself to DEVELOPERS
Fixes:
- http://autobuild.buildroot.net/results/58d98c26ca0214e195d5de193b82445a856b9b7e (see https://github.com/GNOME/glib/commit/e2c16df4b5e6d31b6513bebb4a2bc1c5075fff47#diff-cd235eb1f377a526e7e78471ff2d4d6a)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
DEVELOPERS | 1 +
package/libglib2/libglib2.hash | 4 ++--
package/libglib2/libglib2.mk | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/DEVELOPERS b/DEVELOPERS
index 10b20c259b..b797087191 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -669,6 +669,7 @@ F: package/hiredis/
F: package/i2pd/
F: package/igd2-for-linux/
F: package/libcdio-paranoia/
+F: package/libglib2/
F: package/libmpdclient/
F: package/libupnp/
F: package/libupnp18/
diff --git a/package/libglib2/libglib2.hash b/package/libglib2/libglib2.hash
index b957bf4b10..7ce031aa89 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.0.sha256sum
-sha256 ecef6e17e97b8d9150d0e8a4b3edee1ac37331213b8a2a87a083deea408a0fc7 glib-2.56.0.tar.xz
+# https://download.gnome.org/sources/glib/2.56/glib-2.56.1.sha256sum
+sha256 40ef3f44f2c651c7a31aedee44259809b6f03d3d20be44545cd7d177221c0b8d glib-2.56.1.tar.xz
# License files, locally calculated
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING
diff --git a/package/libglib2/libglib2.mk b/package/libglib2/libglib2.mk
index 41ec7ee377..a32a9bab52 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).0
+LIBGLIB2_VERSION = $(LIBGLIB2_VERSION_MAJOR).1
LIBGLIB2_SOURCE = glib-$(LIBGLIB2_VERSION).tar.xz
LIBGLIB2_SITE = http://ftp.gnome.org/pub/gnome/sources/glib/$(LIBGLIB2_VERSION_MAJOR)
LIBGLIB2_LICENSE = LGPL-2.0+
--
2.14.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 09/10] libglib2: bump to version 2.56.1
2018-04-07 11:38 [Buildroot] [PATCH 09/10] libglib2: bump to version 2.56.1 Fabrice Fontaine
@ 2018-04-07 11:43 ` Thomas Petazzoni
2018-04-07 11:57 ` Fabrice Fontaine
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2018-04-07 11:43 UTC (permalink / raw)
To: buildroot
Hello,
On Sat, 7 Apr 2018 13:38:38 +0200, Fabrice Fontaine wrote:
> Add myself to DEVELOPERS
>
> Fixes:
> - http://autobuild.buildroot.net/results/58d98c26ca0214e195d5de193b82445a856b9b7e (see https://github.com/GNOME/glib/commit/e2c16df4b5e6d31b6513bebb4a2bc1c5075fff47#diff-cd235eb1f377a526e7e78471ff2d4d6a)
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Thanks for this patch! However, I just pushed a commit that backports
the fix, I hadn't noticed a 2.56.1 had been released with it.
Could you rebase on top of the latest master ? Also, having the
DEVELOPERS change has part of a separate commit would be better.
Finally, your patch is labeled PATCH 09/10, but we haven't seen any of
the other 9 patches in the series. Is this expected ?
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 09/10] libglib2: bump to version 2.56.1
2018-04-07 11:43 ` Thomas Petazzoni
@ 2018-04-07 11:57 ` Fabrice Fontaine
0 siblings, 0 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2018-04-07 11:57 UTC (permalink / raw)
To: buildroot
Dear Thomas,
2018-04-07 13:43 GMT+02:00 Thomas Petazzoni <thomas.petazzoni@bootlin.com>:
> Hello,
>
> On Sat, 7 Apr 2018 13:38:38 +0200, Fabrice Fontaine wrote:
> > Add myself to DEVELOPERS
> >
> > Fixes:
> > - http://autobuild.buildroot.net/results/58d98c26ca0214e195d5de193b8244
> 5a856b9b7e (see https://github.com/GNOME/glib/commit/
> e2c16df4b5e6d31b6513bebb4a2bc1c5075fff47#diff-
> cd235eb1f377a526e7e78471ff2d4d6a)
> >
> > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
>
> Thanks for this patch! However, I just pushed a commit that backports
> the fix, I hadn't noticed a 2.56.1 had been released with it.
>
> Could you rebase on top of the latest master ? Also, having the
> DEVELOPERS change has part of a separate commit would be better.
>
OK
>
> Finally, your patch is labeled PATCH 09/10, but we haven't seen any of
> the other 9 patches in the series. Is this expected ?
>
This is a mistake sorry.
>
> Thanks!
>
> Thomas
> --
> Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
> Embedded Linux and Kernel engineering
> https://bootlin.com
>
Best Regards,
Fabrice
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20180407/f3355634/attachment.html>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-04-07 11:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-07 11:38 [Buildroot] [PATCH 09/10] libglib2: bump to version 2.56.1 Fabrice Fontaine
2018-04-07 11:43 ` Thomas Petazzoni
2018-04-07 11:57 ` Fabrice Fontaine
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox