]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Release 3.7.6 3.7.6
authorZoltan Fridrich <zfridric@redhat.com>
Fri, 27 May 2022 07:17:55 +0000 (09:17 +0200)
committerZoltan Fridrich <zfridric@redhat.com>
Fri, 27 May 2022 07:31:19 +0000 (09:31 +0200)
Signed-off-by: Zoltan Fridrich <zfridric@redhat.com>
NEWS
configure.ac
m4/hooks.m4

diff --git a/NEWS b/NEWS
index 8a0a4e8668d4cbc47cac0a1f8d6d4118904861e7..70dd8a12b5d71be734ee113960255d90e974c9f9 100644 (file)
--- 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
index e9608676a6881b303edcec0f43540b67dee1ce10..0160a7a6bc119ad0448588b6a577581cc9bb68ec 100644 (file)
@@ -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
index 8929079858aff86cc47bb1b00af052952cdbd7e5..70b024a2acc9ca8ea8715343d8b21ce77620e56f 100644 (file)
@@ -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)