mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:59:06 +08:00
[s2n] update to 1.5.5 (#41637)
This commit is contained in:
parent
da5024ed2b
commit
1020f61b2f
@ -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 41abcde197e30845e64b3b63e2edf32b66611723505d176cbe439d5cc91dccf1c6dff0c53d896e5cfa5bbb65362a36dbe200883f658f47635b526c2fdf67210e
|
SHA512 10a6dcf6669ca97d65f009a692075c858b9b344c535487f64b4b2046f0cda0241c884fdc3d8f054a3bf85d080582a1000b6edca2b3bf98f7aa62857ac97443b2
|
||||||
PATCHES
|
PATCHES
|
||||||
fix-cmake-target-path.patch
|
fix-cmake-target-path.patch
|
||||||
)
|
)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "s2n",
|
"name": "s2n",
|
||||||
"version": "1.4.16",
|
"version": "1.5.5",
|
||||||
"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",
|
||||||
|
@ -8045,7 +8045,7 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"s2n": {
|
"s2n": {
|
||||||
"baseline": "1.4.16",
|
"baseline": "1.5.5",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"safeint": {
|
"safeint": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "eb07be3d0d2f927badd5e4add1727a7104811c9b",
|
||||||
|
"version": "1.5.5",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "cf330f1b71f9308d5af43845a67b5105b5cee213",
|
"git-tree": "cf330f1b71f9308d5af43845a67b5105b5cee213",
|
||||||
"version": "1.4.16",
|
"version": "1.4.16",
|
||||||
|
Loading…
Reference in New Issue
Block a user