Skip to content

Commit

Permalink
winPB: Update Openssl to 1.1.1j (#1947)
Browse files Browse the repository at this point in the history
* eclipse-openj9/openj9#11980

Signed-off-by: Joe deKoning <[email protected]>
  • Loading branch information
jdekonin authored Feb 17, 2021
1 parent ff1a89d commit 444e733
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# the checksum: line later on to set the checksum

- name: Set desired OpenSSL version
set_fact: opensslVersion=1.1.1i
set_fact: opensslVersion=1.1.1j
tags: openssl

#- name: Set OpenSSL SHA256 checksum (This didn't work in the role it's used for some reason - sxa)
Expand Down Expand Up @@ -44,7 +44,7 @@
win_get_url:
url: https://www.openssl.org/source/openssl-{{ opensslVersion }}.tar.gz
dest: C:\temp\OpenSSL-{{ opensslVersion }}.tar.gz
checksum: e8be6a35fe41d10603c3cc635e93289ed00bf34b79671a3a4de64fcee00d5242
checksum: aaf2fcb575cdf6491b98ab4829abf78a3dec8402b8b81efc8f23c00d443981bf
checksum_algorithm: sha256
when: (not openssl32_installed.stat.exists) or (not openssl64_vs2013_installed.stat.exists) or (not openssl64_vs2017_installed.stat.exists) or (not openssl64_vs2019_installed.stat.exists)
tags: openssl
Expand Down

0 comments on commit 444e733

Please sign in to comment.