mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
Bump required (lib)curl to v7.68.0
Bump the requirement to v7.68.0, which means we can remove ~70% of the ifdef guards. It was released over 5 years ago, with 30+ new curl releases since then and dozens of CVEs fixed. The oldest distributions we target Ubuntu 20.04 and Debian Bullseye, have 7.68.0 and 7.74.0 respectively. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
committed by
Sébastien Helleu
parent
def60c1e1c
commit
8c372c0c01
+1
-1
@@ -279,7 +279,7 @@ endif()
|
||||
|
||||
# Check for CURL
|
||||
# NOTE: keep version in sync with tools/check_curl_symbols.py
|
||||
pkg_check_modules(LIBCURL REQUIRED libcurl>=7.47.0)
|
||||
pkg_check_modules(LIBCURL REQUIRED libcurl>=7.68.0)
|
||||
include_directories(${LIBCURL_INCLUDE_DIRS})
|
||||
list(APPEND EXTRA_LIBS ${LIBCURL_LDFLAGS})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user