-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[mbedtls] Update to 3.2.1 #26143
[mbedtls] Update to 3.2.1 #26143
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 5bb332b432e0fa3899de1a2ef8fc4c10c435408d -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index e46e1cf..3ec1712 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -4521,7 +4521,7 @@
"port-version": 0
},
"mbedtls": {
- "baseline": "2.28.1",
+ "baseline": "3.2.1",
"port-version": 0
},
"mcpp": {
diff --git a/versions/m-/mbedtls.json b/versions/m-/mbedtls.json
index 1615769..4afc30b 100644
--- a/versions/m-/mbedtls.json
+++ b/versions/m-/mbedtls.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "9167b21b604b8a20e69cb4646026d9c88b303bd4",
+ "version": "3.2.1",
+ "port-version": 0
+ },
{
"git-tree": "f6fd876a24f60e3034438c6793627be091ab6426",
"version": "2.28.1",
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 5bb332b432e0fa3899de1a2ef8fc4c10c435408d -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index e46e1cf..3ec1712 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -4521,7 +4521,7 @@
"port-version": 0
},
"mbedtls": {
- "baseline": "2.28.1",
+ "baseline": "3.2.1",
"port-version": 0
},
"mcpp": {
diff --git a/versions/m-/mbedtls.json b/versions/m-/mbedtls.json
index 1615769..e2fbe1a 100644
--- a/versions/m-/mbedtls.json
+++ b/versions/m-/mbedtls.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "67bf83eb2a067b0624f1cbb1ff04a7a217f9ca64",
+ "version": "3.2.1",
+ "port-version": 0
+ },
{
"git-tree": "f6fd876a24f60e3034438c6793627be091ab6426",
"version": "2.28.1",
Since #22957 was trying to update this port, close this PR. |
Fixes #25703.
Requies: