Skip to content

Commit

Permalink
Merge pull request #15489 from pshipton/openssl0.33q
Browse files Browse the repository at this point in the history
(0.33) Update OpenSSL to 1.1.1q
  • Loading branch information
tajila committed Jul 5, 2022
2 parents 2acb242 + 031516b commit e7fc0d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildenv/jenkins/variables/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jitserver:
# OpenSSL
#========================================#
openssl:
extra_getsource_options: '--openssl-version=1.1.1p'
extra_getsource_options: '--openssl-version=1.1.1q'
extra_configure_options: '--with-openssl=fetched'
#========================================#
# OpenSSL Bundling
Expand Down Expand Up @@ -403,6 +403,7 @@ x86-64_mac:
#========================================#
aarch64_mac:
extends: ['boot_jdk_default', 'openssl', 'openssl_bundle']
extra_getsource_options: '--openssl-version=1.1.1p'
boot_jdk:
arch: 'aarch64'
os: 'mac'
Expand Down

0 comments on commit e7fc0d2

Please sign in to comment.