From a727c1d8845e2d421e9e72b212c8151f37e0c608 Mon Sep 17 00:00:00 2001 From: An Tran Date: Tue, 19 May 2026 12:29:24 +1000 Subject: [PATCH] chore(deps): bump lua-resty-openssl to 1.7.1 --- CHANGELOG.md | 1 + Dockerfile | 2 +- gateway/Roverfile.lock | 2 +- gateway/apicast-scm-1.rockspec | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32924cdcb..20f2f053d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Update base image to ubi9-minimal [PR #1566](https://github.com/3scale/APIcast/pull/1566) [THREESCALE-11901](https://issues.redhat.com/browse/THREESCALE-11901) - Bump penlight to 1.15.0 [PR #1578](https://github.com/3scale/APIcast/pull/1578) - Bump lua-resty-jwt to 0.2.4 [PR #1579](https://github.com/3scale/APIcast/pull/1579) +- Bump lua-resty-openssl to 1.7.1 [PR #1580](https://github.com/3scale/APIcast/pull/1580) ### Removed diff --git a/Dockerfile b/Dockerfile index 9623b0d7a..9a1d38d87 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,7 +54,7 @@ RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/man RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/hamish/lua-resty-iputils-0.3.0-1.src.rock RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/golgote/net-url-0.9-1.src.rock RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/membphis/lua-resty-ipmatcher-0.6.1-0.src.rock -RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/fffonion/lua-resty-openssl-1.5.1-1.src.rock +RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/fffonion/lua-resty-openssl-1.7.1-1.src.rock RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/cdbattags/lua-resty-jwt-0.2.4-1.src.rock RUN microdnf -y remove yum-utils luarocks \ diff --git a/gateway/Roverfile.lock b/gateway/Roverfile.lock index 368b230aa..1da9525c7 100644 --- a/gateway/Roverfile.lock +++ b/gateway/Roverfile.lock @@ -14,7 +14,7 @@ lua-resty-ipmatcher 0.6.1-0|62d4c44d67227e8f3fe02331c2f8b90fe0d7ccd1|production lua-resty-iputils 0.3.0-2|6110b41eaa52efd25e56f89e34412ab95f700d57|production lua-resty-jit-uuid 0.0.7-2|64ae38de75c9d58f330d89e140ac872771c19223|production lua-resty-jwt 0.2.4-1||production -lua-resty-openssl 1.5.1-1|a900c5f5897448c181dd58073e51cdeeb3fd0029|production +lua-resty-openssl 1.7.1-1||production lua-resty-repl 0.0.6-0|3878f41b7e8f97b1c96919db19dbee9496569dda|development lua-resty-url 0.3.5-1||production lua-term 0.8-1||testing diff --git a/gateway/apicast-scm-1.rockspec b/gateway/apicast-scm-1.rockspec index f0aa78a93..2c5337302 100644 --- a/gateway/apicast-scm-1.rockspec +++ b/gateway/apicast-scm-1.rockspec @@ -24,7 +24,7 @@ dependencies = { 'nginx-lua-prometheus == 0.20181120', 'lua-resty-jit-uuid', 'lua-resty-ipmatcher', - 'lua-resty-openssl' + 'lua-resty-openssl == 1.7.1' } build = { type = "make",