mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
Arne Schwabe's OpenSSL fix for Debian Bug#958296 "Fix tls_ctx_client/server_new leaving error on OpenSSL error stack" <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=958296> [1] Selva Nair's auth-pam fixes "Parse static challenge response in auth-pam plugin" "Accept empty password and/or response in auth-pam plugin" Re-diff (with make makepatch) older patches. Reported by: Jonas Andradas via Debian BTS Obtained from: Arne Schwabe, Selva Nair <https://github.com/OpenVPN/openvpn/tree/release/2.4> MFH: 2020Q2 (blanket for backporting reliability fixes)
11 lines
529 B
Text
11 lines
529 B
Text
--- configure.orig 2020-04-16 13:26:53 UTC
|
|
+++ configure
|
|
@@ -18226,8 +18226,6 @@ fi
|
|
$as_echo "!! WARNING !! The cmoka git submodule has not been initialized or updated. Unit testing cannot be performed." >&6; }
|
|
fi
|
|
else
|
|
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: !! WARNING !! CMake is NOT available. Unit testing cannot be performed." >&5
|
|
-$as_echo "!! WARNING !! CMake is NOT available. Unit testing cannot be performed." >&6; }
|
|
if false; then
|
|
CMOCKA_INITIALIZED_TRUE=
|
|
CMOCKA_INITIALIZED_FALSE='#'
|