[s2n] update to 1.4.8 (#37744)

This commit is contained in:
Jia Yue Hua 2024-03-28 06:22:32 +08:00 committed by GitHub
parent 951a48e79d
commit 9d171785bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO aws/s2n-tls REPO aws/s2n-tls
REF "v${VERSION}" REF "v${VERSION}"
SHA512 deead85f2ab22441e1110d442fc93273d96d8dd6a203940cca7ef166fc1c9e7ab75ffe2d550e013e1e1e3266b208904cff94cc2482d6fd00e0546293b0ba11d4 SHA512 86f0ccdc6aad63543786db7f0a8629c25008651259f4d3fd791c2bbd52cafe49ecd4824e42c55f85b03964ba2c349773fe47cacaad6794c4da349e28cc6d59d9
PATCHES PATCHES
fix-cmake-target-path.patch fix-cmake-target-path.patch
) )

View File

@ -1,6 +1,6 @@
{ {
"name": "s2n", "name": "s2n",
"version": "1.3.56", "version": "1.4.8",
"description": "C99 implementation of the TLS/SSL protocols.", "description": "C99 implementation of the TLS/SSL protocols.",
"homepage": "https://github.com/aws/s2n-tls", "homepage": "https://github.com/aws/s2n-tls",
"license": "Apache-2.0", "license": "Apache-2.0",

View File

@ -7793,7 +7793,7 @@
"port-version": 0 "port-version": 0
}, },
"s2n": { "s2n": {
"baseline": "1.3.56", "baseline": "1.4.8",
"port-version": 0 "port-version": 0
}, },
"safeint": { "safeint": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "4249ebdeba4e52237f5098d11a0664ffe6884a93",
"version": "1.4.8",
"port-version": 0
},
{ {
"git-tree": "1a5705f86914ceeaa101adb9b7aca73c785aa584", "git-tree": "1a5705f86914ceeaa101adb9b7aca73c785aa584",
"version": "1.3.56", "version": "1.3.56",