diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2017-02-26 12:53:15 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2017-02-26 13:04:04 +0200 |
commit | b0e62ffb9a73b27b82de8197547bd757a2ee85f6 (patch) | |
tree | 3c3a6c0d5cb35a73c744ce7daf63f65a1b4f3f7a | |
parent | e8b0c7762ffdc265db786a41523bcc79b6ceeb2d (diff) |
libtasn1: Update to 4.10
-rw-r--r-- | recipes/libtasn1.recipe | 2 | ||||
-rw-r--r-- | recipes/libtasn1/0001-Rename-gnulib-symbols.patch | 23 |
2 files changed, 5 insertions, 20 deletions
diff --git a/recipes/libtasn1.recipe b/recipes/libtasn1.recipe index ba2fce77..db199921 100644 --- a/recipes/libtasn1.recipe +++ b/recipes/libtasn1.recipe @@ -4,7 +4,7 @@ from cerbero.utils import needs_xcode8_sdk_workaround class Recipe(recipe.Recipe): name = 'libtasn1' - version = '4.9' + version = '4.10' stype = SourceType.TARBALL url = 'http://ftp.gnu.org/gnu/libtasn1/libtasn1-{0}.tar.gz'.format(version) licenses = [License.LGPLv2_1Plus] diff --git a/recipes/libtasn1/0001-Rename-gnulib-symbols.patch b/recipes/libtasn1/0001-Rename-gnulib-symbols.patch index 9018f8a0..05ed4825 100644 --- a/recipes/libtasn1/0001-Rename-gnulib-symbols.patch +++ b/recipes/libtasn1/0001-Rename-gnulib-symbols.patch @@ -1,16 +1,15 @@ -From 7ed9214bef94c8722934a1d1631de151b20f10a6 Mon Sep 17 00:00:00 2001 +From c5e68778d817ff5c64072b6ce91bb0a859551fb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com> Date: Fri, 14 Aug 2015 18:40:16 +0200 Subject: [PATCH] Rename gnulib symbols --- configure.ac | 1 + - lib/gllib/strverscmp.c | 3 --- lib/glm4/strverscmp.m4 | 5 +++++ - 3 files changed, 6 insertions(+), 3 deletions(-) + 2 files changed, 6 insertions(+) diff --git a/configure.ac b/configure.ac -index 7a14e04..0c496a8 100644 +index 551ad3f..d72b1d6 100644 --- a/configure.ac +++ b/configure.ac @@ -35,6 +35,7 @@ AC_SUBST(LT_AGE, 5) @@ -21,22 +20,8 @@ index 7a14e04..0c496a8 100644 AC_PROG_YACC AC_ARG_ENABLE(doc, -diff --git a/lib/gllib/strverscmp.c b/lib/gllib/strverscmp.c -index 0abc1fe..26d7dee 100644 ---- a/lib/gllib/strverscmp.c -+++ b/lib/gllib/strverscmp.c -@@ -45,9 +45,6 @@ - of "digit" even when the host does not conform to POSIX. */ - #define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9) - --#undef __strverscmp --#undef strverscmp -- - #ifndef weak_alias - # define __strverscmp strverscmp - #endif diff --git a/lib/glm4/strverscmp.m4 b/lib/glm4/strverscmp.m4 -index aca1d54..45a12e9 100644 +index cbcca3f..7a9f2e1 100644 --- a/lib/glm4/strverscmp.m4 +++ b/lib/glm4/strverscmp.m4 @@ -14,6 +14,11 @@ AC_DEFUN([gl_FUNC_STRVERSCMP], |