diff options
author | Johan van Selst <johans@FreeBSD.org> | 2016-09-12 20:30:20 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2016-09-12 20:30:20 +0000 |
commit | 0326d4325c56bb864d29b7149e526d0f65947040 (patch) | |
tree | f3a4bb14b559abd54736887565eafb7b60ca0ef4 /security/wolfssl | |
parent | 9f926520649f25c89167ee3cf04e9accb1a37977 (diff) | |
download | ports-0326d4325c56bb864d29b7149e526d0f65947040.tar.gz ports-0326d4325c56bb864d29b7149e526d0f65947040.zip |
Notes
Diffstat (limited to 'security/wolfssl')
-rw-r--r-- | security/wolfssl/Makefile | 2 | ||||
-rw-r--r-- | security/wolfssl/distinfo | 5 | ||||
-rw-r--r-- | security/wolfssl/pkg-plist | 5 |
3 files changed, 7 insertions, 5 deletions
diff --git a/security/wolfssl/Makefile b/security/wolfssl/Makefile index 7c9deab045dc..197c33e3e63e 100644 --- a/security/wolfssl/Makefile +++ b/security/wolfssl/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= wolfssl -PORTVERSION= 3.9.0 +PORTVERSION= 3.9.8 CATEGORIES= security devel MASTER_SITES= http://www.wolfssl.com/ diff --git a/security/wolfssl/distinfo b/security/wolfssl/distinfo index f253f477b773..bd85755125bb 100644 --- a/security/wolfssl/distinfo +++ b/security/wolfssl/distinfo @@ -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 diff --git a/security/wolfssl/pkg-plist b/security/wolfssl/pkg-plist index 68612682b314..01be1c8a4620 100644 --- a/security/wolfssl/pkg-plist +++ b/security/wolfssl/pkg-plist @@ -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 |