From c09fbe8a2d4f306895553030e6f02227c6526f95 Mon Sep 17 00:00:00 2001 From: Aapo Talvensaari Date: Mon, 20 Mar 2023 19:32:57 +0200 Subject: [PATCH] chore(deps) bump luasec from 1.2.0 to 1.3.1 ### Summary #### LuaSec 1.3.1 * Fix: check if PSK is available #### LuaSec 1.3.0 * Add :getlocalchain() + :getlocalcertificate() to mirror the peer methods (@mwild1) * Add Pre-Shared Key (PSK) support (@jclab-joseph) Signed-off-by: Aapo Talvensaari --- CHANGELOG.md | 2 ++ kong-3.2.1-0.rockspec | 2 +- scripts/explain_manifest/fixtures/ubuntu-22.04-amd64.txt | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af3532156b0b..4f8d002fa76c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -167,6 +167,8 @@ - Bumped lua-resty-openssl from 0.8.17 to 0.8.20 [#10463](https://github.com/Kong/kong/pull/10463) [#10476](https://github.com/Kong/kong/pull/10476) +- Bumped LuaSec from 1.2.0 to 1.3.1 + [#10528](https://github.com/Kong/kong/pull/10528) ## 3.2.0 diff --git a/kong-3.2.1-0.rockspec b/kong-3.2.1-0.rockspec index cf586090e921..c8b372061bc4 100644 --- a/kong-3.2.1-0.rockspec +++ b/kong-3.2.1-0.rockspec @@ -13,7 +13,7 @@ description = { } dependencies = { "inspect == 3.1.3", - "luasec == 1.2.0", + "luasec == 1.3.1", "luasocket == 3.0-rc1", "penlight == 1.13.1", "lua-resty-http ~> 0.17", diff --git a/scripts/explain_manifest/fixtures/ubuntu-22.04-amd64.txt b/scripts/explain_manifest/fixtures/ubuntu-22.04-amd64.txt index 07d6e82a27f8..089d1d23bde4 100644 --- a/scripts/explain_manifest/fixtures/ubuntu-22.04-amd64.txt +++ b/scripts/explain_manifest/fixtures/ubuntu-22.04-amd64.txt @@ -129,7 +129,7 @@ - libc.so.6 Runpath : /usr/local/kong/lib Version Requirement: - - libc.so.6 (GLIBC_2.2.5, GLIBC_2.4) + - libc.so.6 (GLIBC_2.14, GLIBC_2.2.5, GLIBC_2.4) - libcrypto.so.1.1 (OPENSSL_1_1_0) - libssl.so.1.1 (OPENSSL_1_1_0, OPENSSL_1_1_1)