From 1e4d0f53e88c104086212f2c904a6fb243b43096 Mon Sep 17 00:00:00 2001 From: bryfry <116113+bryfry@users.noreply.github.com> Date: Thu, 11 Nov 2021 20:52:59 -0500 Subject: [PATCH] Update openssl verison Updating to `1.1.1d` fixes socat compilation error related to file globbing: ``` + cd openssl-1.1.0f + CC='/usr/bin/gcc -static' + ./Configure no-shared no-async linux-x86_64 "glob" is not exported by the File::Glob module Can't continue after import errors at ./Configure line 17. BEGIN failed--compilation aborted at ./Configure line 17. ``` --- socat/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/socat/build.sh b/socat/build.sh index b414b0b..215b9ee 100755 --- a/socat/build.sh +++ b/socat/build.sh @@ -7,7 +7,7 @@ set -x SOCAT_VERSION=1.7.3.2 NCURSES_VERSION=6.0 READLINE_VERSION=7.0 -OPENSSL_VERSION=1.1.0f +OPENSSL_VERSION=1.1.1d function build_ncurses() { cd /build