git: 4fdde2018b74 - main - security/s2n-tls: Add comment with issue url about failed tests
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 15 Sep 2022 21:36:15 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=4fdde2018b74268a8944912b161a8cf34f8e4f7f commit 4fdde2018b74268a8944912b161a8cf34f8e4f7f Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2022-09-15 21:32:38 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-09-15 21:36:06 +0000 security/s2n-tls: Add comment with issue url about failed tests --- security/s2n-tls/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/s2n-tls/Makefile b/security/s2n-tls/Makefile index 2c38717e37e6..29c922132c41 100644 --- a/security/s2n-tls/Makefile +++ b/security/s2n-tls/Makefile @@ -43,4 +43,6 @@ post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/bin/*.c ${STAGEDIR}${EXAMPLESDIR} +# testunit fails: https://github.com/aws/s2n-tls/issues/3489 + .include <bsd.port.mk>