mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
Merge pull request #10705 from Icinga/bump-openssl-3.0.19-2.14
Windows: bump OpenSSL to `3.0.19` (backport to 2.14)
This commit is contained in:
commit
535cb834e9
3 changed files with 3 additions and 2 deletions
1
AUTHORS
1
AUTHORS
|
|
@ -134,6 +134,7 @@ Jesse Morgan <morgajel@gmail.com>
|
|||
Jo Goossens <jo.goossens@hosted-power.com>
|
||||
Jochen Friedrich <j.friedrich@nwe.de>
|
||||
Johannes Meyer <johannes.meyer@icinga.com>
|
||||
Johannes Schmidt <johannes.schmidt@icinga.com>
|
||||
Jonas Meurer <jonas@freesources.org>
|
||||
Jordi van Scheijen <jordi.vanscheijen@solvinity.com>
|
||||
Josef Friedrich <josef@friedrich.rocks>
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ function ThrowOnNativeFailure {
|
|||
$VsVersion = 2022
|
||||
$MsvcVersion = '14.3'
|
||||
$BoostVersion = @(1, 87, 0)
|
||||
$OpensslVersion = '3_0_18'
|
||||
$OpensslVersion = '3_0_19'
|
||||
|
||||
switch ($Env:BITS) {
|
||||
32 { }
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ if (-not (Test-Path env:CMAKE_ARGS)) {
|
|||
$env:CMAKE_ARGS = '[]'
|
||||
}
|
||||
if (-not (Test-Path env:OPENSSL_ROOT_DIR)) {
|
||||
$env:OPENSSL_ROOT_DIR = "c:\local\OpenSSL_3_0_18-Win${env:BITS}"
|
||||
$env:OPENSSL_ROOT_DIR = "c:\local\OpenSSL_3_0_19-Win${env:BITS}"
|
||||
}
|
||||
if (-not (Test-Path env:BOOST_ROOT)) {
|
||||
$env:BOOST_ROOT = "c:\local\boost_1_87_0-Win${env:BITS}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue