diff options
author | Johan van Selst <johans@FreeBSD.org> | 2017-11-21 21:15:35 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2017-11-21 21:15:35 +0000 |
commit | 60a014287dfc88b0678522b80fd8d5716551e205 (patch) | |
tree | 156b2fff984cb467ede89d826abbe50e21efb1b3 | |
parent | devel/gogs: update 0.11.29 -> 0.11.33 (diff) |
Update to WolfSSL 3.12
https://www.wolfssl.com/docs/wolfssl-changelog/
Notes
Notes:
svn path=/head/; revision=454654
-rw-r--r-- | security/wolfssl/Makefile | 4 | ||||
-rw-r--r-- | security/wolfssl/distinfo | 6 | ||||
-rw-r--r-- | security/wolfssl/pkg-plist | 8 |
3 files changed, 10 insertions, 8 deletions
diff --git a/security/wolfssl/Makefile b/security/wolfssl/Makefile index 9b88ef593e36..979f2158107f 100644 --- a/security/wolfssl/Makefile +++ b/security/wolfssl/Makefile @@ -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= * diff --git a/security/wolfssl/distinfo b/security/wolfssl/distinfo index c72c8c85e539..34ead4f28ab2 100644 --- a/security/wolfssl/distinfo +++ b/security/wolfssl/distinfo @@ -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 diff --git a/security/wolfssl/pkg-plist b/security/wolfssl/pkg-plist index b93332852532..c1791635b08f 100644 --- a/security/wolfssl/pkg-plist +++ b/security/wolfssl/pkg-plist @@ -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 |