From 269a04c829c5a0399b34d2e2d539ec8ee2bdee56 Mon Sep 17 00:00:00 2001 From: Splendide Imaginarius <119545140+Splendide-Imaginarius@users.noreply.github.com> Date: Sun, 12 Nov 2023 15:20:03 +0000 Subject: [PATCH] Bump OpenSSL on Linux to v3.0.12 Refs https://github.com/mkxp-z/mkxp-z/issues/46 --- linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/Makefile b/linux/Makefile index 85965279..366f89bf 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -309,7 +309,7 @@ $(DOWNLOADS)/openssl/Makefile: $(DOWNLOADS)/openssl/Configure --openssldir="$(BUILD_PREFIX)" $(DOWNLOADS)/openssl/Configure: - $(CLONE) $(GITHUB)/openssl/openssl $(DOWNLOADS)/openssl --single-branch --branch OpenSSL_1_1_1i --depth 1 + $(CLONE) $(GITHUB)/openssl/openssl $(DOWNLOADS)/openssl --single-branch --branch openssl-3.0.12 --depth 1 # Standard ruby ruby: init_dirs openssl $(LIBDIR)/libruby.so.3.1