Skip to content

Commit

Permalink
update LibreSSL 3.0.2 in 123.09beta01
Browse files Browse the repository at this point in the history
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
  • Loading branch information
centminmod committed Nov 8, 2019
1 parent f6622b6 commit 4e5154b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions centmin.sh
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion example/custom_config.inc
Expand Up @@ -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
Expand Down

0 comments on commit 4e5154b

Please sign in to comment.