git: e0b8ce7ea099 - main - security/wolfssl: Add haproxy support
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 17 May 2025 09:47:39 UTC
The branch main has been updated by fox: URL: https://cgit.FreeBSD.org/ports/commit/?id=e0b8ce7ea099547baf3fd16f06639c24571a6522 commit e0b8ce7ea099547baf3fd16f06639c24571a6522 Author: Santhosh Raju <fox@FreeBSD.org> AuthorDate: 2025-05-17 09:45:27 +0000 Commit: Santhosh Raju <fox@FreeBSD.org> CommitDate: 2025-05-17 09:45:27 +0000 security/wolfssl: Add haproxy support PR: 286726 Reported by: Mark Felder <feld@FreeBSD.org> --- security/wolfssl/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/security/wolfssl/Makefile b/security/wolfssl/Makefile index 837bebd08315..87fa1c88c8d7 100644 --- a/security/wolfssl/Makefile +++ b/security/wolfssl/Makefile @@ -1,5 +1,6 @@ PORTNAME= wolfssl PORTVERSION= 5.8.0 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= https://www.wolfssl.com/ \ LOCAL/fox @@ -35,9 +36,11 @@ CONFIGURE_ARGS= --disable-dependency-tracking \ --enable-static \ --enable-tls13 \ --enable-tls13-draft18 \ + --enable-haproxy \ + --enable-quic \ --enable-context-extra-user-data TEST_TARGET= check -CFLAGS+= -DWOLFSSL_ALT_NAMES +CFLAGS+= -DWOLFSSL_ALT_NAMES -DWOLFSSL_GETRANDOM=1 OPTIONS_DEFINE= DEBUG DOCS