Skip to content

Commit

Permalink
chore(build): remove the download link from openssl.org and add a fal…
Browse files Browse the repository at this point in the history
…lback url for old sources (#13423)
  • Loading branch information
fffonion committed Aug 7, 2024
1 parent 1d49213 commit a1bdb0c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/openresty/openssl/openssl_repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ def openssl_repositories():
sha256 = KONG_VAR["OPENSSL_SHA256"],
strip_prefix = "openssl-" + version,
urls = [
"https://www.openssl.org/source/openssl-" + version + ".tar.gz",
"https://www.openssl.org/source/old/" + major_minor_version + "/openssl-" + version + ".tar.gz",
"https://github.com/openssl/openssl/releases/download/openssl-" + version + "/openssl-" + version + ".tar.gz",
"https://github.com/openssl/openssl/archive/OpenSSL_" + version_github + ".tar.gz",
"https://www.openssl.org/source/old/" + major_minor_version + "/openssl-" + version + ".tar.gz",
],
)

0 comments on commit a1bdb0c

Please sign in to comment.