summaryrefslogtreecommitdiff
path: root/security/wolfssl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/wolfssl/Makefile')
-rw-r--r--security/wolfssl/Makefile13
1 files changed, 10 insertions, 3 deletions
diff --git a/security/wolfssl/Makefile b/security/wolfssl/Makefile
index 837bebd08315..d764d1571851 100644
--- a/security/wolfssl/Makefile
+++ b/security/wolfssl/Makefile
@@ -1,5 +1,6 @@
PORTNAME= wolfssl
-PORTVERSION= 5.8.0
+PORTVERSION= 5.8.2
+PORTREVISION= 1
CATEGORIES= security devel
MASTER_SITES= https://www.wolfssl.com/ \
LOCAL/fox
@@ -8,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
@@ -35,9 +36,15 @@ 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
+CFLAGS_i386= -DWOLFSSL_SHA224
+CFLAGS_powerpc= -DWOLFSSL_SHA224
+CFLAGS_powerpc64= -DWOLFSSL_SHA224
+CFLAGS_powerpc64le= -DWOLFSSL_SHA224
OPTIONS_DEFINE= DEBUG DOCS