Skip to content

Commit

Permalink
fix: Downgrade mbedtls to 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jmir1 committed May 13, 2024
1 parent 1f14691 commit 456b5d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions buildscripts/include/depinfo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ v_unibreak=6.1
v_harfbuzz=8.4.0
v_fribidi=1.0.14
v_freetype=2-13-2
v_mbedtls=3.6.0
v_mbedtls=3.5.2
v_libxml2=2.12.6
v_ffmpeg=n7.0
v_mpv=61f72bd5123551d91e7470f879f359f6104ac6bd
v_mpv=4d32db21c50db8cd9f2e7925c4b37f1490d85963


## Dependency tree
Expand Down
3 changes: 0 additions & 3 deletions buildscripts/scripts/mbedtls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,5 @@ else
./scripts/config.py set MBEDTLS_AESNI_C
fi

# Disable TLSv1.3 because it is currently broken
./scripts/config.py unset MBEDTLS_SSL_PROTO_TLS1_3

make -j$cores no_test
make DESTDIR="$prefix_dir" install

0 comments on commit 456b5d6

Please sign in to comment.