Merge pull request #10679 from Icinga/OpenSSL3.5LTS
Some checks are pending
Container Image / Container Image (push) Waiting to run
Linux / alpine:bash (push) Waiting to run
Linux / amazonlinux:2 (push) Waiting to run
Linux / amazonlinux:2023 (push) Waiting to run
Linux / debian:11 (linux/386) (push) Waiting to run
Linux / debian:11 (push) Waiting to run
Linux / debian:12 (linux/386) (push) Waiting to run
Linux / debian:12 (push) Waiting to run
Linux / debian:13 (push) Waiting to run
Linux / fedora:41 (push) Waiting to run
Linux / fedora:42 (push) Waiting to run
Linux / fedora:43 (push) Waiting to run
Linux / opensuse/leap:15.6 (push) Waiting to run
Linux / opensuse/leap:16.0 (push) Waiting to run
Linux / registry.suse.com/bci/bci-base:16.0 (push) Waiting to run
Linux / registry.suse.com/suse/sle15:15.6 (push) Waiting to run
Linux / registry.suse.com/suse/sle15:15.7 (push) Waiting to run
Linux / rockylinux/rockylinux:10 (push) Waiting to run
Linux / rockylinux:8 (push) Waiting to run
Linux / rockylinux:9 (push) Waiting to run
Linux / ubuntu:22.04 (push) Waiting to run
Linux / ubuntu:24.04 (push) Waiting to run
Linux / ubuntu:25.04 (push) Waiting to run
Linux / ubuntu:25.10 (push) Waiting to run
Windows / Windows (push) Waiting to run

Bump OpenSSL shipped for Windows to v3.5 LTS
This commit is contained in:
Julian Brost 2026-02-03 14:57:46 +01:00 committed by GitHub
commit 274a0e39d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ function ThrowOnNativeFailure {
$VsVersion = 2022 $VsVersion = 2022
$MsvcVersion = '14.3' $MsvcVersion = '14.3'
$BoostVersion = @(1, 90, 0) $BoostVersion = @(1, 90, 0)
$OpensslVersion = '3_0_19' $OpensslVersion = '3_5_5'
switch ($Env:BITS) { switch ($Env:BITS) {
32 { } 32 { }

View file

@ -33,7 +33,7 @@ if (-not (Test-Path env:CMAKE_ARGS)) {
$env:CMAKE_ARGS = '[]' $env:CMAKE_ARGS = '[]'
} }
if (-not (Test-Path env:OPENSSL_ROOT_DIR)) { if (-not (Test-Path env:OPENSSL_ROOT_DIR)) {
$env:OPENSSL_ROOT_DIR = "c:\local\OpenSSL_3_0_19-Win${env:BITS}" $env:OPENSSL_ROOT_DIR = "c:\local\OpenSSL_3_5_5-Win${env:BITS}"
} }
if (-not (Test-Path env:BOOST_ROOT)) { if (-not (Test-Path env:BOOST_ROOT)) {
$env:BOOST_ROOT = "c:\local\boost_1_90_0-Win${env:BITS}" $env:BOOST_ROOT = "c:\local\boost_1_90_0-Win${env:BITS}"