From: Alexander Sosedkin Date: Thu, 5 Feb 2026 18:29:25 +0000 (+0100) Subject: Release 3.8.12 X-Git-Tag: 3.8.12^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5897dbaf8dcd87f5f1f5ebc822d7f9fe2885150b;p=thirdparty%2Fgnutls.git Release 3.8.12 Signed-off-by: Alexander Sosedkin --- diff --git a/NEWS b/NEWS index 96b7484fdf..14b101426b 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.8.12 (unreleased) +* Version 3.8.12 (released 2026-02-09) ** libgnutls: Fix NULL pointer dereference in PSK binder verification A TLS 1.3 resumption attempt with an invalid PSK binder value in ClientHello diff --git a/configure.ac b/configure.ac index 4975c4ac26..5057536e53 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.71]) dnl when updating version also update LT_REVISION in m4/hooks.m4 -AC_INIT([GnuTLS],[3.8.11],[bugs@gnutls.org]) +AC_INIT([GnuTLS],[3.8.12],[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 f58c8a4364..8741c58da0 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, 71) - AC_SUBST(LT_REVISION, 0) + AC_SUBST(LT_REVISION, 1) AC_SUBST(LT_AGE, 41) AC_SUBST(LT_SSL_CURRENT, 27)