mirror of
https://github.com/inspec/inspec
synced 2024-11-21 20:23:06 +00:00
Upgrades openssl version to 3.0.11 (#6872)
Signed-off-by: Vasu1105 <vasundhara.jagdale@progress.com>
This commit is contained in:
parent
cb5cbd4f20
commit
bfb6a34ba7
1 changed files with 1 additions and 9 deletions
|
@ -5,14 +5,6 @@ train_stable = /^train \((.*)\)/.match(`gem list ^train$ --remote`)[1]
|
|||
override "train", version: "v#{train_stable}"
|
||||
override "ruby", version: "3.1.2"
|
||||
|
||||
# Mac Apple Silicon requires 1.1.1 series instead of 1.0.2 series
|
||||
if mac_os_x?
|
||||
override "openssl", version: "1.1.1w"
|
||||
else
|
||||
# Hopefully temporary, in October 2023 the default is 1.0.2zg which
|
||||
# has an open high cve, while zi is available. Temporarily pin until
|
||||
# default in omnibus-software has no cves.
|
||||
override "openssl", version: "1.0.2zi"
|
||||
end
|
||||
override :openssl, version: "3.0.11"
|
||||
|
||||
override "ruby-msys2-devkit", version: "3.1.2-1"
|
||||
|
|
Loading…
Reference in a new issue