summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <edward@centricular.com>2015-04-07 12:35:31 +0200
committerEdward Hervey <bilboed@bilboed.com>2015-04-07 12:36:50 +0200
commitdbbaa6b9fb86eb0961f265cd541b35b5bab9fe9e (patch)
treee65ee1d3a8f032a0af425e10b13448cae04cae16
parent168ccdbe01bb21bf19d6cb30686d0cd32bbecdcf (diff)
recipes: Bump glib* to 2.44.0update
-rw-r--r--recipes/build-tools/glib-tools.recipe2
-rw-r--r--recipes/glib-networking.recipe4
-rw-r--r--recipes/glib.recipe4
3 files changed, 5 insertions, 5 deletions
diff --git a/recipes/build-tools/glib-tools.recipe b/recipes/build-tools/glib-tools.recipe
index ef3f3397..36b382cd 100644
--- a/recipes/build-tools/glib-tools.recipe
+++ b/recipes/build-tools/glib-tools.recipe
@@ -2,7 +2,7 @@
class Recipe(recipe.Recipe):
name = 'glib-tools'
- version = '2.34.2'
+ version = '2.44.0'
licenses = [License.LGPLv2Plus]
configure_sh = 'sh autogen.sh'
deps = ['libffi', 'zlib']
diff --git a/recipes/glib-networking.recipe b/recipes/glib-networking.recipe
index 0b9d6047..c5152cf6 100644
--- a/recipes/glib-networking.recipe
+++ b/recipes/glib-networking.recipe
@@ -4,10 +4,10 @@ from cerbero.utils.shell import which
class Recipe(recipe.Recipe):
name = 'glib-networking'
- version = '2.42.1'
+ version = '2.44.0'
licenses = [License.LGPLv2Plus]
stype = SourceType.TARBALL
- url = 'http://ftp.gnome.org/pub/gnome/sources/glib-networking/2.42/glib-networking-%(version)s.tar.xz'
+ url = 'http://ftp.gnome.org/pub/gnome/sources/glib-networking/2.44/glib-networking-%(version)s.tar.xz'
autoreconf = True
configure_options = "--without-ca-certificates --enable-more-warnings"
deps = ['glib', 'gnutls']
diff --git a/recipes/glib.recipe b/recipes/glib.recipe
index e1ff9854..584f7b6c 100644
--- a/recipes/glib.recipe
+++ b/recipes/glib.recipe
@@ -19,9 +19,9 @@ GLIB_CONFIG_UNVERSAL='''\
class Recipe(recipe.Recipe):
name = 'glib'
- version = '2.42.2'
+ version = '2.44.0'
stype = SourceType.TARBALL
- url = 'http://ftp.acc.umu.se/pub/GNOME/sources/glib/2.42/glib-%(version)s.tar.xz'
+ url = 'http://ftp.acc.umu.se/pub/GNOME/sources/glib/2.44/glib-%(version)s.tar.xz'
licenses = [License.LGPLv2Plus]
config_sh = 'sh autogen.sh'
deps = ['libffi', 'zlib']