Skip to content

Commit

Permalink
openresty core and lua nginx module updates
Browse files Browse the repository at this point in the history
  • Loading branch information
centminmod committed May 14, 2017
1 parent 850603a commit 91f7200
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions centmin.sh
Expand Up @@ -431,7 +431,7 @@ LUAJIT_GITINSTALL='y' # opt to install luajit 2.1 from dev branch http://
LUAJIT_GITINSTALLVER='2.1' # branch version = v2.1 will override ORESTY_LUAGITVER if LUAJIT_GITINSTALL='y'

ORESTY_LUANGINX='n' # enable or disable or ORESTY_LUA* nginx modules below
ORESTY_LUANGINXVER='0.10.9rc1' # openresty lua-nginx-module https://github.com/openresty/lua-nginx-module
ORESTY_LUANGINXVER='0.10.9rc3' # openresty lua-nginx-module https://github.com/openresty/lua-nginx-module
ORESTY_LUAGITVER='2.0.4' # luagit http://luajit.org/
ORESTY_LUAMEMCACHEDVER='0.14' # openresty https://github.com/openresty/lua-resty-memcached
ORESTY_LUAMYSQLVER='0.19' # openresty https://github.com/openresty/lua-resty-mysql
Expand All @@ -444,7 +444,7 @@ ORESTY_LUASTRINGVER='0.09' # openresty https://github.com/openresty/lua-res
ORESTY_LUAREDISPARSERVER='0.13' # openresty https://github.com/openresty/lua-redis-parser
ORESTY_LUAUPSTREAMCHECKVER='0.04' # openresty https://github.com/openresty/lua-resty-upstream-healthcheck
ORESTY_LUALRUCACHEVER='0.04' # openresty https://github.com/openresty/lua-resty-lrucache
ORESTY_LUARESTYCOREVER='0.1.12rc1' # openresty https://github.com/openresty/lua-resty-core
ORESTY_LUARESTYCOREVER='0.1.12rc3' # openresty https://github.com/openresty/lua-resty-core
ORESTY_LUAUPSTREAMVER='0.06' # openresty https://github.com/openresty/lua-upstream-nginx-module
NGX_LUAUPSTREAM='n' # disable https://github.com/openresty/lua-upstream-nginx-module
ORESTY_LUALOGGERSOCKETVER='0.1' # cloudflare openresty https://github.com/cloudflare/lua-resty-logger-socket
Expand Down
4 changes: 2 additions & 2 deletions example/custom_config.inc
Expand Up @@ -151,7 +151,7 @@ LUAJIT_GITINSTALL='y' # opt to install luajit 2.1 from dev branch http://
LUAJIT_GITINSTALLVER='2.1' # branch version = v2.1 will override ORESTY_LUAGITVER if LUAJIT_GITINSTALL='y'

ORESTY_LUANGINX='n' # enable or disable or ORESTY_LUA* nginx modules below
ORESTY_LUANGINXVER='0.10.9rc1' # openresty lua-nginx-module https://github.com/openresty/lua-nginx-module
ORESTY_LUANGINXVER='0.10.9rc3' # openresty lua-nginx-module https://github.com/openresty/lua-nginx-module
ORESTY_LUAGITVER='2.0.4' # luagit http://luajit.org/
ORESTY_LUAMEMCACHEDVER='0.14' # openresty https://github.com/openresty/lua-resty-memcached
ORESTY_LUAMYSQLVER='0.19' # openresty https://github.com/openresty/lua-resty-mysql
Expand All @@ -164,7 +164,7 @@ ORESTY_LUASTRINGVER='0.09' # openresty https://github.com/openresty/lua-res
ORESTY_LUAREDISPARSERVER='0.13' # openresty https://github.com/openresty/lua-redis-parser
ORESTY_LUAUPSTREAMCHECKVER='0.04' # openresty https://github.com/openresty/lua-resty-upstream-healthcheck
ORESTY_LUALRUCACHEVER='0.04' # openresty https://github.com/openresty/lua-resty-lrucache
ORESTY_LUARESTYCOREVER='0.1.12rc1' # openresty https://github.com/openresty/lua-resty-core
ORESTY_LUARESTYCOREVER='0.1.12rc3' # openresty https://github.com/openresty/lua-resty-core
ORESTY_LUAUPSTREAMVER='0.06' # openresty https://github.com/openresty/lua-upstream-nginx-module
NGX_LUAUPSTREAM='n' # disable https://github.com/openresty/lua-upstream-nginx-module
ORESTY_LUALOGGERSOCKETVER='0.1' # cloudflare openresty https://github.com/cloudflare/lua-resty-logger-socket
Expand Down
4 changes: 2 additions & 2 deletions tools/nginxupdate.sh
Expand Up @@ -273,7 +273,7 @@ LUAJIT_GITINSTALL='y' # opt to install luajit 2.1 from dev branch http://
LUAJIT_GITINSTALLVER='2.1' # branch version = v2.1 will override ORESTY_LUAGITVER if LUAJIT_GITINSTALL='y'

ORESTY_LUANGINX='n' # enable or disable or ORESTY_LUA* nginx modules below
ORESTY_LUANGINXVER='0.10.9rc1' # openresty lua-nginx-module https://github.com/openresty/lua-nginx-module
ORESTY_LUANGINXVER='0.10.9rc3' # openresty lua-nginx-module https://github.com/openresty/lua-nginx-module
ORESTY_LUAGITVER='2.0.4' # luagit http://luajit.org/
ORESTY_LUAMEMCACHEDVER='0.14' # openresty https://github.com/openresty/lua-resty-memcached
ORESTY_LUAMYSQLVER='0.19' # openresty https://github.com/openresty/lua-resty-mysql
Expand All @@ -286,7 +286,7 @@ ORESTY_LUASTRINGVER='0.09' # openresty https://github.com/openresty/lua-res
ORESTY_LUAREDISPARSERVER='0.13' # openresty https://github.com/openresty/lua-redis-parser
ORESTY_LUAUPSTREAMCHECKVER='0.04' # openresty https://github.com/openresty/lua-resty-upstream-healthcheck
ORESTY_LUALRUCACHEVER='0.04' # openresty https://github.com/openresty/lua-resty-lrucache
ORESTY_LUARESTYCOREVER='0.1.12rc1' # openresty https://github.com/openresty/lua-resty-core
ORESTY_LUARESTYCOREVER='0.1.12rc3' # openresty https://github.com/openresty/lua-resty-core
ORESTY_LUAUPSTREAMVER='0.06' # openresty https://github.com/openresty/lua-upstream-nginx-module
NGX_LUAUPSTREAM='n' # disable https://github.com/openresty/lua-upstream-nginx-module
ORESTY_LUALOGGERSOCKETVER='0.1' # cloudflare openresty https://github.com/cloudflare/lua-resty-logger-socket
Expand Down

0 comments on commit 91f7200

Please sign in to comment.