Skip to content

Commit e396217

Browse files
committed
MB-58046, rebuild erlang with openssl 3.1.2.
-Ming Change-Id: I0247900fc70d7b4dfe640c79d9ac8feca50c6022 Reviewed-on: https://review.couchbase.org/c/build-tools/+/194838 Reviewed-by: Chris Hillery <[email protected]> Tested-by: Ming Ho <[email protected]>
1 parent 5dde87a commit e396217

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.1.1-1
13+
OPENSSL_VER=3.1.2-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.1.1-1
9+
set OPENSSL_VER=3.1.2-1
1010
)
1111

1212
set INSTALL_DIR=%1

0 commit comments

Comments
 (0)