summaryrefslogtreecommitdiff
path: root/thirdparty/README.md
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-03-05 22:41:37 +0100
committerGitHub <noreply@github.com>2020-03-05 22:41:37 +0100
commitda05ca6720cd64c3e0a615b9d1efc31305d759d6 (patch)
treec840d1508b0fa5f2c62895ae946e6b7a3a0308d4 /thirdparty/README.md
parent93f7c63ba5f14a963c6857eb61dbc032d6d3b66d (diff)
parente435bed84708edb0c14fb94529fba7665966324f (diff)
Merge pull request #36823 from akien-mga/mbedtls-2.16.5
mbedtls: Update to upstream version 2.16.5
Diffstat (limited to 'thirdparty/README.md')
-rw-r--r--thirdparty/README.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/thirdparty/README.md b/thirdparty/README.md
index 934d719ca6..2099bd773f 100644
--- a/thirdparty/README.md
+++ b/thirdparty/README.md
@@ -281,7 +281,7 @@ changes are marked with `// -- GODOT --` comments.
## mbedtls
- Upstream: https://tls.mbed.org/
-- Version: 2.16.4
+- Version: 2.16.5
- License: Apache 2.0
File extracted from upstream release tarball (`-apache.tgz` variant):
@@ -291,9 +291,6 @@ File extracted from upstream release tarball (`-apache.tgz` variant):
- LICENSE and apache-2.0.txt files
- Applied the patch in `thirdparty/mbedtls/patches/1453.diff` (PR 1453).
Soon to be merged upstream. Check it out at next update.
-- Applied the patch in `thirdparty/mbedtls/patches/padlock.diff`. This disables VIA
- padlock support which defines a symbol `unsupported` which clashes with
- a symbol in libwebsockets.
- Added 2 files `godot_core_mbedtls_platform.{c,h}` providing configuration
for light bundling with core.