diff options
author | Matt Weber <matthew.weber@rockwellcollins.com> | 2019-01-15 07:59:32 -0600 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2019-01-16 13:15:28 +0100 |
commit | 5e32e956688a3dd04f3e785b8c7b47cf8a1b7356 (patch) | |
tree | 95bfca1233daf401e00bfb380bf7018d30c44615 /package/glib-networking/glib-networking.mk | |
parent | 89fdf21d58c44b58f566d14056a13598e99cd538 (diff) | |
download | buildroot-5e32e956688a3dd04f3e785b8c7b47cf8a1b7356.tar.gz buildroot-5e32e956688a3dd04f3e785b8c7b47cf8a1b7356.zip |
package/glib-networking: bump to 2.58.0
In 2.56.1 (when tested in a namespace sandbox that restricted what
the build could see on the host system), it was discovered that the
glib-networking build would check in /etc for the Certificate Authority
files. The newer version of this package no longer tests the build time
location of the Certificate Authority and resolves these build failures.
Fixes:
http://autobuild.buildroot.net/results/8f8/8f83be0c21c21c07d5a7330f3626b739b1970625
(and others http://autobuild.buildroot.net/?reason=glib-networking-2.56.1)
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/glib-networking/glib-networking.mk')
-rw-r--r-- | package/glib-networking/glib-networking.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/glib-networking/glib-networking.mk b/package/glib-networking/glib-networking.mk index 2852f90121..325cbcf8ad 100644 --- a/package/glib-networking/glib-networking.mk +++ b/package/glib-networking/glib-networking.mk @@ -4,8 +4,8 @@ # ################################################################################ -GLIB_NETWORKING_VERSION_MAJOR = 2.56 -GLIB_NETWORKING_VERSION = $(GLIB_NETWORKING_VERSION_MAJOR).1 +GLIB_NETWORKING_VERSION_MAJOR = 2.58 +GLIB_NETWORKING_VERSION = $(GLIB_NETWORKING_VERSION_MAJOR).0 GLIB_NETWORKING_SITE = http://ftp.gnome.org/pub/gnome/sources/glib-networking/$(GLIB_NETWORKING_VERSION_MAJOR) GLIB_NETWORKING_SOURCE = glib-networking-$(GLIB_NETWORKING_VERSION).tar.xz GLIB_NETWORKING_INSTALL_STAGING = YES |