git: 5d788b406715 - main - security/wolfssl: Enable additional build options.

From: Santhosh Raju <fox_at_FreeBSD.org>
Date: Sat, 02 Nov 2024 03:11:29 UTC
The branch main has been updated by fox:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5d788b406715ef4b843669684e5dfbe84317788b

commit 5d788b406715ef4b843669684e5dfbe84317788b
Author:     Santhosh Raju <fox@FreeBSD.org>
AuthorDate: 2024-11-02 03:00:50 +0000
Commit:     Santhosh Raju <fox@FreeBSD.org>
CommitDate: 2024-11-02 03:10:37 +0000

    security/wolfssl: Enable additional build options.
    
    Enable option for storing user-defined data in TLS API
    
    PR:             282430
    Reported by:    Matthias Andree <mandree@FreeBSD.org>
---
 security/wolfssl/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/security/wolfssl/Makefile b/security/wolfssl/Makefile
index f94d39d93159..b7bea2f438f2 100644
--- a/security/wolfssl/Makefile
+++ b/security/wolfssl/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	wolfssl
 PORTVERSION=	5.7.4
+PORTREVISION=	1
 CATEGORIES=	security devel
 MASTER_SITES=	https://www.wolfssl.com/ \
 		LOCAL/fox
@@ -34,7 +35,8 @@ CONFIGURE_ARGS=	--disable-dependency-tracking \
 		--enable-ssh \
 		--enable-static \
 		--enable-tls13 \
-		--enable-tls13-draft18
+		--enable-tls13-draft18 \
+		--enable-context-extra-user-data
 TEST_TARGET=	check
 CFLAGS+=	-DWOLFSSL_ALT_NAMES