diff --git a/security/s2n-tls/Makefile b/security/s2n-tls/Makefile index 80f56d59930e..0110e45b3dca 100644 --- a/security/s2n-tls/Makefile +++ b/security/s2n-tls/Makefile @@ -1,46 +1,46 @@ PORTNAME= s2n-tls DISTVERSIONPREFIX= v -DISTVERSION= 1.3.34 +DISTVERSION= 1.3.35 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} .include diff --git a/security/s2n-tls/distinfo b/security/s2n-tls/distinfo index a3733c5abbb9..a1ffee3d6edb 100644 --- a/security/s2n-tls/distinfo +++ b/security/s2n-tls/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1674807434 -SHA256 (aws-s2n-tls-v1.3.34_GH0.tar.gz) = c5ed216251f2ed33a7b1e61a9ab5555493d0c33fd1de3baa74e33c8b1d6b6818 -SIZE (aws-s2n-tls-v1.3.34_GH0.tar.gz) = 4145484 +TIMESTAMP = 1675250827 +SHA256 (aws-s2n-tls-v1.3.35_GH0.tar.gz) = 9d32b26e6bfcc058d98248bf8fc231537e347395dd89cf62bb432b55c5da990d +SIZE (aws-s2n-tls-v1.3.35_GH0.tar.gz) = 4151349