summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Sosedkin <asosedkin@redhat.com>2022-09-21 14:56:49 +0200
committerAlexander Sosedkin <asosedkin@redhat.com>2022-09-27 13:11:14 +0200
commitc9c67f45231421eafd57cbd9ad231334fb80b778 (patch)
treee9ad4292be63f165ea64b72589712d00c1da7616
parent516e69d31621007293aa46f6c1052df813085294 (diff)
downloadgnutls-c9c67f45231421eafd57cbd9ad231334fb80b778.tar.gz
Release 3.7.8
Not bumping LT_CURRENT / LT_AGE since abi-check reports no changes. Signed-off-by: Alexander Sosedkin <asosedkin@redhat.com>
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m42
3 files changed, 10 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index 49a9686c4d..beaa5ebae8 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ Copyright (C) 2000-2016 Free Software Foundation, Inc.
Copyright (C) 2013-2019 Nikos Mavrogiannopoulos
See the end for copying conditions.
-* Version 3.7.8 (unreleased)
+* Version 3.7.8 (released 2022-09-27)
** libgnutls: In FIPS140 mode, RSA signature verification is an approved
operation if the key has modulus with known sizes (1024, 1280,
@@ -19,16 +19,18 @@ See the end for copying conditions.
master secret extension is negotiated). Otherwise the function now
returns error.
-** libgnutls: usage the following functions, designed to loosen restrictions
- imposed by allowlisting mode of configuration,
- has been additionally restricted;
- invoking them is now only allowed if system-wide TLS priority string
- has not been initialized yet:
+** libgnutls: usage of the following functions, which are designed to
+ loosen restrictions imposed by allowlisting mode of configuration,
+ has been additionally restricted. Invoking them is now only allowed
+ if system-wide TLS priority string has not been initialized yet:
gnutls_digest_set_secure
gnutls_sign_set_secure
gnutls_sign_set_secure_for_certs
gnutls_protocol_set_enabled
+** API and ABI modifications:
+No changes since last version.
+
* Version 3.7.7 (released 2022-07-28)
** libgnutls: Fixed double free during verification of pkcs7 signatures.
diff --git a/configure.ac b/configure.ac
index 96894b0be3..e78bcc1698 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.64)
dnl when updating version also update LT_REVISION in m4/hooks.m4
-AC_INIT([GnuTLS], [3.7.7], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.7.8], [bugs@gnutls.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIRS([m4 src/gl/m4 lib/unistring/m4])
AC_CANONICAL_HOST
diff --git a/m4/hooks.m4 b/m4/hooks.m4
index c32b3bc380..f3cdaa8586 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, 64)
- AC_SUBST(LT_REVISION, 1)
+ AC_SUBST(LT_REVISION, 2)
AC_SUBST(LT_AGE, 34)
AC_SUBST(LT_SSL_CURRENT, 27)