Updated lua-related modules. - luajit2 to v2.1-20220411. - lua-nginx-module to 0.10.21. - lua-resty-core to 0.1.23. - stream-lua-nginx-module to 0.0.11.
diff --git a/contrib/src/lua-nginx-module/SHA512SUMS b/contrib/src/lua-nginx-module/SHA512SUMS index ab8dc61..8903fb8 100644 --- a/contrib/src/lua-nginx-module/SHA512SUMS +++ b/contrib/src/lua-nginx-module/SHA512SUMS
@@ -1 +1 @@ -f11154d82ed9e15fc156971318f8e81fd873ec887370921c58da777061caf00dfb51b2eca3afba3b82d2330f285508f9885649a993c6091e1283f9d2179d10af lua-nginx-module-0.10.20.tar.gz +c7594be48a3a5a8cc7bbda9288cb836c4c854ad22f91766dba944316d471ab8857a6b6a52813eb041af81939df73614db54ccd3ed35af87036d76317ebbe2e97 lua-nginx-module-0.10.21.tar.gz
diff --git a/contrib/src/lua-nginx-module/version b/contrib/src/lua-nginx-module/version index caf954e..33390f0 100644 --- a/contrib/src/lua-nginx-module/version +++ b/contrib/src/lua-nginx-module/version
@@ -1 +1 @@ -LUA_NGINX_MODULE_VERSION := 0.10.20 +LUA_NGINX_MODULE_VERSION := 0.10.21
diff --git a/contrib/src/lua-resty-core/SHA512SUMS b/contrib/src/lua-resty-core/SHA512SUMS index 0644c78..9dca231 100644 --- a/contrib/src/lua-resty-core/SHA512SUMS +++ b/contrib/src/lua-resty-core/SHA512SUMS
@@ -1 +1 @@ -622754730b0fb1022c05a56eb2cf98c16bf110b44bcb4b11d381ee441a9d9ac524f51a5d9a6c55890b5bc5ed81e46ae96412fc9f92f8b5d3b40b034c10a50176 lua-resty-core-0.1.22.tar.gz +eccae9705217583deca292cd2cb4b7ac03a304926257d1e62a9434c0a08d5fa31546f7d7f196b40c29cad2c560e48daa78d558a11083c9598f7e5242f6099105 lua-resty-core-0.1.23.tar.gz
diff --git a/contrib/src/lua-resty-core/version b/contrib/src/lua-resty-core/version index 022f29d..aa247f5 100644 --- a/contrib/src/lua-resty-core/version +++ b/contrib/src/lua-resty-core/version
@@ -1 +1 @@ -LUA_RESTY_CORE_VERSION := 0.1.22 +LUA_RESTY_CORE_VERSION := 0.1.23
diff --git a/contrib/src/luajit2/SHA512SUMS b/contrib/src/luajit2/SHA512SUMS index 3e1fdfa..53ec81a 100644 --- a/contrib/src/luajit2/SHA512SUMS +++ b/contrib/src/luajit2/SHA512SUMS
@@ -1 +1 @@ -808a2564d02a261a9e4c94af5ba8051a1ea271f4187f46ca58b9894d0f69e42040d603d6d1caa03812a1db092684010498601e4d33a95d3e7955497e29f48a06 luajit2-2.1-20201027.tar.gz +39eacc1691df51d903cf07e48c38c20aa6b07e3bf9efdd33693eabf25a0bbdabd0bc46c9604956645acf8b09b5751cb68798afd26547b74ad71977dc75992fc8 luajit2-2.1-20220411.tar.gz
diff --git a/contrib/src/luajit2/version b/contrib/src/luajit2/version index 0f46d87..9682c64 100644 --- a/contrib/src/luajit2/version +++ b/contrib/src/luajit2/version
@@ -1 +1 @@ -LUAJIT2_VERSION := 2.1-20201027 +LUAJIT2_VERSION := 2.1-20220411
diff --git a/contrib/src/stream-lua-nginx-module/SHA512SUMS b/contrib/src/stream-lua-nginx-module/SHA512SUMS index bc9ff00..377b15d 100644 --- a/contrib/src/stream-lua-nginx-module/SHA512SUMS +++ b/contrib/src/stream-lua-nginx-module/SHA512SUMS
@@ -1 +1 @@ -3ed04c712d73dff4617d8df45d260c5e338e6f7a12407b12417dfefb4f8a49cf1fd6e2885e4c1cf3820a2d399b85538c086b6c41ee15e100165c3c35973b19b2 stream-lua-nginx-module-0.0.10.tar.gz +e78deaf22a60a7e1068af43bb4075ed9189aee895c30f8ee986f32971f4da74784baa13c6b60240452640a533d14ed6eb4764b7ad50390562408c70493372f16 stream-lua-nginx-module-0.0.11.tar.gz
diff --git a/contrib/src/stream-lua-nginx-module/version b/contrib/src/stream-lua-nginx-module/version index 7b72bc0..91e0a54 100644 --- a/contrib/src/stream-lua-nginx-module/version +++ b/contrib/src/stream-lua-nginx-module/version
@@ -1 +1 @@ -STREAM_LUA_NGINX_MODULE_VERSION := 0.0.10 +STREAM_LUA_NGINX_MODULE_VERSION := 0.0.11
diff --git a/docs/nginx-module-lua.xml b/docs/nginx-module-lua.xml index 8c1a2d0..c5e84e1 100644 --- a/docs/nginx-module-lua.xml +++ b/docs/nginx-module-lua.xml
@@ -5,6 +5,38 @@ <change_log title="nginx_module_lua"> +<changes apply="nginx-module-lua" ver="0.10.21" rev="1" basever="1.21.6" + date="2022-06-03" time="19:45:00 +0400" + packager="Konstantin Pavlov <thresh@nginx.com>"> +<change> +<para> +LuaJIT updated to 2.1-20220411 +</para> +</change> +<change> +<para> +Lua module updated to 0.10.21 +</para> +</change> +<change> +<para> +Stream lua module updated to 0.0.11 +</para> +</change> +<change> +<para> +Lua lru cache updated to 0.11 +</para> +</change> +<change> +<para> +Lua resty core updated to 0.1.23 +</para> +</change> + +</changes> + + <changes apply="nginx-module-lua" ver="0.10.20" rev="1" basever="1.21.6" date="2022-01-25" time="18:13:46 +0300" packager="Igor Ippolitov <iippolitov@nginx.com>">