Date: Mon, 12 Sep 2016 20:30:20 +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: r421959 - head/security/wolfssl Message-ID: <201609122030.u8CKUK5H091699@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: johans Date: Mon Sep 12 20:30:20 2016 New Revision: 421959 URL: https://svnweb.freebsd.org/changeset/ports/421959 Log: Update to WolfSSL 3.9.8 Modified: head/security/wolfssl/Makefile head/security/wolfssl/distinfo head/security/wolfssl/pkg-plist Modified: head/security/wolfssl/Makefile ============================================================================== --- head/security/wolfssl/Makefile Mon Sep 12 20:26:05 2016 (r421958) +++ head/security/wolfssl/Makefile Mon Sep 12 20:30:20 2016 (r421959) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= wolfssl -PORTVERSION= 3.9.0 +PORTVERSION= 3.9.8 CATEGORIES= security devel MASTER_SITES= http://www.wolfssl.com/ Modified: head/security/wolfssl/distinfo ============================================================================== --- head/security/wolfssl/distinfo Mon Sep 12 20:26:05 2016 (r421958) +++ head/security/wolfssl/distinfo Mon Sep 12 20:30:20 2016 (r421959) @@ -1,2 +1,3 @@ -SHA256 (wolfssl-3.9.0.zip) = 98f50244f7b43f8683bd0cf5c599849d330e75e6cf077e96f14e83bda8b03ca3 -SIZE (wolfssl-3.9.0.zip) = 2492112 +TIMESTAMP = 1473711052 +SHA256 (wolfssl-3.9.8.zip) = 7f784d3e181f7475f1153065146e3c10126987798c56213e98506b09f40ebdc5 +SIZE (wolfssl-3.9.8.zip) = 2672459 Modified: head/security/wolfssl/pkg-plist ============================================================================== --- head/security/wolfssl/pkg-plist Mon Sep 12 20:26:05 2016 (r421958) +++ head/security/wolfssl/pkg-plist Mon Sep 12 20:30:20 2016 (r421959) @@ -93,7 +93,6 @@ include/wolfssl/callbacks.h include/wolfssl/certs_test.h include/wolfssl/crl.h include/wolfssl/error-ssl.h -include/wolfssl/mem_track.h include/wolfssl/ocsp.h include/wolfssl/openssl/asn1.h include/wolfssl/openssl/bio.h @@ -146,6 +145,7 @@ include/wolfssl/wolfcrypt/blake2.h include/wolfssl/wolfcrypt/camellia.h include/wolfssl/wolfcrypt/chacha.h include/wolfssl/wolfcrypt/chacha20_poly1305.h +include/wolfssl/wolfcrypt/cmac.h include/wolfssl/wolfcrypt/coding.h include/wolfssl/wolfcrypt/compress.h include/wolfssl/wolfcrypt/curve25519.h @@ -167,6 +167,7 @@ include/wolfssl/wolfcrypt/logging.h include/wolfssl/wolfcrypt/md2.h include/wolfssl/wolfcrypt/md4.h include/wolfssl/wolfcrypt/md5.h +include/wolfssl/wolfcrypt/mem_track.h include/wolfssl/wolfcrypt/memory.h include/wolfssl/wolfcrypt/misc.h include/wolfssl/wolfcrypt/mpi_class.h @@ -192,5 +193,5 @@ include/wolfssl/wolfcrypt/wc_port.h lib/libwolfssl.a lib/libwolfssl.so lib/libwolfssl.so.3 -lib/libwolfssl.so.3.2.0 +lib/libwolfssl.so.3.4.0 libdata/pkgconfig/wolfssl.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609122030.u8CKUK5H091699>