Skip to content

Commit

Permalink
chore(deps): bump lua-resty-openssl to 1.5.1 (#13455)
Browse files Browse the repository at this point in the history
- chore(kdf): fix the outlen type to be size_t

Signed-off-by: Aapo Talvensaari <[email protected]>
  • Loading branch information
bungle committed Aug 19, 2024
1 parent af39226 commit 0ccd049
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .requirements
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ MSGPACK_C_SHA256=674119f1a85b5f2ecc4c7d5c2859edf50c0b05e0c10aa0df85eefa2c8c14b79
OPENSSL_FIPS_PROVIDER=3.0.9
OPENSSL_FIPS_PROVIDER_SHA256=eb1ab04781474360f77c318ab89d8c5a03abc38e63d65a603cabbf1b00a1dc90

KONGROCKS=v1.2.65
KONGROCKS=v1.2.67

# EE Debugging tools
CURL=8.9.1
Expand Down
2 changes: 1 addition & 1 deletion changelog/unreleased/kong/bump-lua-resty-openssl.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
message: Bumped lua-resty-openssl from 1.3.1 to 1.5.0
message: "Bumped lua-resty-openssl to 1.5.1."
type: dependency
scope: Core
2 changes: 1 addition & 1 deletion kong-3.8.0-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies = {
"lua-messagepack == 0.5.4",
"lua-resty-azure == 1.6.0",
"lua-resty-aws == 1.5.3",
"lua-resty-openssl == 1.5.0",
"lua-resty-openssl == 1.5.1",
"lua-resty-mail == 1.1.0",
"lua-resty-redis-connector == 0.11.0",
"kong-redis-cluster == 1.5.4",
Expand Down

0 comments on commit 0ccd049

Please sign in to comment.