From 5c105f227ac2b32331c0006b109688f6c7c9ed64 Mon Sep 17 00:00:00 2001 From: Lars Kanis Date: Sun, 19 Nov 2023 11:53:24 +0100 Subject: [PATCH] Update OpenSSL and PostgreSQL versions for Windows binary gem --- Rakefile.cross | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rakefile.cross b/Rakefile.cross index 35b701e8d..997992af3 100644 --- a/Rakefile.cross +++ b/Rakefile.cross @@ -31,8 +31,8 @@ class CrossLibrary < OpenStruct self.host_platform = toolchain # Cross-compilation constants - self.openssl_version = ENV['OPENSSL_VERSION'] || '3.1.2' - self.postgresql_version = ENV['POSTGRESQL_VERSION'] || '16.0' + self.openssl_version = ENV['OPENSSL_VERSION'] || '3.1.4' + self.postgresql_version = ENV['POSTGRESQL_VERSION'] || '16.1' # Check if symlinks work in the current working directory. # This fails, if rake-compiler-dock is running on a Windows box.