Skip to content

Commit

Permalink
chore(deps): bump openssl from 3.1.4 to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion committed Dec 28, 2023
1 parent fac884e commit 0a77980
Show file tree
Hide file tree
Showing 19 changed files with 26 additions and 313 deletions.
2 changes: 1 addition & 1 deletion .requirements
Expand Up @@ -2,7 +2,7 @@ KONG_PACKAGE_NAME=kong

OPENRESTY=1.21.4.3
LUAROCKS=3.9.2
OPENSSL=3.1.4
OPENSSL=3.2.0
PCRE=8.45
LIBEXPAT=2.5.0

Expand Down
2 changes: 1 addition & 1 deletion build/openresty/openssl/openssl_repositories.bzl
Expand Up @@ -11,7 +11,7 @@ def openssl_repositories():
http_archive,
name = "openssl",
build_file = "//build/openresty/openssl:BUILD.bazel",
sha256 = "840af5366ab9b522bde525826be3ef0fb0af81c6a9ebd84caa600fea1731eee3",
sha256 = "14c826f07c7e433706fb5c69fa9e25dab95684844b4c962a2cf1bf183eb4690e",
strip_prefix = "openssl-" + version,
urls = [
"https://www.openssl.org/source/openssl-" + version + ".tar.gz",
Expand Down
3 changes: 3 additions & 0 deletions changelog/unreleased/kong/bump-openssl.yml
@@ -0,0 +1,3 @@
message: Bumped OpenSSL from 3.1.4 to 3.2.0
type: dependency
scope: Core
145 changes: 0 additions & 145 deletions scripts/explain_manifest/fixtures/alpine-amd64.txt

This file was deleted.

145 changes: 0 additions & 145 deletions scripts/explain_manifest/fixtures/alpine-arm64.txt

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/explain_manifest/fixtures/amazonlinux-2-amd64.txt
Expand Up @@ -202,7 +202,7 @@
- lua-resty-events
- lua-resty-lmdb
- ngx_wasm_module
OpenSSL : OpenSSL 3.1.4 24 Oct 2023
OpenSSL : OpenSSL 3.2.0 23 Nov 2023
DWARF : True
DWARF - ngx_http_request_t related DWARF DIEs: True

Expand Up @@ -188,7 +188,7 @@
- lua-resty-events
- lua-resty-lmdb
- ngx_wasm_module
OpenSSL : OpenSSL 3.1.4 24 Oct 2023
OpenSSL : OpenSSL 3.2.0 23 Nov 2023
DWARF : True
DWARF - ngx_http_request_t related DWARF DIEs: True

Expand Up @@ -170,7 +170,7 @@
- lua-resty-events
- lua-resty-lmdb
- ngx_wasm_module
OpenSSL : OpenSSL 3.1.4 24 Oct 2023
OpenSSL : OpenSSL 3.2.0 23 Nov 2023
DWARF : True
DWARF - ngx_http_request_t related DWARF DIEs: True

2 changes: 1 addition & 1 deletion scripts/explain_manifest/fixtures/debian-10-amd64.txt
Expand Up @@ -202,7 +202,7 @@
- lua-resty-events
- lua-resty-lmdb
- ngx_wasm_module
OpenSSL : OpenSSL 3.1.4 24 Oct 2023
OpenSSL : OpenSSL 3.2.0 23 Nov 2023
DWARF : True
DWARF - ngx_http_request_t related DWARF DIEs: True

2 changes: 1 addition & 1 deletion scripts/explain_manifest/fixtures/debian-11-amd64.txt
Expand Up @@ -190,7 +190,7 @@
- lua-resty-events
- lua-resty-lmdb
- ngx_wasm_module
OpenSSL : OpenSSL 3.1.4 24 Oct 2023
OpenSSL : OpenSSL 3.2.0 23 Nov 2023
DWARF : True
DWARF - ngx_http_request_t related DWARF DIEs: True

2 changes: 1 addition & 1 deletion scripts/explain_manifest/fixtures/debian-12-amd64.txt
Expand Up @@ -177,7 +177,7 @@
- lua-resty-events
- lua-resty-lmdb
- ngx_wasm_module
OpenSSL : OpenSSL 3.1.4 24 Oct 2023
OpenSSL : OpenSSL 3.2.0 23 Nov 2023
DWARF : True
DWARF - ngx_http_request_t related DWARF DIEs: True

2 changes: 1 addition & 1 deletion scripts/explain_manifest/fixtures/el7-amd64.txt
Expand Up @@ -202,7 +202,7 @@
- lua-resty-events
- lua-resty-lmdb
- ngx_wasm_module
OpenSSL : OpenSSL 3.1.4 24 Oct 2023
OpenSSL : OpenSSL 3.2.0 23 Nov 2023
DWARF : True
DWARF - ngx_http_request_t related DWARF DIEs: True

2 changes: 1 addition & 1 deletion scripts/explain_manifest/fixtures/el8-amd64.txt
Expand Up @@ -201,7 +201,7 @@
- lua-resty-events
- lua-resty-lmdb
- ngx_wasm_module
OpenSSL : OpenSSL 3.1.4 24 Oct 2023
OpenSSL : OpenSSL 3.2.0 23 Nov 2023
DWARF : True
DWARF - ngx_http_request_t related DWARF DIEs: True

2 changes: 1 addition & 1 deletion scripts/explain_manifest/fixtures/el9-amd64.txt
Expand Up @@ -188,7 +188,7 @@
- lua-resty-events
- lua-resty-lmdb
- ngx_wasm_module
OpenSSL : OpenSSL 3.1.4 24 Oct 2023
OpenSSL : OpenSSL 3.2.0 23 Nov 2023
DWARF : True
DWARF - ngx_http_request_t related DWARF DIEs: True

0 comments on commit 0a77980

Please sign in to comment.