Skip to content

Commit

Permalink
chore(deps) bump luasec from 1.2.0 to 1.3.1 (#10528)
Browse files Browse the repository at this point in the history
### Summary

#### LuaSec 1.3.1

* Fix: check if PSK is available

#### LuaSec 1.3.0

* Add :getlocalchain() + :getlocalcertificate() to mirror the peer methods (@mwild1)
* Add Pre-Shared Key (PSK) support (@jclab-joseph)

Signed-off-by: Aapo Talvensaari <aapo.talvensaari@gmail.com>
  • Loading branch information
bungle authored Mar 21, 2023
1 parent e6228e5 commit e180699
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@
- Bumped lua-resty-openssl from 0.8.17 to 0.8.20
[#10463](https://github.com/Kong/kong/pull/10463)
[#10476](https://github.com/Kong/kong/pull/10476)
- Bumped LuaSec from 1.2.0 to 1.3.1
[#10528](https://github.com/Kong/kong/pull/10528)

## 3.2.0

Expand Down
2 changes: 1 addition & 1 deletion kong-3.2.1-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description = {
}
dependencies = {
"inspect == 3.1.3",
"luasec == 1.2.0",
"luasec == 1.3.1",
"luasocket == 3.0-rc1",
"penlight == 1.13.1",
"lua-resty-http ~> 0.17",
Expand Down
2 changes: 1 addition & 1 deletion scripts/explain_manifest/fixtures/ubuntu-22.04-amd64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
- libc.so.6
Runpath : /usr/local/kong/lib
Version Requirement:
- libc.so.6 (GLIBC_2.2.5, GLIBC_2.4)
- libc.so.6 (GLIBC_2.14, GLIBC_2.2.5, GLIBC_2.4)
- libcrypto.so.1.1 (OPENSSL_1_1_0)
- libssl.so.1.1 (OPENSSL_1_1_0, OPENSSL_1_1_1)

Expand Down

1 comment on commit e180699

@khcp-gha-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:e1806994d6519e47d51686ebe149ac9a901666b5
Artifacts available https://github.com/Kong/kong/actions/runs/4479264802

Please sign in to comment.