OpenSSL memory leaks and vulnerabilities associated with older SSL/TLS protocols: - Fixed memory leaks caused by unreleased per-thread OpenSSL resources. - Security Improvement: updated to use the latest and most secure TLS protocol supported by the client and server, mitigating known vulnerabilities in older SSL/TLS protocols. Changelogs: https://github.com/nzbgetcom/nzbget/releases/tag/v25.0 https://github.com/nzbgetcom/nzbget/releases/tag/v25.1 PR: 287948 MFH: 2025Q3
13 lines
343 B
CMake
13 lines
343 B
CMake
--- cmake/posix.cmake.orig 2025-07-01 18:02:31 UTC
|
|
+++ cmake/posix.cmake
|
|
@@ -81,9 +81,6 @@ else()
|
|
|
|
if(NOT DISABLE_CURSES)
|
|
set(CURSES_NEED_NCURSES TRUE)
|
|
- if(NOT APPLE)
|
|
- set(CURSES_NEED_WIDE TRUE)
|
|
- endif()
|
|
find_package(Curses REQUIRED)
|
|
set(INCLUDES ${INCLUDES} ${CURSES_INCLUDE_DIRS})
|
|
set(LIBS ${LIBS} ${CURSES_LIBRARIES})
|