[s2n] update to 1.1.0#20277
Merged
strega-nil-ms merged 1 commit intomicrosoft:masterfrom Sep 22, 2021
Merged
Conversation
There was a problem hiding this comment.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
All manifest files must be formatted
./vcpkg format-manifest ports/*/vcpkg.json
Diff
diff --git a/ports/s2n/vcpkg.json b/ports/s2n/vcpkg.json
index 0b62164..4ee7f70 100644
--- a/ports/s2n/vcpkg.json
+++ b/ports/s2n/vcpkg.json
@@ -1,7 +1,6 @@
{
"name": "s2n",
"version": "1.1.0",
- "port-version": 0,
"description": "C99 implementation of the TLS/SSL protocols.",
"homepage": "https://github.com/aws/s2n-tls",
"supports": "!uwp & !windows",After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 47d2378c8181ece05ffc51acd2ed60d97e3c9a64 -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/s-/s2n.json b/versions/s-/s2n.json
index 40377c6..1e0fd90 100644
--- a/versions/s-/s2n.json
+++ b/versions/s-/s2n.json
@@ -1,7 +1,7 @@
{
"versions": [
{
- "git-tree": "cad4f52e74ef1e63a889bf1e2ff61e048c6227a3",
+ "git-tree": "13b9d04cbee992cf866560de89551ceaf7dfc277",
"version": "1.1.0",
"port-version": 0
},f5eaeac to
8ad7404
Compare
PhoebeHui
approved these changes
Sep 22, 2021
Contributor
PhoebeHui
left a comment
There was a problem hiding this comment.
LGTM, thanks for your updates!
strega-nil-ms
approved these changes
Sep 22, 2021
Contributor
|
Thanks @camarois! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update port to latest version 1.1.0.
Also Debug target was pointing to release lib location. Cleaned the portfile and used vcpkg_cmake_config_fixup() instead to generate good debug/release targets.