From bf92828c2c7f63cd97a0afb84cd592eb47065a28 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Sat, 19 Jul 2025 21:05:54 +0900 Subject: [PATCH] Updated OpenSSL build flags for Windows Zabbix agent and Zabbix agent 2 --- Dockerfiles/build-base/windows/Dockerfile.agent | 6 ++++++ Dockerfiles/build-base/windows/Dockerfile.agent2 | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/Dockerfiles/build-base/windows/Dockerfile.agent b/Dockerfiles/build-base/windows/Dockerfile.agent index 636d15749..983640b25 100644 --- a/Dockerfiles/build-base/windows/Dockerfile.agent +++ b/Dockerfiles/build-base/windows/Dockerfile.agent @@ -242,6 +242,12 @@ RUN Set-Location -Path $env:SystemDrive\.; ` no-tests ` no-unit-test ` no-capieng ` + no-winstore ` + no-srp ` + no-gost ` + no-dgram ` + no-dtls1-method ` + no-dtls1_2-method ` --api=1.1.0 ` --prefix=$env:BUILD_OUTPUT\openssl ` --openssldir=$env:BUILD_OUTPUT\openssl_ssl; ` diff --git a/Dockerfiles/build-base/windows/Dockerfile.agent2 b/Dockerfiles/build-base/windows/Dockerfile.agent2 index da2c1c9c4..98841fc59 100644 --- a/Dockerfiles/build-base/windows/Dockerfile.agent2 +++ b/Dockerfiles/build-base/windows/Dockerfile.agent2 @@ -216,6 +216,13 @@ RUN Set-Location -Path $env:SystemDrive\.; ` no-tests ` no-unit-test ` no-capieng ` + no-winstore ` + no-srp ` + no-gost ` + no-dgram ` + no-dtls1-method ` + no-dtls1_2-method ` + thread_scheme=winthreads ` --api=1.1.0 ` --libdir=lib ` --prefix=$env:BUILD_OUTPUT/openssl `