From e7e4dc23f7325a5da4eeabcb56a924ad06a5ae7e Mon Sep 17 00:00:00 2001 From: Zhefeng Chen Date: Thu, 7 Sep 2023 11:48:15 +0800 Subject: [PATCH 1/3] chore(deps): bump resty.openssl from 0.8.23 to 0.8.25 - **pkey:** clear error stack when verification fails ([#121](https://github.com/fffonion/lua-resty-openssl/issues/121)) [6e58b28](https://github.com/fffonion/lua-resty-openssl/commit/6e58b28c3d42560631e0c8351befa1434b6fc542) - **ssl:** support ngx_lua 10025 [abaa66e](https://github.com/fffonion/lua-resty-openssl/commit/abaa66ee07ce734580fd29ec6032157c998f6346) FIx [FTI-5324](https://konghq.atlassian.net/browse/FTI-5324) --- kong-3.5.0-0.rockspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kong-3.5.0-0.rockspec b/kong-3.5.0-0.rockspec index 92e63fda7e6..00a77ead0fd 100644 --- a/kong-3.5.0-0.rockspec +++ b/kong-3.5.0-0.rockspec @@ -34,7 +34,7 @@ dependencies = { "lua-resty-healthcheck == 1.6.3", "lua-messagepack == 0.5.2", "lua-resty-aws == 1.3.1", - "lua-resty-openssl == 0.8.23", + "lua-resty-openssl == 0.8.25", "lua-resty-counter == 0.2.1", "lua-resty-ipmatcher == 0.6.1", "lua-resty-acme == 0.11.0", From 27c3a009a48f4a1de1df0fcff0603dfe59df31bb Mon Sep 17 00:00:00 2001 From: Zhefeng Chen Date: Thu, 7 Sep 2023 11:55:26 +0800 Subject: [PATCH 2/3] add changelog file --- CHANGELOG/unreleased/kong/11518.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CHANGELOG/unreleased/kong/11518.yaml diff --git a/CHANGELOG/unreleased/kong/11518.yaml b/CHANGELOG/unreleased/kong/11518.yaml new file mode 100644 index 00000000000..939cae3e1ce --- /dev/null +++ b/CHANGELOG/unreleased/kong/11518.yaml @@ -0,0 +1,7 @@ +message: "bump resty.openssl from 0.8.23 to 0.8.25" +type: dependency +scope: Core +prs: + - 11518 +jiras: + - "FTI-5324" From 9ef1fa81d4dc9b3dda2b3cc827a66630c8e493dd Mon Sep 17 00:00:00 2001 From: Zhefeng C <38037704+catbro666@users.noreply.github.com> Date: Thu, 7 Sep 2023 16:49:41 +0800 Subject: [PATCH 3/3] Update CHANGELOG/unreleased/kong/11518.yaml Co-authored-by: Chrono --- CHANGELOG/unreleased/kong/11518.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG/unreleased/kong/11518.yaml b/CHANGELOG/unreleased/kong/11518.yaml index 939cae3e1ce..ee8e504f20b 100644 --- a/CHANGELOG/unreleased/kong/11518.yaml +++ b/CHANGELOG/unreleased/kong/11518.yaml @@ -1,4 +1,4 @@ -message: "bump resty.openssl from 0.8.23 to 0.8.25" +message: "Bumped resty.openssl from 0.8.23 to 0.8.25" type: dependency scope: Core prs: