diff --git a/ports/s2n/portfile.cmake b/ports/s2n/portfile.cmake index e90c648022a4c0..a8c2e0c17d342e 100644 --- a/ports/s2n/portfile.cmake +++ b/ports/s2n/portfile.cmake @@ -16,6 +16,7 @@ vcpkg_cmake_configure( SOURCE_PATH "${SOURCE_PATH}" OPTIONS ${FEATURE_OPTIONS} + -DUNSAFE_TREAT_WARNINGS_AS_ERRORS=OFF ) vcpkg_cmake_install() diff --git a/ports/s2n/vcpkg.json b/ports/s2n/vcpkg.json index d4c3a1960af06d..42eb7352d379dd 100644 --- a/ports/s2n/vcpkg.json +++ b/ports/s2n/vcpkg.json @@ -1,6 +1,7 @@ { "name": "s2n", "version": "1.3.0", + "port-version": 1, "description": "C99 implementation of the TLS/SSL protocols.", "homepage": "https://github.com/aws/s2n-tls", "supports": "!uwp & !windows", diff --git a/versions/baseline.json b/versions/baseline.json index a5fcf88f996554..a8cd8b40fe9424 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6166,7 +6166,7 @@ }, "s2n": { "baseline": "1.3.0", - "port-version": 0 + "port-version": 1 }, "safeint": { "baseline": "3.0.26", diff --git a/versions/s-/s2n.json b/versions/s-/s2n.json index bebf0bbc9aa7e4..0cb1b3585974ef 100644 --- a/versions/s-/s2n.json +++ b/versions/s-/s2n.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "7cb2325defd326de178cf524bd5db039ff1dc112", + "version": "1.3.0", + "port-version": 1 + }, { "git-tree": "a8252a918117164e1f6472663244fda74690f849", "version": "1.3.0",