diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-02-20 10:47:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-20 10:47:44 +0100 |
commit | 7376cbdc94f2c00f006b153e33349fe605e2112a (patch) | |
tree | 6c08744f3c8f15f998aac44d04c351090ddd1933 /thirdparty/README.md | |
parent | 558c7d22fa3239ac8347184712dc568a6cb15712 (diff) | |
parent | 2b8b738391ed34b371673e4b62c7bd22e3503e2a (diff) |
Merge pull request #26072 from Faless/net/mbedtls_1.16
Update mbedtls to 2.16.0 (LTS release) + ubsan hack
Diffstat (limited to 'thirdparty/README.md')
-rw-r--r-- | thirdparty/README.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/thirdparty/README.md b/thirdparty/README.md index 738835c70a..104d0d264d 100644 --- a/thirdparty/README.md +++ b/thirdparty/README.md @@ -280,15 +280,14 @@ Godot build configurations, check them out when updating. ## mbedtls - Upstream: https://tls.mbed.org/ -- Version: 2.12.0 +- Version: 2.16.0 - License: Apache 2.0 -File extracted from upstream release tarball `mbedtls-2.12.0-apache.tgz`: +File extracted from upstream release tarball `mbedtls-2.16.0-apache.tgz`: - All `*.h` from `include/mbedtls/` to `thirdparty/mbedtls/include/mbedtls/` - All `*.c` from `library/` to `thirdparty/mbedtls/library/` - Applied the patch in `thirdparty/mbedtls/1453.diff` (PR 1453). Soon to be merged upstream. Check it out at next update. - ## miniupnpc - Upstream: https://github.com/miniupnp/miniupnp/tree/master/miniupnpc |