From fff9f2219bac5537eba7ca7e9ef8747cb10361ea Mon Sep 17 00:00:00 2001 From: dumol Date: Thu, 15 Aug 2024 14:54:16 +0000 Subject: [PATCH] Updated OpenSSL 1.1.1 version to build to 1.1.1w-chevah2. --- chevah_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chevah_build b/chevah_build index 427fc1522..6b8d86aad 100755 --- a/chevah_build +++ b/chevah_build @@ -22,7 +22,7 @@ LIBEDIT_VERSION="20170329-3.1" # As of November 2023, security patches for OpenSSL 1.1.1 are private. # More at https://openssl-library.org/news/vulnerabilities-1.1.1/index.html. # Some fixes can still be found in the OpenSSL 1.1.1f sources from Ubuntu 20.04. -OPENSSL_VERSION="1.1.1w-chevah1" +OPENSSL_VERSION="1.1.1w-chevah2" SQLITE_VERSION="3.46.0" # Python modules versions to be used everywhere possible.