summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2015-10-20 12:40:10 +0300
committerSebastian Dröge <sebastian@centricular.com>2015-10-20 12:40:10 +0300
commita5834824a7bd81b62a4ad6e09049bd7add30fb97 (patch)
tree61176d0286d3514083b71e96b5c046be927d28d3
parent7eb63c3b2c88d014409572038f77d961588fbb98 (diff)
libtasn1/gnutls: Update to 4.7 and 3.3.18
-rw-r--r--recipes/gnutls.recipe2
-rw-r--r--recipes/libtasn1.recipe4
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes/gnutls.recipe b/recipes/gnutls.recipe
index 107a9cfc..f9ef2e09 100644
--- a/recipes/gnutls.recipe
+++ b/recipes/gnutls.recipe
@@ -4,7 +4,7 @@ from cerbero.utils import shell
class Recipe(recipe.Recipe):
name = 'gnutls'
- version = '3.3.17'
+ version = '3.3.18'
maj_ver = '.'.join(version.split('.')[0:2])
url = 'ftp://ftp.gnutls.org/gcrypt/{0}/v{1}/{0}-{2}.tar.xz'.format(name, maj_ver, version)
stype = SourceType.TARBALL
diff --git a/recipes/libtasn1.recipe b/recipes/libtasn1.recipe
index 8cd40676..8d739c2c 100644
--- a/recipes/libtasn1.recipe
+++ b/recipes/libtasn1.recipe
@@ -2,9 +2,9 @@
class Recipe(recipe.Recipe):
name = 'libtasn1'
- version = '4.5'
+ version = '4.7'
stype = SourceType.TARBALL
- url = 'http://ftp.gnu.org/gnu/libtasn1/libtasn1-4.5.tar.gz'
+ url = 'http://ftp.gnu.org/gnu/libtasn1/libtasn1-{0}.tar.gz'.format(version)
licenses = [License.LGPLv2_1Plus]
autoreconf = True
patches = ['libtasn1/0001-Rename-gnulib-symbols.patch']