Skip to content

Commit 36568f8

Browse files
committed
chore(deps): bump lua-resty-openssl to 1.7.1
1 parent 698e709 commit 36568f8

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1717
- Update luarocks to v3.12.0 [PR #1555](https://github.com/3scale/APIcast/pull/1555)
1818
- Update base image to ubi9-minimal [PR #1566](https://github.com/3scale/APIcast/pull/1566) [THREESCALE-11901](https://issues.redhat.com/browse/THREESCALE-11901)
1919
- Bump penlight to 1.15.0 [PR #1578](https://github.com/3scale/APIcast/pull/1578)
20+
- Bump lua-resty-openssl to 1.7.1 [PR #1580](https://github.com/3scale/APIcast/pull/1580)
2021

2122
### Removed
2223

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/man
5454
RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/hamish/lua-resty-iputils-0.3.0-1.src.rock
5555
RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/golgote/net-url-0.9-1.src.rock
5656
RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/membphis/lua-resty-ipmatcher-0.6.1-0.src.rock
57-
RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/fffonion/lua-resty-openssl-1.5.1-1.src.rock
57+
RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/fffonion/lua-resty-openssl-1.7.1-1.src.rock
5858
RUN luarocks install --deps-mode=none --tree /usr/local https://luarocks.org/manifests/tkan145/lua-resty-jwt-0.2.4-0.src.rock
5959

6060
RUN microdnf -y remove yum-utils luarocks \

gateway/Roverfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ lua-resty-ipmatcher 0.6.1-0|62d4c44d67227e8f3fe02331c2f8b90fe0d7ccd1|production
1414
lua-resty-iputils 0.3.0-2|6110b41eaa52efd25e56f89e34412ab95f700d57|production
1515
lua-resty-jit-uuid 0.0.7-2|64ae38de75c9d58f330d89e140ac872771c19223|production
1616
lua-resty-jwt 0.2.3-0|b3d5c085643fa95099e72a609c57095802106ff9|production
17-
lua-resty-openssl 1.5.1-1|a900c5f5897448c181dd58073e51cdeeb3fd0029|production
17+
lua-resty-openssl 1.7.1-1||production
1818
lua-resty-repl 0.0.6-0|3878f41b7e8f97b1c96919db19dbee9496569dda|development
1919
lua-resty-url 0.3.5-1||production
2020
lua-term 0.8-1||testing

gateway/apicast-scm-1.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = {
2424
'nginx-lua-prometheus == 0.20181120',
2525
'lua-resty-jit-uuid',
2626
'lua-resty-ipmatcher',
27-
'lua-resty-openssl'
27+
'lua-resty-openssl == 1.7.1'
2828
}
2929
build = {
3030
type = "make",

0 commit comments

Comments
 (0)