diff options
Diffstat (limited to 'thirdparty/README.md')
-rw-r--r-- | thirdparty/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/thirdparty/README.md b/thirdparty/README.md index 44ddc4bdd3..5507fa9600 100644 --- a/thirdparty/README.md +++ b/thirdparty/README.md @@ -519,7 +519,7 @@ in the MSVC debugger. ## mbedtls - Upstream: https://github.com/Mbed-TLS/mbedtls -- Version: 2.28.5 (47e8cc9db2e469d902b0e3093ae9e482c3d87188, 2023) +- Version: 2.28.7 (555f84735aecdbd76a566cf087ec8425dfb0c8ab, 2024) - License: Apache 2.0 File extracted from upstream release tarball: @@ -528,7 +528,7 @@ File extracted from upstream release tarball: except `config_psa.h` and `psa_util.h` - All `.c` and `.h` from `library/` to `thirdparty/mbedtls/library/` except those starting with `psa_*` -- The `LICENSE` file +- The `LICENSE` file (edited to keep only the Apache 2.0 variant) - Applied the patch `windows-arm64-hardclock.diff` to fix Windows ARM64 build Applied the patch `windows-entropy-bcrypt.diff` to fix Windows Store support - Added 2 files `godot_core_mbedtls_platform.c` and `godot_core_mbedtls_config.h` |