diff --git a/security/s2n-tls/Makefile b/security/s2n-tls/Makefile index 02549bc9c8d6..0e69ca219f62 100644 --- a/security/s2n-tls/Makefile +++ b/security/s2n-tls/Makefile @@ -1,48 +1,48 @@ PORTNAME= s2n-tls DISTVERSIONPREFIX= v -DISTVERSION= 1.3.28 +DISTVERSION= 1.3.29 PORTEPOCH= 1 CATEGORIES= security MAINTAINER= eduardo@FreeBSD.org COMMENT= C99 implementation of the TLS/SSL protocols WWW= https://github.com/aws/s2n-tls LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake:testing ssl USE_GITHUB= yes GH_ACCOUNT= aws USE_LDCONFIG= yes CMAKE_OFF= BUILD_TESTING CMAKE_ON= BUILD_SHARED_LIBS SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS EXAMPLES LTO OPTIONS_DEFINE_amd64= ASM OPTIONS_DEFAULT= LTO ASM_DESC= Enable PQ crypto assembly (reqs AVX2 and BMI2 support) ASM_CMAKE_OFF= -DS2N_NO_PQ_ASM=1 LTO_CMAKE_BOOL= S2N_LTO .include .if ${ARCH} != aarch64 && ${ARCH} != amd64 && ${ARCH} != arm && ${ARCH} != armv6 && ${ARCH} != armv7 && ${ARCH} != i386 CMAKE_ON+= S2N_NO_PQ .endif post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${CP} -r ${WRKSRC}/docs/* ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/bin/*.c ${STAGEDIR}${EXAMPLESDIR} # testunit fails: https://github.com/aws/s2n-tls/issues/3489 .include diff --git a/security/s2n-tls/distinfo b/security/s2n-tls/distinfo index 4b50ca254a3e..a242f37b5e13 100644 --- a/security/s2n-tls/distinfo +++ b/security/s2n-tls/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1668618786 -SHA256 (aws-s2n-tls-v1.3.28_GH0.tar.gz) = 51000747bece77f35df88b2a4157c0caf16e6a092ab6dc71cd6880bf47afa169 -SIZE (aws-s2n-tls-v1.3.28_GH0.tar.gz) = 4514392 +TIMESTAMP = 1669837862 +SHA256 (aws-s2n-tls-v1.3.29_GH0.tar.gz) = 5783b61d9e89e73d392e146be3b2b4ef719f1c68167d7c0b137d6f2a598e1cc6 +SIZE (aws-s2n-tls-v1.3.29_GH0.tar.gz) = 4519145 diff --git a/security/s2n-tls/files/patch-bin_s2nd.c b/security/s2n-tls/files/patch-bin_s2nd.c deleted file mode 100644 index 4fb149a57dfd..000000000000 --- a/security/s2n-tls/files/patch-bin_s2nd.c +++ /dev/null @@ -1,10 +0,0 @@ ---- bin/s2nd.c.orig 2021-10-21 18:40:56 UTC -+++ bin/s2nd.c -@@ -15,6 +15,7 @@ - - #include - #include -+#include - #include - #include - #include diff --git a/security/s2n-tls/pkg-plist b/security/s2n-tls/pkg-plist index 67c221d0b36f..67e0cededb27 100644 --- a/security/s2n-tls/pkg-plist +++ b/security/s2n-tls/pkg-plist @@ -1,33 +1,34 @@ include/s2n.h +include/s2n/unstable/crl.h include/s2n/unstable/npn.h include/s2n/unstable/renegotiate.h lib/libs2n.so lib/libs2n.so.1 lib/libs2n.so.1.0.0 lib/s2n/cmake/modules/Findcrypto.cmake lib/s2n/cmake/s2n-config.cmake lib/s2n/cmake/shared/s2n-targets-%%CMAKE_BUILD_TYPE%%.cmake lib/s2n/cmake/shared/s2n-targets.cmake %%PORTDOCS%%%%DOCSDIR%%/BINDINGS.md %%PORTDOCS%%%%DOCSDIR%%/DEVELOPMENT-GUIDE.md %%PORTDOCS%%%%DOCSDIR%%/READING-LIST.md %%PORTDOCS%%%%DOCSDIR%%/SAFETY-MACROS.md %%PORTDOCS%%%%DOCSDIR%%/STATE-MACHINE.md %%PORTDOCS%%%%DOCSDIR%%/USAGE-GUIDE.md %%PORTDOCS%%%%DOCSDIR%%/doxygen/Doxyfile %%PORTDOCS%%%%DOCSDIR%%/images/s2n-logo-final.pdf %%PORTDOCS%%%%DOCSDIR%%/images/s2n-logo-final.svg %%PORTDOCS%%%%DOCSDIR%%/images/s2n-logo-github.svg %%PORTDOCS%%%%DOCSDIR%%/images/s2n_lambda.png %%PORTDOCS%%%%DOCSDIR%%/images/s2n_logo_github.png %%PORTDOCS%%%%DOCSDIR%%/images/s2n_stuffer_layout.png %%PORTDOCS%%%%DOCSDIR%%/images/s2n_tls_layers.png %%PORTDOCS%%%%DOCSDIR%%/images/scram_example.png %%PORTDOCS%%%%DOCSDIR%%/images/scram_intro.png %%PORTDOCS%%%%DOCSDIR%%/images/tls12_state_machine.svg %%PORTDOCS%%%%DOCSDIR%%/images/tls13_state_machine.svg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/common.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/echo.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/https.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/s2nc.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/s2nd.c