Skip to content

Commit 3aac658

Browse files
committed
MB-57839, rebuild erlang and curl due to openssl 3.1.1 upgrade.
-Ming Change-Id: I0b7225fa8856cbf97237911ae77a8485ffd48939 Reviewed-on: https://review.couchbase.org/c/build-tools/+/193827 Reviewed-by: Chris Hillery <[email protected]> Tested-by: Ming Ho <[email protected]>
1 parent e3234ab commit 3aac658

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cbdeps/curl/curl_unix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cd ${ROOT_DIR}/curl
1414
if [ "${PROFILE}" = "openssl111" ]; then
1515
OPENSSL_VER=1.1.1t-1
1616
else
17-
OPENSSL_VER=3.0.7-3
17+
OPENSSL_VER=3.1.1-1
1818
fi
1919
ZLIB_VER=1.2.13-2
2020

cbdeps/erlang/erlang_unix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ CBPY_VER=7.5.0-cb3
1010

1111
pushd erlang
1212
if [ "25" = $(printf "25\n$(cat OTP_VERSION)" | sort -n | head -1) ]; then
13-
OPENSSL_VER=3.0.7-3
13+
OPENSSL_VER=3.1.1-1
1414
else
1515
if [ "${PLATFORM}" = "linux" -a "$(uname -m)" = "aarch64" ]; then
1616
# v24 configure: error: JIT only works on x86 64-bit

cbdeps/erlang/erlang_windows.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if "%VERSION:~0,2%" == "24" (
66
set OPENSSL_VER=1.1.1u-1
77
) else if "%VERSION:~0,2%" == "25" (
88
rem OpenSSL 3.x
9-
set OPENSSL_VER=3.0.7-3
9+
set OPENSSL_VER=3.1.1-1
1010
)
1111

1212
set INSTALL_DIR=%1

0 commit comments

Comments
 (0)