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:
Nikita Mathur 2023-10-10 19:09:38 +05:30 committed by GitHub
parent 6edee7da7b
commit c5d3b8668d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,6 @@ override "train", version: "v#{train_stable}"
override "ruby", version: "3.1.2" override "ruby", version: "3.1.2"
# Mac m1 # 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" override "ruby-msys2-devkit", version: "3.1.2-1"