mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
Bump required gnutls to v3.6.3
Bump the requirement to v3.6.3, which means we can remove the final ifdef guard and all the builds have TLS 1.3 support. It was released over 7 years ago, with 2 new feature releases since then and dozen of bugfix releases in the 3.6 branch. The oldest distributions we target Ubuntu 20.04 and Debian Bullseye, have 3.6.13 and 3.7.1 respectively. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
committed by
Sébastien Helleu
parent
8c372c0c01
commit
87eb6cc7e1
+1
-1
@@ -252,7 +252,7 @@ include_directories(${LIBGCRYPT_INCLUDE_DIRS})
|
||||
list(APPEND EXTRA_LIBS ${LIBGCRYPT_LDFLAGS})
|
||||
|
||||
# Check for GnuTLS
|
||||
pkg_check_modules(GNUTLS REQUIRED gnutls>=3.3.0)
|
||||
pkg_check_modules(GNUTLS REQUIRED gnutls>=3.6.3)
|
||||
include_directories(${GNUTLS_INCLUDE_DIRS})
|
||||
list(APPEND EXTRA_LIBS ${GNUTLS_LDFLAGS})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user