Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/s2n/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO aws/s2n-tls
REF "v${VERSION}"
SHA512 bee235eb74559651140c3797a13011979764b7ccd879ce3abe3f2cc651aac24683af489037822bfbcc73a66277a939dcedd68a20f36b7e960942f7933a362343
SHA512 95553ab7db986473f15981fd7631355113e90c6cc2fe4f5a801198a5cd5ed79370a4fde2d53fd89ed0c830dca11b79c7621d22c42c9fe1023e12278de660ca58
PATCHES
fix-cmake-target-path.patch
openssl.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/s2n/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "s2n",
"version": "1.5.27",
"version": "1.6.1",
"description": "C99 implementation of the TLS/SSL protocols.",
"homepage": "https://github.com/aws/s2n-tls",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8737,7 +8737,7 @@
"port-version": 0
},
"s2n": {
"baseline": "1.5.27",
"baseline": "1.6.1",
"port-version": 0
},
"safeint": {
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/s2n.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "dee3f49a66b705a4665262c4b55e4d80dad2b077",
"version": "1.6.1",
"port-version": 0
},
{
"git-tree": "ca684756840a914228bf3c2c983d5c71e7197a9c",
"version": "1.5.27",
Expand Down