From b74212bb157af65ce3481a0ef946504bb46a6ce4 Mon Sep 17 00:00:00 2001 From: Zhefeng C <38037704+catbro666@users.noreply.github.com> Date: Thu, 7 Sep 2023 18:27:00 +0800 Subject: [PATCH] chore(deps): bump resty.openssl from 0.8.23 to 0.8.25 (#11518) * 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) * add changelog file * Update CHANGELOG/unreleased/kong/11518.yaml Co-authored-by: Chrono --------- Co-authored-by: Chrono --- CHANGELOG/unreleased/kong/11518.yaml | 7 +++++++ kong-3.5.0-0.rockspec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 000000000000..ee8e504f20bb --- /dev/null +++ b/CHANGELOG/unreleased/kong/11518.yaml @@ -0,0 +1,7 @@ +message: "Bumped resty.openssl from 0.8.23 to 0.8.25" +type: dependency +scope: Core +prs: + - 11518 +jiras: + - "FTI-5324" diff --git a/kong-3.5.0-0.rockspec b/kong-3.5.0-0.rockspec index 92e63fda7e6f..00a77ead0fd0 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",