From b1dfddb07a85b795feb86edb72262816c39c1b4c Mon Sep 17 00:00:00 2001 From: Andrey Volk Date: Thu, 16 Oct 2025 19:11:56 +0300 Subject: [PATCH] Update OpenSSL to v3.4.3 --- .github/workflows/windows.yml | 2 +- libpq-version.props | 2 +- openssl-version.props | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 8edb6d4e..28475e0a 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -12,7 +12,7 @@ on: jobs: build: name: Build libpq Windows - runs-on: windows-2019 + runs-on: windows-2022 steps: - name: Checkout code diff --git a/libpq-version.props b/libpq-version.props index fd2fb20a..cd4ff799 100644 --- a/libpq-version.props +++ b/libpq-version.props @@ -5,7 +5,7 @@ 10.23 - 1 + 2 $(BaseDir)postgresql-$(libpqVersion)\ diff --git a/openssl-version.props b/openssl-version.props index fb238408..9c353ac0 100644 --- a/openssl-version.props +++ b/openssl-version.props @@ -4,7 +4,7 @@ - 3.4.0 + 3.4.3 $(BaseDir)openssl-$(OpenSSLVersion)