git: a4e80f06aad6 - main - security/wolfssl: enable SHA224 support for i386

From: Santhosh Raju <fox_at_FreeBSD.org>
Date: Sun, 29 Jun 2025 04:23:30 UTC
The branch main has been updated by fox:

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

commit a4e80f06aad606c9f205cd543966374ef7a70f84
Author:     Santhosh Raju <fox@FreeBSD.org>
AuthorDate: 2025-06-29 04:21:03 +0000
Commit:     Santhosh Raju <fox@FreeBSD.org>
CommitDate: 2025-06-29 04:21:03 +0000

    security/wolfssl: enable SHA224 support for i386
    
    PR:             287612
    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 87fa1c88c8d7..b9b9ed9ede8f 100644
--- a/security/wolfssl/Makefile
+++ b/security/wolfssl/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	wolfssl
 PORTVERSION=	5.8.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security devel
 MASTER_SITES=	https://www.wolfssl.com/ \
 		LOCAL/fox
@@ -41,6 +41,7 @@ CONFIGURE_ARGS=	--disable-dependency-tracking \
 		--enable-context-extra-user-data
 TEST_TARGET=	check
 CFLAGS+=	-DWOLFSSL_ALT_NAMES -DWOLFSSL_GETRANDOM=1
+CFLAGS_i386+=	-DWOLFSSL_SHA224
 
 OPTIONS_DEFINE=	DEBUG DOCS