Date: Wed, 25 Feb 2026 04:56:32 +0000 From: Santhosh Raju <fox@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9370b1722797 - main - security/wolfssl: enable TLS 1.3 middlebox compat mode Message-ID: <699e8100.39e83.547aa831@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by fox: URL: https://cgit.FreeBSD.org/ports/commit/?id=9370b17227978b21c655757ea06b50d3d1cb4e71 commit 9370b17227978b21c655757ea06b50d3d1cb4e71 Author: Santhosh Raju <fox@FreeBSD.org> AuthorDate: 2026-02-25 04:52:27 +0000 Commit: Santhosh Raju <fox@FreeBSD.org> CommitDate: 2026-02-25 04:56:15 +0000 security/wolfssl: enable TLS 1.3 middlebox compat mode PR: 293232 Reported by: Mark Felder <feld@FreeBSD.org> --- security/wolfssl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/wolfssl/Makefile b/security/wolfssl/Makefile index 910e018a11dd..61ff158e3d59 100644 --- a/security/wolfssl/Makefile +++ b/security/wolfssl/Makefile @@ -1,5 +1,6 @@ PORTNAME= wolfssl PORTVERSION= 5.8.4 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= https://www.wolfssl.com/ \ LOCAL/fox @@ -39,7 +40,7 @@ CONFIGURE_ARGS= --disable-dependency-tracking \ --enable-tls13 \ --enable-tls13-draft18 TEST_TARGET= check -CFLAGS+= -DWOLFSSL_ALT_NAMES -DWOLFSSL_GETRANDOM=1 +CFLAGS+= -DWOLFSSL_ALT_NAMES -DWOLFSSL_GETRANDOM=1 -DWOLFSSL_TLS13_MIDDLEBOX_COMPAT CFLAGS_i386= -DWOLFSSL_SHA224 CFLAGS_powerpc= -DWOLFSSL_SHA224 CFLAGS_powerpc64= -DWOLFSSL_SHA224home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?699e8100.39e83.547aa831>
