mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +00:00
Backport 6748 Openssl upgrade with version 1.1.1w (#6776)
* Testing openssl upgrade with version 1.1.1w Signed-off-by: Nik08 <nikita.mathur@progress.com> * Reverted change using test branch for openssl - using main branch for omnibus software Signed-off-by: Nik08 <nikita.mathur@progress.com> * Revert addition of newline Signed-off-by: Sonu Saha <sonu.saha@progress.com> --------- Signed-off-by: Nik08 <nikita.mathur@progress.com> Signed-off-by: Sonu Saha <sonu.saha@progress.com> Co-authored-by: Sonu Saha <sonu.saha@progress.com>
This commit is contained in:
parent
6edee7da7b
commit
c5d3b8668d
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ override "train", version: "v#{train_stable}"
|
|||
override "ruby", version: "3.1.2"
|
||||
|
||||
# Mac m1
|
||||
override "openssl", version: "1.1.1m" if mac_os_x?
|
||||
override "openssl", version: "1.1.1w" if mac_os_x?
|
||||
|
||||
override "ruby-msys2-devkit", version: "3.1.2-1"
|
Loading…
Reference in a new issue