From a358358aa71687dc7b6c9cef100e5eb2116fa5cb Mon Sep 17 00:00:00 2001 From: Scott Wittenburg Date: Mon, 6 Sep 2021 10:46:41 -0600 Subject: [PATCH] Update pinned OpenSSL version to 1.1.1l (#25787) Update to the latest version of openssl, as the previous one (1.1.1k) is now deprecated, so spack can no longer rebuild it from source. --- .../spack/gitlab/cloud_pipelines/stacks/e4s-on-power/spack.yaml | 2 +- share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/share/spack/gitlab/cloud_pipelines/stacks/e4s-on-power/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/e4s-on-power/spack.yaml index 6662bd4695b..aac6b190947 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/e4s-on-power/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/e4s-on-power/spack.yaml @@ -143,7 +143,7 @@ spack: variants: threads=openmp openssl: version: - - 1.1.1k + - 1.1.1l perl: version: - 5.34.0 # 5.34.0 diff --git a/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml index 19366ab4d7b..6a068e8f123 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml @@ -143,7 +143,7 @@ spack: variants: threads=openmp openssl: version: - - 1.1.1k + - 1.1.1l perl: version: - 5.34.0