mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[s2n] update to 1.6.4 (#49324)
This commit is contained in:
@@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO aws/s2n-tls
|
||||
REF "v${VERSION}"
|
||||
SHA512 2d933797da7cd8a5741f171fc42794664672389a4f917bc194243825963ca2518df3e129e6adcc06aa21e50a192202e5a22127bdbb8a3420c908390900245437
|
||||
SHA512 dc4340f14e5987d53bdac7a2b25411b599dd4024c4786a0be0f6e3bb271a8dfeef06d8ea945d39218f246dfa5adebf3915e8e585a821318c970adada09243714
|
||||
PATCHES
|
||||
fix-cmake-target-path.patch
|
||||
openssl.patch
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "s2n",
|
||||
"version": "1.6.2",
|
||||
"version": "1.6.4",
|
||||
"description": "C99 implementation of the TLS/SSL protocols.",
|
||||
"homepage": "https://github.com/aws/s2n-tls",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -8749,7 +8749,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"s2n": {
|
||||
"baseline": "1.6.2",
|
||||
"baseline": "1.6.4",
|
||||
"port-version": 0
|
||||
},
|
||||
"safeint": {
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "8a662c2852f847a4c3ba3b6c84e78be87c39dc8d",
|
||||
"version": "1.6.4",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "4e623797f2a73b9126ef8ac1a3cb582fffa25d8f",
|
||||
"version": "1.6.2",
|
||||
|
||||
Reference in New Issue
Block a user