From: Nikos Mavrogiannopoulos Date: Fri, 29 Nov 2019 12:06:41 +0000 (+0100) Subject: bumped version X-Git-Tag: gnutls_3_6_11~5 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=2fd2d1cb038fcf762fbfdc812b0c912764d9cda7;p=thirdparty%2Fgnutls.git bumped version Signed-off-by: Nikos Mavrogiannopoulos --- diff --git a/NEWS b/NEWS index cba38c9c43..28d92cf760 100644 --- a/NEWS +++ b/NEWS @@ -7,7 +7,7 @@ See the end for copying conditions. * Version 3.6.11 (unreleased) -** nettle: Use KERN_ARND for the system random number generator on NetBSD. +** libgnutls: Use KERN_ARND for the system random number generator on NetBSD. This syscall provides an endless stream of random numbers from the kernel's ChaCha20-based random number generator, without blocking or requiring an open file descriptor. diff --git a/configure.ac b/configure.ac index 30dd517437..db1ce841f3 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.63) dnl when updating version also update LT_REVISION in m4/hooks.m4 -AC_INIT([GnuTLS], [3.6.10], [bugs@gnutls.org]) +AC_INIT([GnuTLS], [3.6.11], [bugs@gnutls.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIRS([m4 src/gl/m4 src/libopts/m4 lib/unistring/m4]) AC_CANONICAL_HOST diff --git a/m4/hooks.m4 b/m4/hooks.m4 index dd979ad172..34a5b38eb9 100644 --- a/m4/hooks.m4 +++ b/m4/hooks.m4 @@ -41,7 +41,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS], # # Interfaces removed: AGE=0 (+bump all symbol versions in .map) AC_SUBST(LT_CURRENT, 56) - AC_SUBST(LT_REVISION, 0) + AC_SUBST(LT_REVISION, 1) AC_SUBST(LT_AGE, 26) AC_SUBST(LT_SSL_CURRENT, 27)