Date: Tue, 27 Dec 2016 10:24:28 +0000 (UTC) From: Johan van Selst <johans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429595 - head/security/wolfssl Message-ID: <201612271024.uBRAOS0a030805@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: johans Date: Tue Dec 27 10:24:28 2016 New Revision: 429595 URL: https://svnweb.freebsd.org/changeset/ports/429595 Log: Update to WolfSSL 3.10 Configure script now uses bash-isms Modified: head/security/wolfssl/Makefile head/security/wolfssl/distinfo head/security/wolfssl/pkg-plist Modified: head/security/wolfssl/Makefile ============================================================================== --- head/security/wolfssl/Makefile Tue Dec 27 10:13:25 2016 (r429594) +++ head/security/wolfssl/Makefile Tue Dec 27 10:24:28 2016 (r429595) @@ -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 \ Modified: head/security/wolfssl/distinfo ============================================================================== --- head/security/wolfssl/distinfo Tue Dec 27 10:13:25 2016 (r429594) +++ head/security/wolfssl/distinfo Tue Dec 27 10:24:28 2016 (r429595) @@ -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 Modified: head/security/wolfssl/pkg-plist ============================================================================== --- head/security/wolfssl/pkg-plist Tue Dec 27 10:13:25 2016 (r429594) +++ head/security/wolfssl/pkg-plist Tue Dec 27 10:24:28 2016 (r429595) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612271024.uBRAOS0a030805>