Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump OpenSSL version to 3.1.4 #11838

Merged
merged 1 commit into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Package & Release

# The workflow to build and release official Kong packages and images.
#
# TODO:
# Do not bump the version of actions/checkout to v4 before dropping rhel7 and amazonlinux2.

on: # yamllint disable-line rule:truthy
pull_request:
Expand Down Expand Up @@ -56,7 +59,7 @@ jobs:
arch: ${{ steps.build-info.outputs.arch }}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- name: Build Info
id: build-info
run: |
Expand Down Expand Up @@ -173,7 +176,7 @@ jobs:
apt install -y wget libz-dev libssl-dev libcurl4-gnutls-dev libexpat1-dev sudo

- name: Checkout Kong source code
uses: actions/checkout@v4
uses: actions/checkout@v3

- name: Swap git with https
run: git config --global url."https://github".insteadOf git://github
Expand Down Expand Up @@ -284,7 +287,7 @@ jobs:
include: "${{ fromJSON(needs.metadata.outputs.matrix)['build-packages'] }}"

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3

- name: Download artifact
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -316,7 +319,7 @@ jobs:
include: "${{ fromJSON(needs.metadata.outputs.matrix)['build-images'] }}"

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3

- name: Download artifact
uses: actions/download-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .requirements
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ KONG_PACKAGE_NAME=kong

OPENRESTY=1.21.4.2
LUAROCKS=3.9.2
OPENSSL=3.1.2
OPENSSL=3.1.4
PCRE=8.45
LIBEXPAT=2.5.0

Expand Down
2 changes: 1 addition & 1 deletion build/openresty/openssl/openssl_repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def openssl_repositories():
http_archive,
name = "openssl",
build_file = "//build/openresty/openssl:BUILD.bazel",
sha256 = "a0ce69b8b97ea6a35b96875235aa453b966ba3cba8af2de23657d8b6767d6539",
sha256 = "840af5366ab9b522bde525826be3ef0fb0af81c6a9ebd84caa600fea1731eee3",
strip_prefix = "openssl-" + version,
urls = [
"https://www.openssl.org/source/openssl-" + version + ".tar.gz",
Expand Down
2 changes: 2 additions & 0 deletions changelog/unreleased/kong/bump_openssl_3.1.4.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
message: bump OpenSSL to 3.1.4
type: dependency
3 changes: 2 additions & 1 deletion scripts/explain_manifest/fixtures/amazonlinux-2-amd64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@
- lua-resty-events
- lua-resty-lmdb
- ngx_wasm_module
OpenSSL : OpenSSL 3.1.2 1 Aug 2023
OpenSSL : OpenSSL 3.1.4 24 Oct 2023
DWARF : True
DWARF - ngx_http_request_t related DWARF DIEs: True

3 changes: 2 additions & 1 deletion scripts/explain_manifest/fixtures/amazonlinux-2023-amd64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@
- lua-resty-events
- lua-resty-lmdb
- ngx_wasm_module
OpenSSL : OpenSSL 3.1.2 1 Aug 2023
OpenSSL : OpenSSL 3.1.4 24 Oct 2023
DWARF : True
DWARF - ngx_http_request_t related DWARF DIEs: True

3 changes: 2 additions & 1 deletion scripts/explain_manifest/fixtures/amazonlinux-2023-arm64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@
- lua-resty-events
- lua-resty-lmdb
- ngx_wasm_module
OpenSSL : OpenSSL 3.1.2 1 Aug 2023
OpenSSL : OpenSSL 3.1.4 24 Oct 2023
DWARF : True
DWARF - ngx_http_request_t related DWARF DIEs: True

3 changes: 2 additions & 1 deletion scripts/explain_manifest/fixtures/debian-10-amd64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@
- lua-resty-events
- lua-resty-lmdb
- ngx_wasm_module
OpenSSL : OpenSSL 3.1.2 1 Aug 2023
OpenSSL : OpenSSL 3.1.4 24 Oct 2023
DWARF : True
DWARF - ngx_http_request_t related DWARF DIEs: True

3 changes: 2 additions & 1 deletion scripts/explain_manifest/fixtures/debian-11-amd64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@
- lua-resty-events
- lua-resty-lmdb
- ngx_wasm_module
OpenSSL : OpenSSL 3.1.2 1 Aug 2023
OpenSSL : OpenSSL 3.1.4 24 Oct 2023
DWARF : True
DWARF - ngx_http_request_t related DWARF DIEs: True

3 changes: 2 additions & 1 deletion scripts/explain_manifest/fixtures/el7-amd64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@
- lua-resty-events
- lua-resty-lmdb
- ngx_wasm_module
OpenSSL : OpenSSL 3.1.2 1 Aug 2023
OpenSSL : OpenSSL 3.1.4 24 Oct 2023
DWARF : True
DWARF - ngx_http_request_t related DWARF DIEs: True

3 changes: 2 additions & 1 deletion scripts/explain_manifest/fixtures/el8-amd64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@
- lua-resty-events
- lua-resty-lmdb
- ngx_wasm_module
OpenSSL : OpenSSL 3.1.2 1 Aug 2023
OpenSSL : OpenSSL 3.1.4 24 Oct 2023
DWARF : True
DWARF - ngx_http_request_t related DWARF DIEs: True

3 changes: 2 additions & 1 deletion scripts/explain_manifest/fixtures/el9-amd64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@
- lua-resty-events
- lua-resty-lmdb
- ngx_wasm_module
OpenSSL : OpenSSL 3.1.2 1 Aug 2023
OpenSSL : OpenSSL 3.1.4 24 Oct 2023
DWARF : True
DWARF - ngx_http_request_t related DWARF DIEs: True

3 changes: 2 additions & 1 deletion scripts/explain_manifest/fixtures/el9-arm64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@
- lua-resty-events
- lua-resty-lmdb
- ngx_wasm_module
OpenSSL : OpenSSL 3.1.2 1 Aug 2023
OpenSSL : OpenSSL 3.1.4 24 Oct 2023
DWARF : True
DWARF - ngx_http_request_t related DWARF DIEs: True

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 @@ -194,6 +194,6 @@
- lua-resty-events
- lua-resty-lmdb
- ngx_wasm_module
OpenSSL : OpenSSL 3.1.2 1 Aug 2023
OpenSSL : OpenSSL 3.1.4 24 Oct 2023
DWARF : True
DWARF - ngx_http_request_t related DWARF DIEs: True
3 changes: 2 additions & 1 deletion scripts/explain_manifest/fixtures/ubuntu-22.04-amd64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@
- lua-resty-events
- lua-resty-lmdb
- ngx_wasm_module
OpenSSL : OpenSSL 3.1.2 1 Aug 2023
OpenSSL : OpenSSL 3.1.4 24 Oct 2023
DWARF : True
DWARF - ngx_http_request_t related DWARF DIEs: True

3 changes: 2 additions & 1 deletion scripts/explain_manifest/fixtures/ubuntu-22.04-arm64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@
- lua-resty-events
- lua-resty-lmdb
- ngx_wasm_module
OpenSSL : OpenSSL 3.1.2 1 Aug 2023
OpenSSL : OpenSSL 3.1.4 24 Oct 2023
DWARF : True
DWARF - ngx_http_request_t related DWARF DIEs: True

Loading