Skip to content

Commit

Permalink
chore(deps): bump openssl to 3.2.2
Browse files Browse the repository at this point in the history
### Summary

- Fixed unbounded memory growth with session handling in TLSv1.3

Signed-off-by: Aapo Talvensaari <[email protected]>
  • Loading branch information
bungle committed Aug 5, 2024
1 parent 7783b60 commit 015ec89
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .requirements
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ OPENRESTY=1.25.3.1
OPENRESTY_SHA256=32ec1a253a5a13250355a075fe65b7d63ec45c560bbe213350f0992a57cd79df
LUAROCKS=3.11.1
LUAROCKS_SHA256=c3fb3d960dffb2b2fe9de7e3cb004dc4d0b34bb3d342578af84f84325c669102
OPENSSL=3.2.1
OPENSSL_SHA256=83c7329fe52c850677d75e5d0b0ca245309b97e8ecbcfdc1dfdc4ab9fac35b39
OPENSSL=3.2.2
OPENSSL_SHA256=197149c18d9e9f292c43f0400acaba12e5f52cacfe050f3d199277ea738ec2e7
PCRE=10.43
PCRE_SHA256=889d16be5abb8d05400b33c25e151638b8d4bac0e2d9c76e9d6923118ae8a34e
LIBEXPAT=2.6.2
Expand Down
1 change: 0 additions & 1 deletion build/openresty/openssl/openssl_repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@ def openssl_repositories():
strip_prefix = "openssl-" + version,
urls = [
"https://github.com/openssl/openssl/releases/download/openssl-" + version + "/openssl-" + version + ".tar.gz",
"https://openssl.org/source/old/3.1/openssl-" + version + ".tar.gz",
],
)
2 changes: 2 additions & 0 deletions changelog/unreleased/kong/bump_openssl.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
message: "Bumped OpenSSL to 3.2.2"
type: breaking_change
3 changes: 1 addition & 2 deletions scripts/explain_manifest/fixtures/amazonlinux-2-amd64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
- lua-resty-lmdb
- ngx_brotli
- ngx_wasmx_module
OpenSSL : OpenSSL 3.2.1 30 Jan 2024
OpenSSL : OpenSSL 3.2.2 4 Jun 2024
DWARF : True
DWARF - ngx_http_request_t related DWARF DIEs: True

Expand All @@ -211,4 +211,3 @@
- libdl.so.2
- libc.so.6
- ld-linux-x86-64.so.2

Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
- lua-resty-lmdb
- ngx_brotli
- ngx_wasmx_module
OpenSSL : OpenSSL 3.2.1 30 Jan 2024
OpenSSL : OpenSSL 3.2.2 4 Jun 2024
DWARF : True
DWARF - ngx_http_request_t related DWARF DIEs: True

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
- lua-resty-events
- lua-resty-lmdb
- ngx_wasmx_module
OpenSSL : OpenSSL 3.2.1 30 Jan 2024
OpenSSL : OpenSSL 3.2.2 4 Jun 2024
DWARF : True
DWARF - ngx_http_request_t related DWARF DIEs: True

Expand Down
2 changes: 1 addition & 1 deletion scripts/explain_manifest/fixtures/debian-11-amd64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
- lua-resty-lmdb
- ngx_brotli
- ngx_wasmx_module
OpenSSL : OpenSSL 3.2.1 30 Jan 2024
OpenSSL : OpenSSL 3.2.2 4 Jun 2024
DWARF : True
DWARF - ngx_http_request_t related DWARF DIEs: True

Expand Down
2 changes: 1 addition & 1 deletion scripts/explain_manifest/fixtures/debian-12-amd64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
- lua-resty-lmdb
- ngx_brotli
- ngx_wasmx_module
OpenSSL : OpenSSL 3.2.1 30 Jan 2024
OpenSSL : OpenSSL 3.2.2 4 Jun 2024
DWARF : True
DWARF - ngx_http_request_t related DWARF DIEs: True

Expand Down
2 changes: 1 addition & 1 deletion scripts/explain_manifest/fixtures/el8-amd64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
- lua-resty-lmdb
- ngx_brotli
- ngx_wasmx_module
OpenSSL : OpenSSL 3.2.1 30 Jan 2024
OpenSSL : OpenSSL 3.2.2 4 Jun 2024
DWARF : True
DWARF - ngx_http_request_t related DWARF DIEs: True

Expand Down
2 changes: 1 addition & 1 deletion scripts/explain_manifest/fixtures/el9-amd64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
- lua-resty-lmdb
- ngx_brotli
- ngx_wasmx_module
OpenSSL : OpenSSL 3.2.1 30 Jan 2024
OpenSSL : OpenSSL 3.2.2 4 Jun 2024
DWARF : True
DWARF - ngx_http_request_t related DWARF DIEs: True

Expand Down
2 changes: 1 addition & 1 deletion scripts/explain_manifest/fixtures/el9-arm64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
- lua-resty-events
- lua-resty-lmdb
- ngx_wasmx_module
OpenSSL : OpenSSL 3.2.1 30 Jan 2024
OpenSSL : OpenSSL 3.2.2 4 Jun 2024
DWARF : True
DWARF - ngx_http_request_t related DWARF DIEs: True

Expand Down
2 changes: 1 addition & 1 deletion scripts/explain_manifest/fixtures/ubuntu-20.04-amd64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
- lua-resty-lmdb
- ngx_brotli
- ngx_wasmx_module
OpenSSL : OpenSSL 3.2.1 30 Jan 2024
OpenSSL : OpenSSL 3.2.2 4 Jun 2024
DWARF : True
DWARF - ngx_http_request_t related DWARF DIEs: True

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 @@ -182,7 +182,7 @@
- lua-resty-lmdb
- ngx_brotli
- ngx_wasmx_module
OpenSSL : OpenSSL 3.2.1 30 Jan 2024
OpenSSL : OpenSSL 3.2.2 4 Jun 2024
DWARF : True
DWARF - ngx_http_request_t related DWARF DIEs: True

Expand Down
2 changes: 1 addition & 1 deletion scripts/explain_manifest/fixtures/ubuntu-22.04-arm64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
- lua-resty-lmdb
- ngx_brotli
- ngx_wasmx_module
OpenSSL : OpenSSL 3.2.1 30 Jan 2024
OpenSSL : OpenSSL 3.2.2 4 Jun 2024
DWARF : True
DWARF - ngx_http_request_t related DWARF DIEs: True

Expand Down

0 comments on commit 015ec89

Please sign in to comment.