svn commit: r454654 - head/security/wolfssl

Johan van Selst johans at FreeBSD.org
Tue Nov 21 21:15:37 UTC 2017


Author: johans
Date: Tue Nov 21 21:15:35 2017
New Revision: 454654
URL: https://svnweb.freebsd.org/changeset/ports/454654

Log:
  Update to WolfSSL 3.12
  https://www.wolfssl.com/docs/wolfssl-changelog/

Modified:
  head/security/wolfssl/Makefile
  head/security/wolfssl/distinfo
  head/security/wolfssl/pkg-plist

Modified: head/security/wolfssl/Makefile
==============================================================================
--- head/security/wolfssl/Makefile	Tue Nov 21 20:47:32 2017	(r454653)
+++ head/security/wolfssl/Makefile	Tue Nov 21 21:15:35 2017	(r454654)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	wolfssl
-PORTVERSION=	3.11.0
+PORTVERSION=	3.12.2
 CATEGORIES=	security devel
 MASTER_SITES=	http://www.wolfssl.com/
 
@@ -23,7 +23,7 @@ CONFIGURE_ARGS=	--disable-dependency-tracking \
 		--enable-shared --enable-static \
 		--enable-dtls --enable-opensslextra --enable-ipv6 \
 		--enable-dsa --enable-dh --enable-ecc --enable-sni \
-		--enable-ripemd --enable-sha512
+		--enable-ripemd --enable-sha512 --enable-opensslcoexist
 
 USE_LDCONFIG=	yes
 PORTDOCS=	*

Modified: head/security/wolfssl/distinfo
==============================================================================
--- head/security/wolfssl/distinfo	Tue Nov 21 20:47:32 2017	(r454653)
+++ head/security/wolfssl/distinfo	Tue Nov 21 21:15:35 2017	(r454654)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1494352811
-SHA256 (wolfssl-3.11.0.zip) = 7f98e1a0b544247c1d0c6e9efdef26b29258ab1b0d12ca5cd24bc882051affc8
-SIZE (wolfssl-3.11.0.zip) = 3112597
+TIMESTAMP = 1511297525
+SHA256 (wolfssl-3.12.2.zip) = 4993844c4b7919007c4511ec3f987fb06543536c3fc933cb53491bffe9150e49
+SIZE (wolfssl-3.12.2.zip) = 3846536

Modified: head/security/wolfssl/pkg-plist
==============================================================================
--- head/security/wolfssl/pkg-plist	Tue Nov 21 20:47:32 2017	(r454653)
+++ head/security/wolfssl/pkg-plist	Tue Nov 21 21:15:35 2017	(r454654)
@@ -94,7 +94,6 @@ include/wolfssl/callbacks.h
 include/wolfssl/certs_test.h
 include/wolfssl/crl.h
 include/wolfssl/error-ssl.h
-include/wolfssl/io.h
 include/wolfssl/ocsp.h
 include/wolfssl/openssl/aes.h
 include/wolfssl/openssl/asn1.h
@@ -152,6 +151,7 @@ include/wolfssl/wolfcrypt/chacha20_poly1305.h
 include/wolfssl/wolfcrypt/cmac.h
 include/wolfssl/wolfcrypt/coding.h
 include/wolfssl/wolfcrypt/compress.h
+include/wolfssl/wolfcrypt/cpuid.h
 include/wolfssl/wolfcrypt/curve25519.h
 include/wolfssl/wolfcrypt/des3.h
 include/wolfssl/wolfcrypt/dh.h
@@ -186,6 +186,7 @@ include/wolfssl/wolfcrypt/ripemd.h
 include/wolfssl/wolfcrypt/rsa.h
 include/wolfssl/wolfcrypt/settings.h
 include/wolfssl/wolfcrypt/sha.h
+include/wolfssl/wolfcrypt/sha3.h
 include/wolfssl/wolfcrypt/sha256.h
 include/wolfssl/wolfcrypt/sha512.h
 include/wolfssl/wolfcrypt/signature.h
@@ -197,8 +198,9 @@ include/wolfssl/wolfcrypt/wc_encrypt.h
 include/wolfssl/wolfcrypt/wc_port.h
 include/wolfssl/wolfcrypt/wolfevent.h
 include/wolfssl/wolfcrypt/wolfmath.h
+include/wolfssl/wolfio.h
 lib/libwolfssl.a
 lib/libwolfssl.so
-lib/libwolfssl.so.12
-lib/libwolfssl.so.12.0.0
+lib/libwolfssl.so.14
+lib/libwolfssl.so.14.0.0
 libdata/pkgconfig/wolfssl.pc


More information about the svn-ports-head mailing list