Skip to content

Commit

Permalink
chore(deps): bump openresty from 1.21.4.2 to 1.21.4.3 (#11952)
Browse files Browse the repository at this point in the history
### Summary

- bugfix: applied the patch for security advisory to NGINX cores. (CVE-2023-44487).

Kong already had the patch, but well, now that it is packaged, we can remove ours,
and get to the latest OpenResty

KAG-3033

Signed-off-by: Aapo Talvensaari <[email protected]>
  • Loading branch information
bungle authored and samugi committed Nov 15, 2023
1 parent 8dbfd7c commit a94ecb7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 62 deletions.
2 changes: 1 addition & 1 deletion .requirements
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
KONG_PACKAGE_NAME=kong

OPENRESTY=1.21.4.2
OPENRESTY=1.21.4.3
LUAROCKS=3.9.2
OPENSSL=3.1.4
PCRE=8.45
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion build/openresty/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def openresty_repositories():
openresty_http_archive_wrapper,
name = "openresty",
build_file = "//build/openresty:BUILD.openresty.bazel",
sha256 = "5b1eded25c1d4ed76c0336dfae50bd94d187af9c85ead244135dd5ae363b2e2a",
sha256 = "33a84c63cfd9e46b0e5c62eb2ddc7b8068bda2e1686314343b89fc3ffd24cdd3",
strip_prefix = "openresty-" + openresty_version,
urls = [
"https://openresty.org/download/openresty-" + openresty_version + ".tar.gz",
Expand Down
3 changes: 3 additions & 0 deletions changelog/unreleased/kong/bump-openresty-1.21.4.3.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
message: "Bumped OpenResty from 1.21.4.1 to 1.21.4.3"
type: dependency
scope: Core
6 changes: 0 additions & 6 deletions changelog/unreleased/kong/bump_openresty.yml

This file was deleted.

2 changes: 1 addition & 1 deletion kong/meta.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ return {
-- third-party dependencies' required version, as they would be specified
-- to lua-version's `set()` in the form {from, to}
_DEPENDENCIES = {
nginx = { "1.21.4.2" },
nginx = { "1.21.4.3" },
}
}

0 comments on commit a94ecb7

Please sign in to comment.