aboutsummaryrefslogtreecommitdiff
path: root/security/wolfssl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/wolfssl/Makefile')
-rw-r--r--security/wolfssl/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/security/wolfssl/Makefile b/security/wolfssl/Makefile
index 87fa1c88c8d7..d764d1571851 100644
--- a/security/wolfssl/Makefile
+++ b/security/wolfssl/Makefile
@@ -1,5 +1,5 @@
PORTNAME= wolfssl
-PORTVERSION= 5.8.0
+PORTVERSION= 5.8.2
PORTREVISION= 1
CATEGORIES= security devel
MASTER_SITES= https://www.wolfssl.com/ \
@@ -9,7 +9,7 @@ MAINTAINER= fox@FreeBSD.org
COMMENT= Embedded SSL C-Library
WWW= https://www.wolfssl.com/
-LICENSE= GPLv2+
+LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cpe libtool zip
@@ -41,6 +41,10 @@ CONFIGURE_ARGS= --disable-dependency-tracking \
--enable-context-extra-user-data
TEST_TARGET= check
CFLAGS+= -DWOLFSSL_ALT_NAMES -DWOLFSSL_GETRANDOM=1
+CFLAGS_i386= -DWOLFSSL_SHA224
+CFLAGS_powerpc= -DWOLFSSL_SHA224
+CFLAGS_powerpc64= -DWOLFSSL_SHA224
+CFLAGS_powerpc64le= -DWOLFSSL_SHA224
OPTIONS_DEFINE= DEBUG DOCS