configure: increase minimum required GnuTLS version to 3.6.12

This commit is contained in:
Daniel Salzman 2025-12-05 09:19:44 +01:00
parent e3f7f31219
commit 227314cc94
2 changed files with 2 additions and 2 deletions

View file

@ -145,7 +145,7 @@ AC_ARG_ENABLE([fastparser],
AM_CONDITIONAL([FAST_PARSER], [test "$enable_fastparser" = "yes"])
# GnuTLS crypto backend
PKG_CHECK_MODULES([gnutls], [gnutls >= 3.6.10], [
PKG_CHECK_MODULES([gnutls], [gnutls >= 3.6.12], [
save_CFLAGS=$CFLAGS
save_LIBS=$LIBS
CFLAGS="$CFLAGS $gnutls_CFLAGS"

View file

@ -60,7 +60,7 @@ Required libraries
Knot DNS requires a few libraries to be available:
* gnutls >= 3.6.10
* gnutls >= 3.6.12
* libedit
* liburcu
* lmdb >= 0.9.15