From 22d4bcc17e29fed2496d3a62e774c22438d9f923 Mon Sep 17 00:00:00 2001 From: Aapo Talvensaari Date: Wed, 19 Oct 2022 16:07:54 +0300 Subject: [PATCH] chore(deps): bump lua-resty-openssl from 0.8.10 to 0.8.13 ### Summary ### [0.8.13] - 2022-10-14 #### bug fixes - **x509.\*:** fix set_extension will fail when a extension with same NID is not exist yet ([#75](https://github.com/fffonion/lua-resty-openssl/issues/75)) [b2f57b8](https://github.com/fffonion/lua-resty-openssl/commit/b2f57b860509a371ab1df71bbbc9e176e5a4d004) #### features - **x509.altname:** support set and get IP addresses ([#74](https://github.com/fffonion/lua-resty-openssl/issues/74)) [363c80d](https://github.com/fffonion/lua-resty-openssl/commit/363c80d1f2c7ba29dce268e213a9a16c9eae2953) - **x509.store:** add set_flags ([#77](https://github.com/fffonion/lua-resty-openssl/issues/77)) [8f3f16a](https://github.com/fffonion/lua-resty-openssl/commit/8f3f16a2b6d6c0f680c781f20a9e84a631da9aa5) ### [0.8.11] - 2022-10-12 #### performance improvements - **\*:** reuse cdata to improve performance [fc9cecd](https://github.com/fffonion/lua-resty-openssl/commit/fc9cecd785fc0193290cc3398d1ebbe7ae66fe15) --- CHANGELOG.md | 3 ++- kong-3.1.0-0.rockspec | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13ec178d022..5b0391542c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -129,7 +129,8 @@ - Bumped atc-router from 1.0.0 to 1.0.1 [#9558](https://github.com/Kong/kong/pull/9558) - +- Bumped lua-resty-openssl from 0.8.10 to 0.8.13 + [#](https://github.com/Kong/kong/pull/) ### Additions diff --git a/kong-3.1.0-0.rockspec b/kong-3.1.0-0.rockspec index 7caf2d238c0..974b58ad766 100644 --- a/kong-3.1.0-0.rockspec +++ b/kong-3.1.0-0.rockspec @@ -36,7 +36,7 @@ dependencies = { "lua-resty-healthcheck == 1.6.1", "lua-resty-mlcache == 2.6.0", "lua-messagepack == 0.5.2", - "lua-resty-openssl == 0.8.10", + "lua-resty-openssl == 0.8.13", "lua-resty-counter == 0.2.1", "lua-resty-ipmatcher == 0.6.1", "lua-resty-acme == 0.8.1",