mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[s2n] update to 1.4.8 (#37744)
This commit is contained in:
parent
951a48e79d
commit
9d171785bc
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO aws/s2n-tls
|
||||
REF "v${VERSION}"
|
||||
SHA512 deead85f2ab22441e1110d442fc93273d96d8dd6a203940cca7ef166fc1c9e7ab75ffe2d550e013e1e1e3266b208904cff94cc2482d6fd00e0546293b0ba11d4
|
||||
SHA512 86f0ccdc6aad63543786db7f0a8629c25008651259f4d3fd791c2bbd52cafe49ecd4824e42c55f85b03964ba2c349773fe47cacaad6794c4da349e28cc6d59d9
|
||||
PATCHES
|
||||
fix-cmake-target-path.patch
|
||||
)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "s2n",
|
||||
"version": "1.3.56",
|
||||
"version": "1.4.8",
|
||||
"description": "C99 implementation of the TLS/SSL protocols.",
|
||||
"homepage": "https://github.com/aws/s2n-tls",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -7793,7 +7793,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"s2n": {
|
||||
"baseline": "1.3.56",
|
||||
"baseline": "1.4.8",
|
||||
"port-version": 0
|
||||
},
|
||||
"safeint": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "4249ebdeba4e52237f5098d11a0664ffe6884a93",
|
||||
"version": "1.4.8",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "1a5705f86914ceeaa101adb9b7aca73c785aa584",
|
||||
"version": "1.3.56",
|
||||
|
Loading…
x
Reference in New Issue
Block a user