Skip to content

Commit

Permalink
update zlib download routine in 123.09beta01
Browse files Browse the repository at this point in the history
- set zlib 1.2.11 default
- change to local download url
  • Loading branch information
centminmod committed Apr 4, 2022
1 parent 0e25f12 commit cf633e0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions centmin-cli.sh
Original file line number Diff line number Diff line change
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='806'
SCRIPT_INCREMENTVER='807'
SCRIPT_VERSIONSHORT="${branchname}"
SCRIPT_VERSION="${SCRIPT_VERSIONSHORT}.b${SCRIPT_INCREMENTVER}"
SCRIPT_DATE='02/02/22'
Expand Down Expand Up @@ -611,7 +611,7 @@ NGINX_PCREVER='8.45' # Version of PCRE used for pcre-jit support in Ngin
NGINX_PCRE_TWO='n' # optional PCRE2 for Nginx 1.21.5+
NGINX_PCRETWOVER='10.39' # Version of PCRE2 used for pcre-jit support in Nginx
NGINX_ZLIBCUSTOM='y' # Use custom zlib instead of system version
NGINX_ZLIBVER='1.2.12' # http://www.zlib.net/
NGINX_ZLIBVER='1.2.11' # http://www.zlib.net/
NGINX_VIDEO='n' # control variable when 'y' set for NGINX_SLICE='y', NGINX_RTMP='y', NGINX_FLV='y', NGINX_MP4='y'
ORESTY_HEADERSMORE='y' # openresty headers more https://github.com/openresty/headers-more-nginx-module
ORESTY_HEADERSMOREGIT='n' # use git master instead of version specific
Expand Down
4 changes: 2 additions & 2 deletions centmin.sh
Original file line number Diff line number Diff line change
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='806'
SCRIPT_INCREMENTVER='807'
SCRIPT_VERSIONSHORT="${branchname}"
SCRIPT_VERSION="${SCRIPT_VERSIONSHORT}.b${SCRIPT_INCREMENTVER}"
SCRIPT_DATE='02/02/22'
Expand Down Expand Up @@ -611,7 +611,7 @@ NGINX_PCREVER='8.45' # Version of PCRE used for pcre-jit support in Ngin
NGINX_PCRE_TWO='n' # optional PCRE2 for Nginx 1.21.5+
NGINX_PCRETWOVER='10.39' # Version of PCRE2 used for pcre-jit support in Nginx
NGINX_ZLIBCUSTOM='y' # Use custom zlib instead of system version
NGINX_ZLIBVER='1.2.12' # http://www.zlib.net/
NGINX_ZLIBVER='1.2.11' # http://www.zlib.net/
NGINX_VIDEO='n' # control variable when 'y' set for NGINX_SLICE='y', NGINX_RTMP='y', NGINX_FLV='y', NGINX_MP4='y'
ORESTY_HEADERSMORE='y' # openresty headers more https://github.com/openresty/headers-more-nginx-module
ORESTY_HEADERSMOREGIT='n' # use git master instead of version specific
Expand Down
2 changes: 1 addition & 1 deletion example/custom_config.inc
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ NGINX_PCREVER='8.45' # Version of PCRE used for pcre-jit support in Ngin
NGINX_PCRE_TWO='n' # optional PCRE2 for Nginx 1.21.5+
NGINX_PCRETWOVER='10.39' # Version of PCRE2 used for pcre-jit support in Nginx
NGINX_ZLIBCUSTOM='y' # Use custom zlib instead of system version
NGINX_ZLIBVER='1.2.12' # http://www.zlib.net/
NGINX_ZLIBVER='1.2.11' # http://www.zlib.net/
NGINX_VIDEO='n' # control variable when 'y' set for NGINX_SLICE='y', NGINX_RTMP='y', NGINX_FLV='y', NGINX_MP4='y'
ORESTY_HEADERSMORE='y' # openresty headers more https://github.com/openresty/headers-more-nginx-module
ORESTY_HEADERSMOREGIT='n' # use git master instead of version specific
Expand Down
2 changes: 1 addition & 1 deletion inc/downloadlinks.inc
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ PCRE_SOURCELINK="${LOCALCENTMINMOD_MIRROR}/centminmodparts/pcre/${PCRE_SOURCELIN
PCRE_SOURCELINKLOCAL="${LOCALCENTMINMOD_MIRROR}/centminmodparts/pcre/${PCRE_SOURCELINKFILE}"

NGX_ZLIBLINKFILE="zlib-${NGINX_ZLIBVER}.tar.gz"
NGX_ZLIBLINK="https://zlib.net/${NGX_ZLIBLINKFILE}"
NGX_ZLIBLINK="${LOCALCENTMINMOD_MIRROR}/centminmodparts/zlib/${NGX_ZLIBLINKFILE}"
NGX_ZLIBLINKLOCAL="${LOCALCENTMINMOD_MIRROR}/centminmodparts/zlib/${NGX_ZLIBLINKFILE}"

# wget renamed
Expand Down

0 comments on commit cf633e0

Please sign in to comment.