]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Release 3.8.13 2102/head
authorAlexander Sosedkin <asosedkin@redhat.com>
Mon, 27 Apr 2026 17:53:13 +0000 (19:53 +0200)
committerAlexander Sosedkin <asosedkin@redhat.com>
Wed, 29 Apr 2026 14:26:23 +0000 (16:26 +0200)
Signed-off-by: Alexander Sosedkin <asosedkin@redhat.com>
NEWS
configure.ac
devel/abi-dump
devel/libgnutls.abignore
m4/hooks.m4

diff --git a/NEWS b/NEWS
index 3490f7a8311c586d2a287a91a1d4c86417c0cb44..8df7f835af143f7a5295e6c8d1a8925410ca125a 100644 (file)
--- 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.13 (unreleased)
+* Version 3.8.13 (released 2026-04-29)
 
 ** libgnutls: Add more checks to DTLS reassembly
    Previously, gnutls didn't check that DTLS fragments claimed
index ffe6efe44fc9b5fb4bf489f49b8449b2439f1a21..223695785bd10329c3e440c289dc93689c3da43b 100644 (file)
@@ -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.12],[bugs@gnutls.org])
+AC_INIT([GnuTLS],[3.8.13],[bugs@gnutls.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIRS([m4 src/gl/m4 lib/unistring/m4])
 AC_CANONICAL_HOST
index 91014aba564bdfbbc2e4e5649570e3e8d217264d..3adc82d09a76595d5b3d1f467ea0594224757c73 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 91014aba564bdfbbc2e4e5649570e3e8d217264d
+Subproject commit 3adc82d09a76595d5b3d1f467ea0594224757c73
index 88ca01b338c45b40be02f27c05a42d84730f9dc6..c19dce38e11a1c763a5d7bb7a17888e269dc61bf 100644 (file)
@@ -70,47 +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_hpke_encap
-
-[suppress_function]
-name = gnutls_hpke_decap
-
-[suppress_function]
-name = gnutls_hpke_init
-
-[suppress_function]
-name = gnutls_hpke_deinit
-
-[suppress_function]
-name = gnutls_hpke_set_psk
-
-[suppress_function]
-name = gnutls_hpke_set_sender_privkey
-
-[suppress_function]
-name = gnutls_hpke_set_sender_pubkey
-
-[suppress_function]
-name = gnutls_hpke_get_enc_size
-
-[suppress_function]
-name = gnutls_hpke_seal
-
-[suppress_function]
-name = gnutls_hpke_open
-
-[suppress_function]
-name = gnutls_hpke_set_ikme
-
-[suppress_function]
-name = gnutls_hpke_generate_keypair
-
-[suppress_function]
-name = gnutls_hpke_get_seq
-
-[suppress_function]
-name = gnutls_hpke_set_seq
-
-[suppress_function]
-name = gnutls_hpke_export
index b85710184eedb2a6641dacbda2c2d6633e986af3..819bc255312fda4b5415711eea171b65cb5f2986 100644 (file)
@@ -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, 71)
-  AC_SUBST(LT_REVISION, 1)
-  AC_SUBST(LT_AGE, 41)
+  AC_SUBST(LT_CURRENT, 72)
+  AC_SUBST(LT_REVISION, 0)
+  AC_SUBST(LT_AGE, 42)
 
   AC_SUBST(LT_SSL_CURRENT, 27)
   AC_SUBST(LT_SSL_REVISION, 2)