Skip to content
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

Closed
wants to merge 2 commits into from
Closed

Conversation

JackBoosY
Copy link
Contributor

@JackBoosY JackBoosY commented Aug 3, 2022

Fixes #25703.

Requies:

@JackBoosY JackBoosY added info:internal This PR or Issue was filed by the vcpkg team. category:port-update The issue is with a library, which is requesting update new revision labels Aug 3, 2022
Copy link

@github-actions github-actions bot left a 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",

Copy link

@github-actions github-actions bot left a 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",

@JackBoosY JackBoosY added the depends:upstream-changes Waiting on a change to the upstream project label Aug 3, 2022
@JackBoosY
Copy link
Contributor Author

JackBoosY commented Aug 4, 2022

Since #22957 was trying to update this port, close this PR.

@JackBoosY JackBoosY closed this Aug 4, 2022
@JackBoosY JackBoosY deleted the dev/jack/25703 branch August 4, 2022 06:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-update The issue is with a library, which is requesting update new revision depends:upstream-changes Waiting on a change to the upstream project info:internal This PR or Issue was filed by the vcpkg team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[mbedtls] update to 3.2.1
2 participants