diff options
author | johans <johans@FreeBSD.org> | 2016-12-27 18:24:28 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2016-12-27 18:24:28 +0800 |
commit | 8489872604d8293584826df866979edd0ae98908 (patch) | |
tree | 34cf317954b05ddd868c09df87861fdbcb4e8e79 /security | |
parent | b70d312b7c18eed60a59fb3482c957a9b18eb3ae (diff) | |
download | freebsd-ports-gnome-8489872604d8293584826df866979edd0ae98908.tar.gz freebsd-ports-gnome-8489872604d8293584826df866979edd0ae98908.tar.zst freebsd-ports-gnome-8489872604d8293584826df866979edd0ae98908.zip |
Update to WolfSSL 3.10
Configure script now uses bash-isms
Diffstat (limited to 'security')
-rw-r--r-- | security/wolfssl/Makefile | 5 | ||||
-rw-r--r-- | security/wolfssl/distinfo | 6 | ||||
-rw-r--r-- | security/wolfssl/pkg-plist | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/security/wolfssl/Makefile b/security/wolfssl/Makefile index 197c33e3e63e..cd30762d2160 100644 --- a/security/wolfssl/Makefile +++ b/security/wolfssl/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= wolfssl -PORTVERSION= 3.9.8 +PORTVERSION= 3.10.0 CATEGORIES= security devel MASTER_SITES= http://www.wolfssl.com/ @@ -10,8 +10,11 @@ COMMENT= Embedded SSL C-Library LICENSE= GPLv2 +BUILD_DEPENDS= bash:shells/bash + USES= libtool zip GNU_CONFIGURE= yes +CONFIGURE_SHELL=bash CONFIGURE_ARGS= --disable-dependency-tracking \ --enable-shared --enable-static \ --enable-dtls --enable-opensslextra --enable-ipv6 \ diff --git a/security/wolfssl/distinfo b/security/wolfssl/distinfo index bd85755125bb..fc4e2013a897 100644 --- a/security/wolfssl/distinfo +++ b/security/wolfssl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1473711052 -SHA256 (wolfssl-3.9.8.zip) = 7f784d3e181f7475f1153065146e3c10126987798c56213e98506b09f40ebdc5 -SIZE (wolfssl-3.9.8.zip) = 2672459 +TIMESTAMP = 1482833657 +SHA256 (wolfssl-3.10.0.zip) = 66f7f2a8b8ee37d6b4beab3cb0dcb6a6980fd4674373bfd3bf1214b9d0d2c02e +SIZE (wolfssl-3.10.0.zip) = 2902927 diff --git a/security/wolfssl/pkg-plist b/security/wolfssl/pkg-plist index 01be1c8a4620..49efa5c90710 100644 --- a/security/wolfssl/pkg-plist +++ b/security/wolfssl/pkg-plist @@ -172,6 +172,7 @@ include/wolfssl/wolfcrypt/memory.h include/wolfssl/wolfcrypt/misc.h include/wolfssl/wolfcrypt/mpi_class.h include/wolfssl/wolfcrypt/mpi_superclass.h +include/wolfssl/wolfcrypt/pkcs12.h include/wolfssl/wolfcrypt/pkcs7.h include/wolfssl/wolfcrypt/poly1305.h include/wolfssl/wolfcrypt/pwdbased.h @@ -190,8 +191,9 @@ include/wolfssl/wolfcrypt/types.h include/wolfssl/wolfcrypt/visibility.h include/wolfssl/wolfcrypt/wc_encrypt.h include/wolfssl/wolfcrypt/wc_port.h +include/wolfssl/wolfcrypt/wolfevent.h lib/libwolfssl.a lib/libwolfssl.so lib/libwolfssl.so.3 -lib/libwolfssl.so.3.4.0 +lib/libwolfssl.so.3.6.0 libdata/pkgconfig/wolfssl.pc |