mirror of
				https://github.com/openresty/openresty.git
				synced 2024-10-13 00:29:41 +00:00 
			
		
		
		
	upgraded ngx_lua to 0.10.21rc1, ngx_stream_lua to 0.0.11rc1, lua-resty-core to 0.1.23rc1, ... (#795)
luajit to 2.1-20211210, lua-resty-websocket to 0.09rc1, lua-resty-redis to 0.30rc1, lua-resty-limit-traffic to 0.08rc1, lua-resty-mysql to 0.25rc1, set-misc-nginx-module to 0.33, encrypted-session-nginx-module to 0.09, lua-resty-string to 0.15, lua-cjson to 2.1.0.10rc1
This commit is contained in:
		
							
								
								
									
										1732
									
								
								t/000-sanity.t
									
									
									
									
									
								
							
							
						
						
									
										1732
									
								
								t/000-sanity.t
									
									
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @ -547,7 +547,7 @@ mv vision5-ngx_devel_kit-* ngx_devel_kit-$ver || exit 1 | ||||
|  | ||||
| ################################# | ||||
|  | ||||
| ver=0.32 | ||||
| ver=0.33 | ||||
| $root/util/get-tarball "https://github.com/openresty/set-misc-nginx-module/tarball/v$ver" -O set-misc-nginx-module-$ver.tar.gz || exit 1 | ||||
| tar -xzf set-misc-nginx-module-$ver.tar.gz || exit 1 | ||||
| mv openresty-set-misc-nginx-module-* set-misc-nginx-module-$ver || exit 1 | ||||
| @ -582,7 +582,7 @@ mv openresty-drizzle-nginx-module-* drizzle-nginx-module-$ver || exit 1 | ||||
|  | ||||
| ################################# | ||||
|  | ||||
| ver=0.10.20 | ||||
| ver=0.10.21rc1 | ||||
| $root/util/get-tarball "https://github.com/openresty/lua-nginx-module/archive/v$ver.tar.gz" -O lua-nginx-module-$ver.tar.gz || exit 1 | ||||
| tar -xzf lua-nginx-module-$ver.tar.gz || exit 1 | ||||
| mv lua-nginx-module-$ver ngx_lua-$ver || exit 1 | ||||
| @ -596,7 +596,7 @@ mv openresty-lua-upstream-nginx-module-* ngx_lua_upstream-$ver || exit 1 | ||||
|  | ||||
| ################################# | ||||
|  | ||||
| ver=0.0.10 | ||||
| ver=0.0.11rc1 | ||||
| $root/util/get-tarball "https://github.com/openresty/stream-lua-nginx-module/tarball/v$ver" -O stream-lua-nginx-module-$ver.tar.gz || exit 1 | ||||
| tar -xzf stream-lua-nginx-module-$ver.tar.gz || exit 1 | ||||
| mv openresty-stream-lua-nginx-module-* ngx_stream_lua-$ver || exit 1 | ||||
| @ -638,7 +638,7 @@ mv calio-iconv-nginx-module-* iconv-nginx-module-$ver || exit 1 | ||||
|  | ||||
| ################################# | ||||
|  | ||||
| ver=0.08 | ||||
| ver=0.09 | ||||
| $root/util/get-tarball "https://github.com/openresty/encrypted-session-nginx-module/tarball/v$ver" -O encrypted-session-nginx-module-$ver.tar.gz || exit 1 | ||||
| tar -xzf encrypted-session-nginx-module-$ver.tar.gz || exit 1 | ||||
| mv openresty-encrypted-session-nginx-module-* encrypted-session-nginx-module-$ver || exit 1 | ||||
| @ -707,7 +707,7 @@ mv openresty-opm-* opm-$ver || exit 1 | ||||
|  | ||||
| ################################# | ||||
|  | ||||
| ver=2.1-20210510 | ||||
| ver=2.1-20211210 | ||||
| $root/util/get-tarball "https://github.com/openresty/luajit2/archive/v$ver.tar.gz" -O "LuaJIT-$ver.tar.gz" || exit 1 | ||||
| tar -xzf LuaJIT-$ver.tar.gz || exit 1 | ||||
| mv luajit2-* LuaJIT-$ver || exit 1 | ||||
| @ -720,7 +720,7 @@ cd .. || exit 1 | ||||
|  | ||||
| ################################# | ||||
|  | ||||
| ver=2.1.0.8 | ||||
| ver=2.1.0.10rc1 | ||||
| $root/util/get-tarball "https://github.com/openresty/lua-cjson/archive/$ver.tar.gz" -O "lua-cjson-$ver.tar.gz" || exit 1 | ||||
| tar -xzf lua-cjson-$ver.tar.gz || exit 1 | ||||
|  | ||||
| @ -765,14 +765,14 @@ cd .. | ||||
|  | ||||
| ################################# | ||||
|  | ||||
| ver=0.29 | ||||
| ver=0.30rc1 | ||||
| $root/util/get-tarball "https://github.com/openresty/lua-resty-redis/tarball/v$ver" -O "lua-resty-redis-$ver.tar.gz" || exit 1 | ||||
| tar -xzf lua-resty-redis-$ver.tar.gz || exit 1 | ||||
| mv openresty-lua-resty-redis-* lua-resty-redis-$ver || exit 1 | ||||
|  | ||||
| ################################# | ||||
|  | ||||
| ver=0.24 | ||||
| ver=0.25rc1 | ||||
| $root/util/get-tarball "https://github.com/openresty/lua-resty-mysql/tarball/v$ver" -O "lua-resty-mysql-$ver.tar.gz" || exit 1 | ||||
| tar -xzf lua-resty-mysql-$ver.tar.gz || exit 1 | ||||
| mv openresty-lua-resty-mysql-* lua-resty-mysql-$ver || exit 1 | ||||
| @ -783,7 +783,7 @@ cd .. | ||||
|  | ||||
| ################################# | ||||
|  | ||||
| ver=0.07 | ||||
| ver=0.08rc1 | ||||
| $root/util/get-tarball "https://github.com/openresty/lua-resty-limit-traffic/tarball/v$ver" -O "lua-resty-limit-traffic-$ver.tar.gz" || exit 1 | ||||
| tar -xzf lua-resty-limit-traffic-$ver.tar.gz || exit 1 | ||||
| mv openresty-lua-resty-limit-traffic-* lua-resty-limit-traffic-$ver || exit 1 | ||||
| @ -805,7 +805,7 @@ cd .. | ||||
|  | ||||
| ################################# | ||||
|  | ||||
| ver=0.14 | ||||
| ver=0.15 | ||||
| $root/util/get-tarball "https://github.com/openresty/lua-resty-string/tarball/v$ver" -O "lua-resty-string-$ver.tar.gz" || exit 1 | ||||
| tar -xzf lua-resty-string-$ver.tar.gz || exit 1 | ||||
| mv openresty-lua-resty-string-* lua-resty-string-$ver || exit 1 | ||||
| @ -816,7 +816,7 @@ cd .. | ||||
|  | ||||
| ################################# | ||||
|  | ||||
| ver=0.08 | ||||
| ver=0.09rc1 | ||||
| $root/util/get-tarball "https://github.com/openresty/lua-resty-websocket/tarball/v$ver" -O "lua-resty-websocket-$ver.tar.gz" || exit 1 | ||||
| tar -xzf lua-resty-websocket-$ver.tar.gz || exit 1 | ||||
| mv openresty-lua-resty-websocket-* lua-resty-websocket-$ver || exit 1 | ||||
| @ -849,7 +849,7 @@ cd .. | ||||
|  | ||||
| ################################# | ||||
|  | ||||
| ver=0.1.22 | ||||
| ver=0.1.23rc1 | ||||
| $root/util/get-tarball "https://github.com/openresty/lua-resty-core/tarball/v$ver" -O "lua-resty-core-$ver.tar.gz" || exit 1 | ||||
| tar -xzf lua-resty-core-$ver.tar.gz || exit 1 | ||||
| mv openresty-lua-resty-core-* lua-resty-core-$ver || exit 1 | ||||
|  | ||||
		Reference in New Issue
	
	Block a user