summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Fridrich <zfridric@redhat.com>2022-05-27 09:17:55 +0200
committerZoltan Fridrich <zfridric@redhat.com>2022-05-27 09:31:19 +0200
commit1f8b1ff26d3e80e99d6573ba7414c0a4789bb579 (patch)
tree1c3dbdc54ae983129ad0c71b72c3336da2d01e2a
parentcf16305f16ab471f522e37c166145e0dd3ef6cd2 (diff)
downloadgnutls-3.7.6.tar.gz
Release 3.7.63.7.6
Signed-off-by: Zoltan Fridrich <zfridric@redhat.com>
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m42
3 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 8a0a4e8668..70dd8a12b5 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,16 @@ Copyright (C) 2000-2016 Free Software Foundation, Inc.
Copyright (C) 2013-2019 Nikos Mavrogiannopoulos
See the end for copying conditions.
+* Version 3.7.6 (released 2022-05-27)
+
+** libgnutls: Fixed invalid write when gnutls_realloc_zero()
+ is called with new_size < old_size. This bug caused heap
+ corruption when gnutls_realloc_zero() has been set as gmp
+ reallocfunc (!1592, #1367, #1368, #1369).
+
+** API and ABI modifications:
+No changes since last version.
+
* Version 3.7.5 (released 2022-05-15)
** libgnutls: The GNUTLS_NO_TICKETS_TLS12 flag and %NO_TICKETS_TLS12 priority
diff --git a/configure.ac b/configure.ac
index e9608676a6..0160a7a6bc 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.5], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.7.6], [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 8929079858..70b024a2ac 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, 63)
- AC_SUBST(LT_REVISION, 0)
+ AC_SUBST(LT_REVISION, 1)
AC_SUBST(LT_AGE, 33)
AC_SUBST(LT_SSL_CURRENT, 27)