Skip to content

Commit

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

* Fix: place EAI_OVERFLOW inside macro, unbreak build on <10.7 (Sergey Fedorov)
* Fix: Expand workaround for zero errno to OpenSSL 3.0.x (Kim Alvefur)
* Fix: reset block timeout at send or receive (MartinDahlberg)

Signed-off-by: Aapo Talvensaari <[email protected]>
  • Loading branch information
bungle authored and dndx committed Sep 13, 2023
1 parent 4bdae54 commit 798911a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG/unreleased/kong/11553.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
message: "Bumped LuaSec from 1.3.1 to 1.3.2"
type: dependency
prs:
- 11553
2 changes: 1 addition & 1 deletion kong-3.5.0-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.3.1",
"luasec == 1.3.2",
"luasocket == 3.0-rc1",
"penlight == 1.13.1",
"lua-resty-http == 0.17.1",
Expand Down

1 comment on commit 798911a

@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:798911a16096dd75770bf2a70cca85566fa04722
Artifacts available https://github.com/Kong/kong/actions/runs/6167217572

Please sign in to comment.