diff --git a/security/s2n-tls/Makefile b/security/s2n-tls/Makefile index c4fbbbe5160d..c5f04904b9dd 100644 --- a/security/s2n-tls/Makefile +++ b/security/s2n-tls/Makefile @@ -1,50 +1,50 @@ PORTNAME= s2n-tls DISTVERSIONPREFIX= v -DISTVERSION= 1.4.7 +DISTVERSION= 1.4.8 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 PORTDOCS= *.md doxygen examples images usage-guide PORTEXAMPLES= Makefile *.c 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 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/docs && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR}) do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/bin && ${COPYTREE_SHARE} "${PORTEXAMPLES}" ${STAGEDIR}${EXAMPLESDIR}) .include diff --git a/security/s2n-tls/distinfo b/security/s2n-tls/distinfo index 1a81e13f66a0..b1d4820d7cce 100644 --- a/security/s2n-tls/distinfo +++ b/security/s2n-tls/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1710570454 -SHA256 (aws-s2n-tls-v1.4.7_GH0.tar.gz) = 907b2995d87dedd1fb30a78978b3c10e1604d7a7cfb2d57d7a1763d36d599686 -SIZE (aws-s2n-tls-v1.4.7_GH0.tar.gz) = 4598379 +TIMESTAMP = 1710931349 +SHA256 (aws-s2n-tls-v1.4.8_GH0.tar.gz) = ffb7f3dfaee7a05c041296e19ff0a079d01552ce2615ec14361a6458a0e22d18 +SIZE (aws-s2n-tls-v1.4.8_GH0.tar.gz) = 4603134