summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
m---------devel/abi-dump0
-rw-r--r--devel/libgnutls.abignore2
-rw-r--r--m4/hooks.m44
5 files changed, 7 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 3efada4c9b..8a0a4e8668 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 ?.?.? (released ????-??-??)
+* Version 3.7.5 (released 2022-05-15)
** libgnutls: The GNUTLS_NO_TICKETS_TLS12 flag and %NO_TICKETS_TLS12 priority
modifier have been added to disable session ticket usage in TLS 1.2 because
@@ -40,6 +40,9 @@ See the end for copying conditions.
For further optimization, new function (gnutls_aead_cipher_set_key) has been
added to set key on the existing AEAD handle without re-allocation.
+** libgnutls: HKDF and AES-GCM algorithms are now approved in FIPS-140 mode
+ when used in TLS (#1311).
+
** The configure arguments for Brotli and Zstandard (zstd) support
have changed to reflect the previous help text: they are now
--with-brotli/--with-zstd respectively (#1342).
diff --git a/configure.ac b/configure.ac
index bf0b001e82..e9608676a6 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.4], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.7.5], [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/devel/abi-dump b/devel/abi-dump
-Subproject 77a64706e9e5500d3fb186dff5f71d1857f57d3
+Subproject eabf598300ae92fc0eb43ae0d92febffcda1232
diff --git a/devel/libgnutls.abignore b/devel/libgnutls.abignore
index 1de34210de..c19dce38e1 100644
--- a/devel/libgnutls.abignore
+++ b/devel/libgnutls.abignore
@@ -70,5 +70,3 @@ name = drbg_aes_reseed
# The following should be removed in the new release, after updating the
# abi-dump repository:
-[suppress_function]
-name = gnutls_aead_cipher_set_key
diff --git a/m4/hooks.m4 b/m4/hooks.m4
index 2cb02edf53..8929079858 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -40,9 +40,9 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
# in CONTRIBUTION.md for more info.
#
# Interfaces removed: AGE=0 (+bump all symbol versions in .map)
- AC_SUBST(LT_CURRENT, 62)
+ AC_SUBST(LT_CURRENT, 63)
AC_SUBST(LT_REVISION, 0)
- AC_SUBST(LT_AGE, 32)
+ AC_SUBST(LT_AGE, 33)
AC_SUBST(LT_SSL_CURRENT, 27)
AC_SUBST(LT_SSL_REVISION, 2)