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
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
-Subproject commit 91014aba564bdfbbc2e4e5649570e3e8d217264d
+Subproject commit 3adc82d09a76595d5b3d1f467ea0594224757c73
# 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
# 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)