From 4e5154bbb78b0d50b86c913b6dd1cbc18b3c51bb Mon Sep 17 00:00:00 2001 From: George Liu Date: Sat, 9 Nov 2019 01:41:05 +1000 Subject: [PATCH] update LibreSSL 3.0.2 in 123.09beta01 Centmin Mod now uses OpenSSL 1.1.1 with Nginx builds for performance. But to maintain flexibility, Nginx also can be built against LibreSSL crypto library. This update is for LibreSSL 3.0.2 https://www.libressl.org/releases.html --- centmin.sh | 4 ++-- example/custom_config.inc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/centmin.sh b/centmin.sh index e50d7599d..3e964611a 100755 --- a/centmin.sh +++ b/centmin.sh @@ -27,7 +27,7 @@ DT=$(date +"%d%m%y-%H%M%S") branchname='123.09beta01' SCRIPT_MAJORVER='1.2.3' SCRIPT_MINORVER='09' -SCRIPT_INCREMENTVER='306' +SCRIPT_INCREMENTVER='307' SCRIPT_VERSIONSHORT="${branchname}" SCRIPT_VERSION="${SCRIPT_VERSIONSHORT}.b${SCRIPT_INCREMENTVER}" SCRIPT_DATE='31/10/2019' @@ -765,7 +765,7 @@ PRIORITIZE_CHACHA_OPENSSL='n' # https://community.centminmod.com/threads/15708/ # LibreSSL LIBRESSL_SWITCH='n' # if set to 'y' it overrides OpenSSL as the default static compiled option for Nginx server -LIBRESSL_VERSION='2.9.1' # Use this version of LibreSSL http://www.libressl.org/ +LIBRESSL_VERSION='3.0.2' # Use this version of LibreSSL http://www.libressl.org/ # BoringSSL # not working yet just prep work diff --git a/example/custom_config.inc b/example/custom_config.inc index ffdfbac1f..33e9da19b 100644 --- a/example/custom_config.inc +++ b/example/custom_config.inc @@ -305,7 +305,7 @@ PRIORITIZE_CHACHA_OPENSSL='n' # https://community.centminmod.com/threads/15708/ # LibreSSL LIBRESSL_SWITCH='y' # if set to 'y' it overrides OpenSSL as the default static compiled option for Nginx server -LIBRESSL_VERSION='2.9.1' # Use this version of LibreSSL http://www.libressl.org/ +LIBRESSL_VERSION='3.0.2' # Use this version of LibreSSL http://www.libressl.org/ # BoringSSL BORINGSSL_SWITCH='n' # if set to 'y' it overrides OpenSSL as the default static compiled option for Nginx server