diff --git a/security/s2n-tls/Makefile b/security/s2n-tls/Makefile index 425f7245e1b4..0c64219e3d9c 100644 --- a/security/s2n-tls/Makefile +++ b/security/s2n-tls/Makefile @@ -1,50 +1,50 @@ PORTNAME= s2n-tls DISTVERSIONPREFIX= v -DISTVERSION= 1.5.25 +DISTVERSION= 1.5.26 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 752762392237..55fdd53a5195 100644 --- a/security/s2n-tls/distinfo +++ b/security/s2n-tls/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1756159633 -SHA256 (aws-s2n-tls-v1.5.25_GH0.tar.gz) = ba7d7000a13e109c062e758afa26a6355d7fae3a7279da17e69f0d5a74e438f2 -SIZE (aws-s2n-tls-v1.5.25_GH0.tar.gz) = 5081332 +TIMESTAMP = 1757965544 +SHA256 (aws-s2n-tls-v1.5.26_GH0.tar.gz) = 22c3e73d5deaff691caf66e0303e23d0f531dc64eb70cb8028c7dcda467f9b31 +SIZE (aws-s2n-tls-v1.5.26_GH0.tar.gz) = 5091583 diff --git a/security/s2n-tls/pkg-plist b/security/s2n-tls/pkg-plist index f88ebe2704ec..a25dd890580c 100644 --- a/security/s2n-tls/pkg-plist +++ b/security/s2n-tls/pkg-plist @@ -1,16 +1,17 @@ include/s2n.h +include/s2n/unstable/async_offload.h include/s2n/unstable/cert_authorities.h include/s2n/unstable/cleanup.h include/s2n/unstable/crl.h include/s2n/unstable/custom_x509_extensions.h include/s2n/unstable/fingerprint.h include/s2n/unstable/ktls.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