Skip to content

Commit

Permalink
[mbedtls] Update to 3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
WangWeiLin-MV committed Jan 14, 2025
1 parent 6f29f12 commit fe526c1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/mbedtls/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Mbed-TLS/mbedtls
REF "v${VERSION}"
SHA512 e7985a4e7e07328ae55fdad5212f71ac6af903f2b670c6d4bc2a8d6a4b9b7343697a2fd350a836b9425590c838615cd5b2fa851940bd137bb759fa35cd9f0ee8
SHA512 ad5a8de072cd7bede21378a3301d8de7c4eec8e113ebe2a3ffe5bf8ebed1b236a52ae0425abe45eafdc534af65b51076ca458e342950174bf1bdbbc06d1bdad1
HEAD_REF development
PATCHES
enable-pthread.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/mbedtls/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mbedtls",
"version": "3.6.1",
"version": "3.6.2",
"description": "An open source, portable, easy to use, readable and flexible SSL library",
"homepage": "https://www.trustedfirmware.org/projects/mbed-tls/",
"license": "Apache-2.0 OR GPL-2.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5865,7 +5865,7 @@
"port-version": 2
},
"mbedtls": {
"baseline": "3.6.1",
"baseline": "3.6.2",
"port-version": 0
},
"mchehab-zbar": {
Expand Down
5 changes: 5 additions & 0 deletions versions/m-/mbedtls.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5312822288313d76c7e852e2577da58b0c169c21",
"version": "3.6.2",
"port-version": 0
},
{
"git-tree": "0c5c07caa2aa3d35d64a07428dfc049a13ea6aad",
"version": "3.6.1",
Expand Down

0 comments on commit fe526c1

Please sign in to comment.