diff --git a/t/sanity.t b/t/sanity.t index b60c627..5b41e16 100644 --- a/t/sanity.t +++ b/t/sanity.t @@ -232,22 +232,22 @@ cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ --with-cc-opt='-O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -278,7 +278,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -305,22 +305,22 @@ sh ./configure --prefix=/usr/local/openresty/nginx \ --with-debug \ --with-cc-opt='-DNGX_LUA_USE_ASSERT -DNGX_LUA_ABORT_AT_PANIC -O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -351,7 +351,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -378,7 +378,7 @@ platform: linux (linux) platform: linux (linux) cp -rp bundle/ build cd build -cd LuaJIT-2.1-20150223 +cd LuaJIT-2.1-20150622 gmake TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit gmake install TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$OPENRESTY_BUILD_DIR/luajit-root export LUAJIT_LIB='$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/lib' @@ -386,25 +386,25 @@ export LUAJIT_INC='$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/i cd .. cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ - --with-cc-opt='-I$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -O2' \ + --with-cc-opt='-O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ - --with-ld-opt='-Wl,-rpath,/usr/local/openresty/luajit/lib -L$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/lib' \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ + --with-ld-opt='-Wl,-rpath,/usr/local/openresty/luajit/lib' \ --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -415,14 +415,14 @@ Type the following commands to build and install: .PHONY: all install clean all: - cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150223 && $(MAKE) TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit + cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150622 && $(MAKE) TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit cd $OPENRESTY_BUILD_DIR/lua-cjson-2.1.0.2 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/usr/local/openresty/lualib LUA_MODULE_DIR=/usr/local/openresty/lualib CJSON_CFLAGS="-g -fpic" CC=cc cd $OPENRESTY_BUILD_DIR/lua-redis-parser-0.10 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CC=cc cd $OPENRESTY_BUILD_DIR/lua-rds-parser-0.05 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CC=cc cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install: all - cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150223 && $(MAKE) install TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$(DESTDIR) + cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150622 && $(MAKE) install TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$(DESTDIR) cd $OPENRESTY_BUILD_DIR/lua-cjson-2.1.0.2 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/usr/local/openresty/lualib LUA_MODULE_DIR=/usr/local/openresty/lualib CJSON_CFLAGS="-g -fpic" CC=cc cd $OPENRESTY_BUILD_DIR/lua-redis-parser-0.10 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CC=cc cd $OPENRESTY_BUILD_DIR/lua-rds-parser-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CC=cc @@ -435,7 +435,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -451,7 +451,7 @@ clean: platform: linux (linux) cp -rp bundle/ build cd build -cd LuaJIT-2.1-20150223 +cd LuaJIT-2.1-20150622 gmake TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit gmake install TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$OPENRESTY_BUILD_DIR/luajit-root export LUAJIT_LIB='$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/lib' @@ -459,25 +459,25 @@ export LUAJIT_INC='$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/i cd .. cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ - --with-cc-opt='-I$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -O2' \ + --with-cc-opt='-O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ - --with-ld-opt='-Wl,-rpath,/usr/local/openresty/luajit/lib -L$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/lib' \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ + --with-ld-opt='-Wl,-rpath,/usr/local/openresty/luajit/lib' \ --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -488,14 +488,14 @@ Type the following commands to build and install: .PHONY: all install clean all: - cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150223 && $(MAKE) TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit + cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150622 && $(MAKE) TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit cd $OPENRESTY_BUILD_DIR/lua-cjson-2.1.0.2 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/usr/local/openresty/lualib LUA_MODULE_DIR=/usr/local/openresty/lualib CJSON_CFLAGS="-g -fpic" CC=cc cd $OPENRESTY_BUILD_DIR/lua-redis-parser-0.10 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CC=cc cd $OPENRESTY_BUILD_DIR/lua-rds-parser-0.05 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CC=cc cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install: all - cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150223 && $(MAKE) install TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$(DESTDIR) + cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150622 && $(MAKE) install TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$(DESTDIR) cd $OPENRESTY_BUILD_DIR/lua-cjson-2.1.0.2 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/usr/local/openresty/lualib LUA_MODULE_DIR=/usr/local/openresty/lualib CJSON_CFLAGS="-g -fpic" CC=cc cd $OPENRESTY_BUILD_DIR/lua-redis-parser-0.10 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CC=cc cd $OPENRESTY_BUILD_DIR/lua-rds-parser-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CC=cc @@ -508,7 +508,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -524,7 +524,7 @@ clean: platform: linux (linux) cp -rp bundle/ build cd build -cd LuaJIT-2.1-20150223 +cd LuaJIT-2.1-20150622 gmake TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit gmake install TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$OPENRESTY_BUILD_DIR/luajit-root export LUAJIT_LIB='$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/lib' @@ -532,25 +532,25 @@ export LUAJIT_INC='$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/i cd .. cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ - --with-cc-opt='-I$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -O2 -O3' \ + --with-cc-opt='-O2 -O3' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ - --with-ld-opt='-Wl,-rpath,/usr/local/openresty/luajit/lib -L$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/lib' \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ + --with-ld-opt='-Wl,-rpath,/usr/local/openresty/luajit/lib' \ --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -561,14 +561,14 @@ Type the following commands to build and install: .PHONY: all install clean all: - cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150223 && $(MAKE) TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit + cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150622 && $(MAKE) TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit cd $OPENRESTY_BUILD_DIR/lua-cjson-2.1.0.2 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/usr/local/openresty/lualib LUA_MODULE_DIR=/usr/local/openresty/lualib CJSON_CFLAGS="-g -fpic" CC=cc cd $OPENRESTY_BUILD_DIR/lua-redis-parser-0.10 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CC=cc cd $OPENRESTY_BUILD_DIR/lua-rds-parser-0.05 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CC=cc cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install: all - cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150223 && $(MAKE) install TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$(DESTDIR) + cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150622 && $(MAKE) install TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$(DESTDIR) cd $OPENRESTY_BUILD_DIR/lua-cjson-2.1.0.2 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/usr/local/openresty/lualib LUA_MODULE_DIR=/usr/local/openresty/lualib CJSON_CFLAGS="-g -fpic" CC=cc cd $OPENRESTY_BUILD_DIR/lua-redis-parser-0.10 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CC=cc cd $OPENRESTY_BUILD_DIR/lua-rds-parser-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CC=cc @@ -581,7 +581,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -597,7 +597,7 @@ clean: platform: linux (linux) cp -rp bundle/ build cd build -cd LuaJIT-2.1-20150223 +cd LuaJIT-2.1-20150622 gmake TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit gmake install TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$OPENRESTY_BUILD_DIR/luajit-root export LUAJIT_LIB='$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/lib' @@ -605,25 +605,25 @@ export LUAJIT_INC='$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/i cd .. cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ - --with-cc-opt='-I$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -O2' \ + --with-cc-opt='-O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ - --with-ld-opt='-Wl,-rpath,/usr/local/openresty/luajit/lib -L$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/lib -llua' \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ + --with-ld-opt='-Wl,-rpath,/usr/local/openresty/luajit/lib -llua' \ --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -634,14 +634,14 @@ Type the following commands to build and install: .PHONY: all install clean all: - cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150223 && $(MAKE) TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit + cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150622 && $(MAKE) TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit cd $OPENRESTY_BUILD_DIR/lua-cjson-2.1.0.2 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/usr/local/openresty/lualib LUA_MODULE_DIR=/usr/local/openresty/lualib CJSON_CFLAGS="-g -fpic" CC=cc cd $OPENRESTY_BUILD_DIR/lua-redis-parser-0.10 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CC=cc cd $OPENRESTY_BUILD_DIR/lua-rds-parser-0.05 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CC=cc cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install: all - cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150223 && $(MAKE) install TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$(DESTDIR) + cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150622 && $(MAKE) install TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$(DESTDIR) cd $OPENRESTY_BUILD_DIR/lua-cjson-2.1.0.2 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/usr/local/openresty/lualib LUA_MODULE_DIR=/usr/local/openresty/lualib CJSON_CFLAGS="-g -fpic" CC=cc cd $OPENRESTY_BUILD_DIR/lua-redis-parser-0.10 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CC=cc cd $OPENRESTY_BUILD_DIR/lua-rds-parser-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CC=cc @@ -654,7 +654,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -670,7 +670,7 @@ clean: platform: linux (linux) cp -rp bundle/ build cd build -cd LuaJIT-2.1-20150223 +cd LuaJIT-2.1-20150622 gmake TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit gmake install TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$OPENRESTY_BUILD_DIR/luajit-root export LUAJIT_LIB='$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/lib' @@ -678,24 +678,24 @@ export LUAJIT_INC='$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/i cd .. cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ - --with-cc-opt='-I$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -O2' \ + --with-cc-opt='-O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ - --with-ld-opt='-Wl,-rpath,/usr/local/openresty/luajit/lib -L$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/lib' \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ + --with-ld-opt='-Wl,-rpath,/usr/local/openresty/luajit/lib' \ --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -706,14 +706,14 @@ Type the following commands to build and install: .PHONY: all install clean all: - cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150223 && $(MAKE) TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit + cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150622 && $(MAKE) TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit cd $OPENRESTY_BUILD_DIR/lua-cjson-2.1.0.2 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/usr/local/openresty/lualib LUA_MODULE_DIR=/usr/local/openresty/lualib CJSON_CFLAGS="-g -fpic" CC=cc cd $OPENRESTY_BUILD_DIR/lua-redis-parser-0.10 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CC=cc cd $OPENRESTY_BUILD_DIR/lua-rds-parser-0.05 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CC=cc cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install: all - cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150223 && $(MAKE) install TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$(DESTDIR) + cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150622 && $(MAKE) install TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$(DESTDIR) cd $OPENRESTY_BUILD_DIR/lua-cjson-2.1.0.2 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/usr/local/openresty/lualib LUA_MODULE_DIR=/usr/local/openresty/lualib CJSON_CFLAGS="-g -fpic" CC=cc cd $OPENRESTY_BUILD_DIR/lua-redis-parser-0.10 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CC=cc cd $OPENRESTY_BUILD_DIR/lua-rds-parser-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CC=cc @@ -726,7 +726,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -746,21 +746,21 @@ cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ --with-cc-opt='-O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -798,22 +798,22 @@ cd nginx-1.7.10 sh ./configure --prefix=/opt/blah/nginx \ --with-cc-opt='-O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -844,7 +844,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/opt/blah/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/opt/blah/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/opt/blah/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/opt/blah/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/opt/blah/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/opt/blah/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//opt/blah/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -1076,22 +1076,22 @@ cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ --with-cc-opt='-O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -1122,7 +1122,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -1148,23 +1148,23 @@ cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ --with-cc-opt='-O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../drizzle-nginx-module-0.1.8 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../drizzle-nginx-module-0.1.9 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -1195,7 +1195,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -1221,23 +1221,23 @@ cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ --with-cc-opt='-O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../drizzle-nginx-module-0.1.8 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../drizzle-nginx-module-0.1.9 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -1268,7 +1268,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -1307,23 +1307,23 @@ cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ --with-cc-opt='-O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../drizzle-nginx-module-0.1.8 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../drizzle-nginx-module-0.1.9 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ --with-ld-opt='-Wl,-rpath,/opt/drizzle/lib' \ --with-http_ssl_module cd ../.. @@ -1355,7 +1355,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -1381,22 +1381,22 @@ cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ --with-cc-opt='-O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ '--with-cc=gcc-4.2' --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -1427,7 +1427,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -1443,7 +1443,7 @@ clean: platform: linux (linux) cp -rp bundle/ build cd build -cd LuaJIT-2.1-20150223 +cd LuaJIT-2.1-20150622 gmake TARGET_STRIP=@: CCDEBUG=-g Q= XCFLAGS='-DLUA_USE_APICHECK -DLUA_USE_ASSERT' CC=cc PREFIX=/usr/local/openresty/luajit gmake install TARGET_STRIP=@: CCDEBUG=-g Q= XCFLAGS='-DLUA_USE_APICHECK -DLUA_USE_ASSERT' CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$OPENRESTY_BUILD_DIR/luajit-root export LUAJIT_LIB='$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/lib' @@ -1452,25 +1452,25 @@ cd .. cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ --with-debug \ - --with-cc-opt='-I$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -DNGX_LUA_USE_ASSERT -DNGX_LUA_ABORT_AT_PANIC -O2' \ + --with-cc-opt='-DNGX_LUA_USE_ASSERT -DNGX_LUA_ABORT_AT_PANIC -O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ - --with-ld-opt='-Wl,-rpath,/usr/local/openresty/luajit/lib -L$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/lib' \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ + --with-ld-opt='-Wl,-rpath,/usr/local/openresty/luajit/lib' \ --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -1481,14 +1481,14 @@ Type the following commands to build and install: .PHONY: all install clean all: - cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150223 && $(MAKE) TARGET_STRIP=@: CCDEBUG=-g Q= XCFLAGS='-DLUA_USE_APICHECK -DLUA_USE_ASSERT' CC=cc PREFIX=/usr/local/openresty/luajit + cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150622 && $(MAKE) TARGET_STRIP=@: CCDEBUG=-g Q= XCFLAGS='-DLUA_USE_APICHECK -DLUA_USE_ASSERT' CC=cc PREFIX=/usr/local/openresty/luajit cd $OPENRESTY_BUILD_DIR/lua-cjson-2.1.0.2 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/usr/local/openresty/lualib LUA_MODULE_DIR=/usr/local/openresty/lualib CJSON_CFLAGS="-g -O -fpic" CC=cc cd $OPENRESTY_BUILD_DIR/lua-redis-parser-0.10 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CFLAGS="-g -O -Wall" CC=cc cd $OPENRESTY_BUILD_DIR/lua-rds-parser-0.05 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CFLAGS="-g -O -Wall" CC=cc cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install: all - cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150223 && $(MAKE) install TARGET_STRIP=@: CCDEBUG=-g Q= XCFLAGS='-DLUA_USE_APICHECK -DLUA_USE_ASSERT' CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$(DESTDIR) + cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150622 && $(MAKE) install TARGET_STRIP=@: CCDEBUG=-g Q= XCFLAGS='-DLUA_USE_APICHECK -DLUA_USE_ASSERT' CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$(DESTDIR) cd $OPENRESTY_BUILD_DIR/lua-cjson-2.1.0.2 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/usr/local/openresty/lualib LUA_MODULE_DIR=/usr/local/openresty/lualib CJSON_CFLAGS="-g -O -fpic" CC=cc cd $OPENRESTY_BUILD_DIR/lua-redis-parser-0.10 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CFLAGS="-g -O -Wall" CC=cc cd $OPENRESTY_BUILD_DIR/lua-rds-parser-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CFLAGS="-g -O -Wall" CC=cc @@ -1501,7 +1501,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -1517,7 +1517,7 @@ clean: platform: linux (linux) cp -rp bundle/ build cd build -cd LuaJIT-2.1-20150223 +cd LuaJIT-2.1-20150622 gmake TARGET_STRIP=@: CCDEBUG=-g Q= XCFLAGS='-DLUA_USE_APICHECK -DLUA_USE_ASSERT' CC='cl' PREFIX=/usr/local/openresty/luajit gmake install TARGET_STRIP=@: CCDEBUG=-g Q= XCFLAGS='-DLUA_USE_APICHECK -DLUA_USE_ASSERT' CC='cl' PREFIX=/usr/local/openresty/luajit DESTDIR=$OPENRESTY_BUILD_DIR/luajit-root export LUAJIT_LIB='$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/lib' @@ -1526,25 +1526,25 @@ cd .. cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ --with-debug \ - --with-cc-opt='-I$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -DNGX_LUA_USE_ASSERT -DNGX_LUA_ABORT_AT_PANIC -O2' \ + --with-cc-opt='-DNGX_LUA_USE_ASSERT -DNGX_LUA_ABORT_AT_PANIC -O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ - --with-ld-opt='-Wl,-rpath,/usr/local/openresty/luajit/lib -L$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/lib' \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ + --with-ld-opt='-Wl,-rpath,/usr/local/openresty/luajit/lib' \ '--with-cc=cl' --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -1555,14 +1555,14 @@ Type the following commands to build and install: .PHONY: all install clean all: - cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150223 && $(MAKE) TARGET_STRIP=@: CCDEBUG=-g Q= XCFLAGS='-DLUA_USE_APICHECK -DLUA_USE_ASSERT' CC='cl' PREFIX=/usr/local/openresty/luajit + cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150622 && $(MAKE) TARGET_STRIP=@: CCDEBUG=-g Q= XCFLAGS='-DLUA_USE_APICHECK -DLUA_USE_ASSERT' CC='cl' PREFIX=/usr/local/openresty/luajit cd $OPENRESTY_BUILD_DIR/lua-cjson-2.1.0.2 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/usr/local/openresty/lualib LUA_MODULE_DIR=/usr/local/openresty/lualib CJSON_CFLAGS="-g -O -fpic" CC='cl' cd $OPENRESTY_BUILD_DIR/lua-redis-parser-0.10 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CFLAGS="-g -O -Wall" CC='cl' cd $OPENRESTY_BUILD_DIR/lua-rds-parser-0.05 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CFLAGS="-g -O -Wall" CC='cl' cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install: all - cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150223 && $(MAKE) install TARGET_STRIP=@: CCDEBUG=-g Q= XCFLAGS='-DLUA_USE_APICHECK -DLUA_USE_ASSERT' CC='cl' PREFIX=/usr/local/openresty/luajit DESTDIR=$(DESTDIR) + cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150622 && $(MAKE) install TARGET_STRIP=@: CCDEBUG=-g Q= XCFLAGS='-DLUA_USE_APICHECK -DLUA_USE_ASSERT' CC='cl' PREFIX=/usr/local/openresty/luajit DESTDIR=$(DESTDIR) cd $OPENRESTY_BUILD_DIR/lua-cjson-2.1.0.2 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/usr/local/openresty/lualib LUA_MODULE_DIR=/usr/local/openresty/lualib CJSON_CFLAGS="-g -O -fpic" CC='cl' cd $OPENRESTY_BUILD_DIR/lua-redis-parser-0.10 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CFLAGS="-g -O -Wall" CC='cl' cd $OPENRESTY_BUILD_DIR/lua-rds-parser-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CFLAGS="-g -O -Wall" CC='cl' @@ -1575,13 +1575,15 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) clean: rm -rf build +--- err +Can't exec "cl": No such file or directory at ./configure line 554. @@ -1614,23 +1616,23 @@ cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ --with-cc-opt='-O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../ngx_postgres-1.0rc5 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../ngx_postgres-1.0rc6 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ --with-ld-opt='-Wl,-rpath,/opt/postgres/lib' \ --with-http_ssl_module cd ../.. @@ -1662,7 +1664,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -1688,23 +1690,23 @@ cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ --with-cc-opt='-O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../iconv-nginx-module-0.10 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../iconv-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -1735,7 +1737,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -1783,23 +1785,23 @@ cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ --with-cc-opt='-O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../ngx_postgres-1.0rc5 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../ngx_postgres-1.0rc6 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ --with-ld-opt='-Wl,-rpath,/usr/lib64' \ --with-http_ssl_module cd ../.. @@ -1831,7 +1833,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -1868,22 +1870,22 @@ cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ --with-cc-opt='-O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -1914,7 +1916,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -1930,7 +1932,7 @@ clean: platform: solaris (solaris) cp -rp bundle/ build cd build -cd LuaJIT-2.1-20150223 +cd LuaJIT-2.1-20150622 gmake TARGET_STRIP=@: CCDEBUG=-g INSTALL_X='$OPENRESTY_BUILD_DIR/install -m 0755' INSTALL_F='$OPENRESTY_BUILD_DIR/install -m 0644' CC=cc PREFIX=/usr/local/openresty/luajit gmake install TARGET_STRIP=@: CCDEBUG=-g INSTALL_X='$OPENRESTY_BUILD_DIR/install -m 0755' INSTALL_F='$OPENRESTY_BUILD_DIR/install -m 0644' CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$OPENRESTY_BUILD_DIR/luajit-root export LUAJIT_LIB='$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/lib' @@ -1938,25 +1940,25 @@ export LUAJIT_INC='$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/i cd .. cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ - --with-cc-opt='-I$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -O2' \ + --with-cc-opt='-O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ - --with-ld-opt='-Wl,-rpath,/usr/local/openresty/luajit/lib -L$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/lib' \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ + --with-ld-opt='-Wl,-rpath,/usr/local/openresty/luajit/lib' \ --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -1967,14 +1969,14 @@ Type the following commands to build and install: .PHONY: all install clean all: - cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150223 && $(MAKE) TARGET_STRIP=@: CCDEBUG=-g INSTALL_X='$OPENRESTY_BUILD_DIR/install -m 0755' INSTALL_F='$OPENRESTY_BUILD_DIR/install -m 0644' CC=cc PREFIX=/usr/local/openresty/luajit + cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150622 && $(MAKE) TARGET_STRIP=@: CCDEBUG=-g INSTALL_X='$OPENRESTY_BUILD_DIR/install -m 0755' INSTALL_F='$OPENRESTY_BUILD_DIR/install -m 0644' CC=cc PREFIX=/usr/local/openresty/luajit cd $OPENRESTY_BUILD_DIR/lua-cjson-2.1.0.2 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/usr/local/openresty/lualib LUA_MODULE_DIR=/usr/local/openresty/lualib CJSON_CFLAGS="-g -fpic -DUSE_INTERNAL_ISINF" CC=cc cd $OPENRESTY_BUILD_DIR/lua-redis-parser-0.10 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install CC=cc cd $OPENRESTY_BUILD_DIR/lua-rds-parser-0.05 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install CC=cc cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install: all - cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150223 && $(MAKE) install TARGET_STRIP=@: CCDEBUG=-g INSTALL_X='$OPENRESTY_BUILD_DIR/install -m 0755' INSTALL_F='$OPENRESTY_BUILD_DIR/install -m 0644' CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$(DESTDIR) + cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150622 && $(MAKE) install TARGET_STRIP=@: CCDEBUG=-g INSTALL_X='$OPENRESTY_BUILD_DIR/install -m 0755' INSTALL_F='$OPENRESTY_BUILD_DIR/install -m 0644' CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$(DESTDIR) cd $OPENRESTY_BUILD_DIR/lua-cjson-2.1.0.2 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/usr/local/openresty/lualib LUA_MODULE_DIR=/usr/local/openresty/lualib CJSON_CFLAGS="-g -fpic -DUSE_INTERNAL_ISINF" CC=cc cd $OPENRESTY_BUILD_DIR/lua-redis-parser-0.10 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install CC=cc cd $OPENRESTY_BUILD_DIR/lua-rds-parser-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install CC=cc @@ -1987,7 +1989,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -2003,7 +2005,7 @@ clean: platform: solaris (solaris) cp -rp bundle/ build cd build -cd LuaJIT-2.1-20150223 +cd LuaJIT-2.1-20150622 gmake TARGET_STRIP=@: CCDEBUG=-g INSTALL_X='$OPENRESTY_BUILD_DIR/install -m 0755' INSTALL_F='$OPENRESTY_BUILD_DIR/install -m 0644' CC=cc PREFIX=/usr/local/openresty/luajit gmake install TARGET_STRIP=@: CCDEBUG=-g INSTALL_X='$OPENRESTY_BUILD_DIR/install -m 0755' INSTALL_F='$OPENRESTY_BUILD_DIR/install -m 0644' CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$OPENRESTY_BUILD_DIR/luajit-root export LUAJIT_LIB='$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/lib' @@ -2011,25 +2013,25 @@ export LUAJIT_INC='$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/i cd .. cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ - --with-cc-opt='-I$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -O2' \ + --with-cc-opt='-O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ - --with-ld-opt='-Wl,-rpath,/usr/local/openresty/luajit/lib -L$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/lib' \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ + --with-ld-opt='-Wl,-rpath,/usr/local/openresty/luajit/lib' \ --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -2040,14 +2042,14 @@ Type the following commands to build and install: .PHONY: all install clean all: - cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150223 && $(MAKE) TARGET_STRIP=@: CCDEBUG=-g INSTALL_X='$OPENRESTY_BUILD_DIR/install -m 0755' INSTALL_F='$OPENRESTY_BUILD_DIR/install -m 0644' CC=cc PREFIX=/usr/local/openresty/luajit + cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150622 && $(MAKE) TARGET_STRIP=@: CCDEBUG=-g INSTALL_X='$OPENRESTY_BUILD_DIR/install -m 0755' INSTALL_F='$OPENRESTY_BUILD_DIR/install -m 0644' CC=cc PREFIX=/usr/local/openresty/luajit cd $OPENRESTY_BUILD_DIR/lua-cjson-2.1.0.2 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/usr/local/openresty/lualib LUA_MODULE_DIR=/usr/local/openresty/lualib CJSON_CFLAGS="-g -fpic -DUSE_INTERNAL_ISINF" CC=cc cd $OPENRESTY_BUILD_DIR/lua-redis-parser-0.10 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install CC=cc cd $OPENRESTY_BUILD_DIR/lua-rds-parser-0.05 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install CC=cc cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install: all - cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150223 && $(MAKE) install TARGET_STRIP=@: CCDEBUG=-g INSTALL_X='$OPENRESTY_BUILD_DIR/install -m 0755' INSTALL_F='$OPENRESTY_BUILD_DIR/install -m 0644' CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$(DESTDIR) + cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150622 && $(MAKE) install TARGET_STRIP=@: CCDEBUG=-g INSTALL_X='$OPENRESTY_BUILD_DIR/install -m 0755' INSTALL_F='$OPENRESTY_BUILD_DIR/install -m 0644' CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$(DESTDIR) cd $OPENRESTY_BUILD_DIR/lua-cjson-2.1.0.2 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/usr/local/openresty/lualib LUA_MODULE_DIR=/usr/local/openresty/lualib CJSON_CFLAGS="-g -fpic -DUSE_INTERNAL_ISINF" CC=cc cd $OPENRESTY_BUILD_DIR/lua-redis-parser-0.10 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install CC=cc cd $OPENRESTY_BUILD_DIR/lua-rds-parser-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install CC=cc @@ -2060,7 +2062,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -2076,7 +2078,7 @@ clean: platform: freebsd (freebsd) cp -rp bundle/ build cd build -cd LuaJIT-2.1-20150223 +cd LuaJIT-2.1-20150622 gmake TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit gmake install TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$OPENRESTY_BUILD_DIR/luajit-root export LUAJIT_LIB='$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/lib' @@ -2084,25 +2086,25 @@ export LUAJIT_INC='$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/i cd .. cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ - --with-cc-opt='-I$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -O2' \ + --with-cc-opt='-O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ - --with-ld-opt='-Wl,-rpath,/usr/local/openresty/luajit/lib -L$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/lib' \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ + --with-ld-opt='-Wl,-rpath,/usr/local/openresty/luajit/lib' \ --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -2113,14 +2115,14 @@ Type the following commands to build and install: .PHONY: all install clean all: - cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150223 && $(MAKE) TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit + cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150622 && $(MAKE) TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit cd $OPENRESTY_BUILD_DIR/lua-cjson-2.1.0.2 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/usr/local/openresty/lualib LUA_MODULE_DIR=/usr/local/openresty/lualib CJSON_CFLAGS="-g -fpic" CC=cc cd $OPENRESTY_BUILD_DIR/lua-redis-parser-0.10 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CC=cc cd $OPENRESTY_BUILD_DIR/lua-rds-parser-0.05 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CC=cc cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install: all - cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150223 && $(MAKE) install TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$(DESTDIR) + cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150622 && $(MAKE) install TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$(DESTDIR) cd $OPENRESTY_BUILD_DIR/lua-cjson-2.1.0.2 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/usr/local/openresty/lualib LUA_MODULE_DIR=/usr/local/openresty/lualib CJSON_CFLAGS="-g -fpic" CC=cc cd $OPENRESTY_BUILD_DIR/lua-redis-parser-0.10 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CC=cc cd $OPENRESTY_BUILD_DIR/lua-rds-parser-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CC=cc @@ -2133,7 +2135,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -2149,7 +2151,7 @@ clean: platform: freebsd (freebsd) cp -rp bundle/ build cd build -cd LuaJIT-2.1-20150223 +cd LuaJIT-2.1-20150622 gmake TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit gmake install TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$OPENRESTY_BUILD_DIR/luajit-root export LUAJIT_LIB='$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/lib' @@ -2157,25 +2159,25 @@ export LUAJIT_INC='$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/i cd .. cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ - --with-cc-opt='-I$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -O2' \ + --with-cc-opt='-O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ - --with-ld-opt='-Wl,-rpath,/usr/local/openresty/luajit/lib -L$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/lib' \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ + --with-ld-opt='-Wl,-rpath,/usr/local/openresty/luajit/lib' \ --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -2186,14 +2188,14 @@ Type the following commands to build and install: .PHONY: all install clean all: - cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150223 && $(MAKE) TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit + cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150622 && $(MAKE) TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit cd $OPENRESTY_BUILD_DIR/lua-cjson-2.1.0.2 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/usr/local/openresty/lualib LUA_MODULE_DIR=/usr/local/openresty/lualib CJSON_CFLAGS="-g -fpic" CC=cc cd $OPENRESTY_BUILD_DIR/lua-redis-parser-0.10 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CC=cc cd $OPENRESTY_BUILD_DIR/lua-rds-parser-0.05 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CC=cc cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install: all - cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150223 && $(MAKE) install TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$(DESTDIR) + cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150622 && $(MAKE) install TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$(DESTDIR) cd $OPENRESTY_BUILD_DIR/lua-cjson-2.1.0.2 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/usr/local/openresty/lualib LUA_MODULE_DIR=/usr/local/openresty/lualib CJSON_CFLAGS="-g -fpic" CC=cc cd $OPENRESTY_BUILD_DIR/lua-redis-parser-0.10 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CC=cc cd $OPENRESTY_BUILD_DIR/lua-rds-parser-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CC=cc @@ -2206,7 +2208,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -2232,22 +2234,22 @@ cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ --with-cc-opt='-O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -2278,7 +2280,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -2294,7 +2296,7 @@ clean: platform: macosx (darwin) cp -rp bundle/ build cd build -cd LuaJIT-2.1-20150223 +cd LuaJIT-2.1-20150622 gmake TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit gmake install TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$OPENRESTY_BUILD_DIR/luajit-root export LUAJIT_LIB='$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/lib' @@ -2302,25 +2304,25 @@ export LUAJIT_INC='$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/i cd .. cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ - --with-cc-opt='-I$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -O2' \ + --with-cc-opt='-O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ - --with-ld-opt='-Wl,-rpath,/usr/local/openresty/luajit/lib -L$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/lib' \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ + --with-ld-opt='-Wl,-rpath,/usr/local/openresty/luajit/lib' \ --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -2331,14 +2333,14 @@ Type the following commands to build and install: .PHONY: all install clean all: - cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150223 && $(MAKE) TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit + cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150622 && $(MAKE) TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit cd $OPENRESTY_BUILD_DIR/lua-cjson-2.1.0.2 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/usr/local/openresty/lualib LUA_MODULE_DIR=/usr/local/openresty/lualib CJSON_CFLAGS="-g -fpic" CJSON_LDFLAGS='-bundle -undefined dynamic_lookup' CC=cc cd $OPENRESTY_BUILD_DIR/lua-redis-parser-0.10 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib LDFLAGS='-bundle -undefined dynamic_lookup' CC=cc cd $OPENRESTY_BUILD_DIR/lua-rds-parser-0.05 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib LDFLAGS='-bundle -undefined dynamic_lookup' CC=cc cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install: all - cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150223 && $(MAKE) install TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$(DESTDIR) + cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150622 && $(MAKE) install TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$(DESTDIR) cd $OPENRESTY_BUILD_DIR/lua-cjson-2.1.0.2 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/usr/local/openresty/lualib LUA_MODULE_DIR=/usr/local/openresty/lualib CJSON_CFLAGS="-g -fpic" CJSON_LDFLAGS='-bundle -undefined dynamic_lookup' CC=cc cd $OPENRESTY_BUILD_DIR/lua-redis-parser-0.10 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib LDFLAGS='-bundle -undefined dynamic_lookup' CC=cc cd $OPENRESTY_BUILD_DIR/lua-rds-parser-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib LDFLAGS='-bundle -undefined dynamic_lookup' CC=cc @@ -2351,7 +2353,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -2367,7 +2369,7 @@ clean: platform: macosx (darwin) cp -rp bundle/ build cd build -cd LuaJIT-2.1-20150223 +cd LuaJIT-2.1-20150622 gmake TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit gmake install TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$OPENRESTY_BUILD_DIR/luajit-root export LUAJIT_LIB='$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/lib' @@ -2375,25 +2377,25 @@ export LUAJIT_INC='$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/i cd .. cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ - --with-cc-opt='-I$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -O2' \ + --with-cc-opt='-O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ - --with-ld-opt='-Wl,-rpath,/usr/local/openresty/luajit/lib -L$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/lib' \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ + --with-ld-opt='-Wl,-rpath,/usr/local/openresty/luajit/lib' \ --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -2404,14 +2406,14 @@ Type the following commands to build and install: .PHONY: all install clean all: - cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150223 && $(MAKE) TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit + cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150622 && $(MAKE) TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit cd $OPENRESTY_BUILD_DIR/lua-cjson-2.1.0.2 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/usr/local/openresty/lualib LUA_MODULE_DIR=/usr/local/openresty/lualib CJSON_CFLAGS="-g -fpic" CJSON_LDFLAGS='-bundle -undefined dynamic_lookup' CC=cc cd $OPENRESTY_BUILD_DIR/lua-redis-parser-0.10 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib LDFLAGS='-bundle -undefined dynamic_lookup' CC=cc cd $OPENRESTY_BUILD_DIR/lua-rds-parser-0.05 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib LDFLAGS='-bundle -undefined dynamic_lookup' CC=cc cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install: all - cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150223 && $(MAKE) install TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$(DESTDIR) + cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150622 && $(MAKE) install TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$(DESTDIR) cd $OPENRESTY_BUILD_DIR/lua-cjson-2.1.0.2 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/usr/local/openresty/lualib LUA_MODULE_DIR=/usr/local/openresty/lualib CJSON_CFLAGS="-g -fpic" CJSON_LDFLAGS='-bundle -undefined dynamic_lookup' CC=cc cd $OPENRESTY_BUILD_DIR/lua-redis-parser-0.10 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib LDFLAGS='-bundle -undefined dynamic_lookup' CC=cc cd $OPENRESTY_BUILD_DIR/lua-rds-parser-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib LDFLAGS='-bundle -undefined dynamic_lookup' CC=cc @@ -2424,7 +2426,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -2451,22 +2453,22 @@ sh ./configure --prefix=/usr/local/openresty/nginx \ --with-debug \ --with-cc-opt='-DNGX_LUA_USE_ASSERT -DNGX_LUA_ABORT_AT_PANIC -O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -2497,7 +2499,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -2523,22 +2525,22 @@ cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ --with-cc-opt='-O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -2567,7 +2569,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -2593,22 +2595,22 @@ cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ --with-cc-opt='-O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -2635,7 +2637,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -2661,22 +2663,22 @@ cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ --with-cc-opt='-O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -2705,7 +2707,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -2725,25 +2727,25 @@ export LUAJIT_LIB='/tmp/luajit/lib' export LUAJIT_INC='/tmp/luajit/include/luajit-2.1' cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ - --with-cc-opt='-I/tmp/luajit/include/luajit-2.1 -O2' \ + --with-cc-opt='-O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ - --with-ld-opt='-Wl,-rpath,/tmp/luajit/lib -L/tmp/luajit/lib' \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ + --with-ld-opt='-Wl,-rpath,/tmp/luajit/lib' \ --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -2772,7 +2774,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -2805,22 +2807,22 @@ cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ --with-cc-opt='-O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ --with-ld-opt='-Wl,-rpath,/tmp/lua/lib' \ --with-http_ssl_module cd ../.. @@ -2850,7 +2852,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -2876,22 +2878,22 @@ cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ --with-cc-opt='-O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -2922,7 +2924,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -2938,7 +2940,7 @@ clean: platform: linux (linux) cp -rp bundle/ build cd build -cd LuaJIT-2.1-20150223 +cd LuaJIT-2.1-20150622 gmake -j5 TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit gmake install TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$OPENRESTY_BUILD_DIR/luajit-root export LUAJIT_LIB='$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/lib' @@ -2946,25 +2948,25 @@ export LUAJIT_INC='$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/i cd .. cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ - --with-cc-opt='-I$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -O2' \ + --with-cc-opt='-O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ - --with-ld-opt='-Wl,-rpath,/usr/local/openresty/luajit/lib -L$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/lib' \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ + --with-ld-opt='-Wl,-rpath,/usr/local/openresty/luajit/lib' \ --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -2975,14 +2977,14 @@ Type the following commands to build and install: .PHONY: all install clean all: - cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150223 && $(MAKE) TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit + cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150622 && $(MAKE) TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit cd $OPENRESTY_BUILD_DIR/lua-cjson-2.1.0.2 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/usr/local/openresty/lualib LUA_MODULE_DIR=/usr/local/openresty/lualib CJSON_CFLAGS="-g -fpic" CC=cc cd $OPENRESTY_BUILD_DIR/lua-redis-parser-0.10 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CC=cc cd $OPENRESTY_BUILD_DIR/lua-rds-parser-0.05 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CC=cc cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install: all - cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150223 && $(MAKE) install TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$(DESTDIR) + cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150622 && $(MAKE) install TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$(DESTDIR) cd $OPENRESTY_BUILD_DIR/lua-cjson-2.1.0.2 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/usr/local/openresty/lualib LUA_MODULE_DIR=/usr/local/openresty/lualib CJSON_CFLAGS="-g -fpic" CC=cc cd $OPENRESTY_BUILD_DIR/lua-redis-parser-0.10 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CC=cc cd $OPENRESTY_BUILD_DIR/lua-rds-parser-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CC=cc @@ -2995,7 +2997,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -3021,22 +3023,22 @@ cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ --with-cc-opt='-O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ --add-module=/path/to/some/module --add-module=$OPENRESTY_DIR/../some/module --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -3067,7 +3069,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -3093,22 +3095,22 @@ cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ --with-cc-opt='-O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ --with-openssl=$OPENRESTY_DIR/../some/module --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -3139,7 +3141,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -3165,22 +3167,22 @@ cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ --with-cc-opt='-O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -3210,7 +3212,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -3236,22 +3238,22 @@ cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ --with-cc-opt='-O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -3281,7 +3283,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -3297,7 +3299,7 @@ clean: platform: linux (linux) cp -rp bundle/ build cd build -cd LuaJIT-2.1-20150223 +cd LuaJIT-2.1-20150622 gmake TARGET_STRIP=@: CCDEBUG=-g XCFLAGS='-DLUAJIT_USE_VALGRIND' CC=cc PREFIX=/usr/local/openresty/luajit gmake install TARGET_STRIP=@: CCDEBUG=-g XCFLAGS='-DLUAJIT_USE_VALGRIND' CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$OPENRESTY_BUILD_DIR/luajit-root export LUAJIT_LIB='$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/lib' @@ -3305,25 +3307,25 @@ export LUAJIT_INC='$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/i cd .. cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ - --with-cc-opt='-I$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -O2' \ + --with-cc-opt='-O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ - --with-ld-opt='-Wl,-rpath,/usr/local/openresty/luajit/lib -L$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/lib' \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ + --with-ld-opt='-Wl,-rpath,/usr/local/openresty/luajit/lib' \ --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -3334,14 +3336,14 @@ Type the following commands to build and install: .PHONY: all install clean all: - cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150223 && $(MAKE) TARGET_STRIP=@: CCDEBUG=-g XCFLAGS='-DLUAJIT_USE_VALGRIND' CC=cc PREFIX=/usr/local/openresty/luajit + cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150622 && $(MAKE) TARGET_STRIP=@: CCDEBUG=-g XCFLAGS='-DLUAJIT_USE_VALGRIND' CC=cc PREFIX=/usr/local/openresty/luajit cd $OPENRESTY_BUILD_DIR/lua-cjson-2.1.0.2 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/usr/local/openresty/lualib LUA_MODULE_DIR=/usr/local/openresty/lualib CJSON_CFLAGS="-g -fpic" CC=cc cd $OPENRESTY_BUILD_DIR/lua-redis-parser-0.10 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CC=cc cd $OPENRESTY_BUILD_DIR/lua-rds-parser-0.05 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CC=cc cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install: all - cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150223 && $(MAKE) install TARGET_STRIP=@: CCDEBUG=-g XCFLAGS='-DLUAJIT_USE_VALGRIND' CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$(DESTDIR) + cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150622 && $(MAKE) install TARGET_STRIP=@: CCDEBUG=-g XCFLAGS='-DLUAJIT_USE_VALGRIND' CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$(DESTDIR) cd $OPENRESTY_BUILD_DIR/lua-cjson-2.1.0.2 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/usr/local/openresty/lualib LUA_MODULE_DIR=/usr/local/openresty/lualib CJSON_CFLAGS="-g -fpic" CC=cc cd $OPENRESTY_BUILD_DIR/lua-redis-parser-0.10 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CC=cc cd $OPENRESTY_BUILD_DIR/lua-rds-parser-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CC=cc @@ -3354,7 +3356,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -3370,7 +3372,7 @@ clean: platform: linux (linux) cp -rp bundle/ build cd build -cd LuaJIT-2.1-20150223 +cd LuaJIT-2.1-20150622 gmake TARGET_STRIP=@: CCDEBUG=-g Q= XCFLAGS='-DLUAJIT_USE_VALGRIND -DLUA_USE_APICHECK -DLUA_USE_ASSERT' CC=cc PREFIX=/usr/local/openresty/luajit gmake install TARGET_STRIP=@: CCDEBUG=-g Q= XCFLAGS='-DLUAJIT_USE_VALGRIND -DLUA_USE_APICHECK -DLUA_USE_ASSERT' CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$OPENRESTY_BUILD_DIR/luajit-root export LUAJIT_LIB='$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/lib' @@ -3379,25 +3381,25 @@ cd .. cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ --with-debug \ - --with-cc-opt='-I$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -DNGX_LUA_USE_ASSERT -DNGX_LUA_ABORT_AT_PANIC -O2' \ + --with-cc-opt='-DNGX_LUA_USE_ASSERT -DNGX_LUA_ABORT_AT_PANIC -O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ - --with-ld-opt='-Wl,-rpath,/usr/local/openresty/luajit/lib -L$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/lib' \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ + --with-ld-opt='-Wl,-rpath,/usr/local/openresty/luajit/lib' \ --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -3408,14 +3410,14 @@ Type the following commands to build and install: .PHONY: all install clean all: - cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150223 && $(MAKE) TARGET_STRIP=@: CCDEBUG=-g Q= XCFLAGS='-DLUAJIT_USE_VALGRIND -DLUA_USE_APICHECK -DLUA_USE_ASSERT' CC=cc PREFIX=/usr/local/openresty/luajit + cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150622 && $(MAKE) TARGET_STRIP=@: CCDEBUG=-g Q= XCFLAGS='-DLUAJIT_USE_VALGRIND -DLUA_USE_APICHECK -DLUA_USE_ASSERT' CC=cc PREFIX=/usr/local/openresty/luajit cd $OPENRESTY_BUILD_DIR/lua-cjson-2.1.0.2 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/usr/local/openresty/lualib LUA_MODULE_DIR=/usr/local/openresty/lualib CJSON_CFLAGS="-g -O -fpic" CC=cc cd $OPENRESTY_BUILD_DIR/lua-redis-parser-0.10 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CFLAGS="-g -O -Wall" CC=cc cd $OPENRESTY_BUILD_DIR/lua-rds-parser-0.05 && $(MAKE) DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CFLAGS="-g -O -Wall" CC=cc cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install: all - cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150223 && $(MAKE) install TARGET_STRIP=@: CCDEBUG=-g Q= XCFLAGS='-DLUAJIT_USE_VALGRIND -DLUA_USE_APICHECK -DLUA_USE_ASSERT' CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$(DESTDIR) + cd $OPENRESTY_BUILD_DIR/LuaJIT-2.1-20150622 && $(MAKE) install TARGET_STRIP=@: CCDEBUG=-g Q= XCFLAGS='-DLUAJIT_USE_VALGRIND -DLUA_USE_APICHECK -DLUA_USE_ASSERT' CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=$(DESTDIR) cd $OPENRESTY_BUILD_DIR/lua-cjson-2.1.0.2 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/usr/local/openresty/lualib LUA_MODULE_DIR=/usr/local/openresty/lualib CJSON_CFLAGS="-g -O -fpic" CC=cc cd $OPENRESTY_BUILD_DIR/lua-redis-parser-0.10 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CFLAGS="-g -O -Wall" CC=cc cd $OPENRESTY_BUILD_DIR/lua-rds-parser-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_INCLUDE_DIR=$OPENRESTY_BUILD_DIR/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CFLAGS="-g -O -Wall" CC=cc @@ -3428,7 +3430,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -3454,22 +3456,22 @@ cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ --with-cc-opt='-O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ --with-pcre=$OPENRESTY_DIR/../some/module --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -3500,7 +3502,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -3526,22 +3528,22 @@ cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ --with-cc-opt='-O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ --with-zlib=$OPENRESTY_DIR/../some/module --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -3572,7 +3574,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -3598,22 +3600,22 @@ cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ --with-cc-opt='-O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ --with-md5=$OPENRESTY_DIR/../some/module --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -3644,7 +3646,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -3670,22 +3672,22 @@ cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ --with-cc-opt='-O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ --with-sha1=$OPENRESTY_DIR/../some/module --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -3716,7 +3718,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -3742,22 +3744,22 @@ cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ --with-cc-opt='-O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ --with-libatomic=$OPENRESTY_DIR/../some/module --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -3788,7 +3790,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) @@ -3814,22 +3816,22 @@ cd nginx-1.7.10 sh ./configure --prefix=/usr/local/openresty/nginx \ --with-cc-opt='-O2' \ --add-module=../ngx_devel_kit-0.2.19 \ - --add-module=../echo-nginx-module-0.57 \ - --add-module=../xss-nginx-module-0.04 \ - --add-module=../ngx_coolkit-0.2rc2 \ - --add-module=../set-misc-nginx-module-0.28 \ - --add-module=../form-input-nginx-module-0.10 \ - --add-module=../encrypted-session-nginx-module-0.03 \ - --add-module=../srcache-nginx-module-0.29 \ - --add-module=../ngx_lua-0.9.15 \ - --add-module=../ngx_lua_upstream-0.02 \ - --add-module=../headers-more-nginx-module-0.25 \ - --add-module=../array-var-nginx-module-0.03 \ - --add-module=../memc-nginx-module-0.15 \ - --add-module=../redis2-nginx-module-0.11 \ + --add-module=../echo-nginx-module-0.58 \ + --add-module=../xss-nginx-module-0.05 \ + --add-module=../ngx_coolkit-0.2rc3 \ + --add-module=../set-misc-nginx-module-0.29 \ + --add-module=../form-input-nginx-module-0.11 \ + --add-module=../encrypted-session-nginx-module-0.04 \ + --add-module=../srcache-nginx-module-0.30 \ + --add-module=../ngx_lua-0.9.16 \ + --add-module=../ngx_lua_upstream-0.03 \ + --add-module=../headers-more-nginx-module-0.26 \ + --add-module=../array-var-nginx-module-0.04 \ + --add-module=../memc-nginx-module-0.16 \ + --add-module=../redis2-nginx-module-0.12 \ --add-module=../redis-nginx-module-0.3.7 \ - --add-module=../rds-json-nginx-module-0.13 \ - --add-module=../rds-csv-nginx-module-0.05 \ + --add-module=../rds-json-nginx-module-0.14 \ + --add-module=../rds-csv-nginx-module-0.06 \ --with-http_ssl_module cd ../.. Type the following commands to build and install: @@ -3859,7 +3861,7 @@ install: all cd $OPENRESTY_BUILD_DIR/lua-resty-websocket-0.05 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lock-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-lrucache-0.04 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install - cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.0 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install + cd $OPENRESTY_BUILD_DIR/lua-resty-core-0.1.1 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/lua-resty-upstream-healthcheck-0.03 && $(MAKE) install DESTDIR=$(DESTDIR) LUA_LIB_DIR=/usr/local/openresty/lualib INSTALL=$OPENRESTY_BUILD_DIR/install cd $OPENRESTY_BUILD_DIR/resty-cli-0.02 && $OPENRESTY_BUILD_DIR/install resty $(DESTDIR)//usr/local/openresty/bin/ cd $OPENRESTY_BUILD_DIR/nginx-1.7.10 && $(MAKE) install DESTDIR=$(DESTDIR) diff --git a/util/fix-tests b/util/fix-tests index 1e3b846..9db314c 100755 --- a/util/fix-tests +++ b/util/fix-tests @@ -75,7 +75,7 @@ for my $t_file (@t_files) { close $in; } -print join("\n", map { /^LuaJIT/ ? "* ~$_" : "* $_" } sort @dirs), "\n"; +#print join("\n", map { /^LuaJIT/ ? "* ~$_" : "* $_" } sort @dirs), "\n"; sub cd ($) { my $dir = shift;