diff options
author | Johan van Selst <johans@FreeBSD.org> | 2015-04-30 19:41:38 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2015-04-30 19:41:38 +0000 |
commit | aedd345f33a6de27f7439ffac4253efb531ef035 (patch) | |
tree | 665410f86416ce47634974f4439e6946f5e68f84 /security/wolfssl | |
parent | 63d8e7a3ae713d812790c0cfa6c8bb2829e07ff1 (diff) | |
download | ports-aedd345f33a6de27f7439ffac4253efb531ef035.tar.gz ports-aedd345f33a6de27f7439ffac4253efb531ef035.zip |
Notes
Diffstat (limited to 'security/wolfssl')
-rw-r--r-- | security/wolfssl/Makefile | 5 | ||||
-rw-r--r-- | security/wolfssl/distinfo | 4 | ||||
-rw-r--r-- | security/wolfssl/pkg-plist | 11 |
3 files changed, 10 insertions, 10 deletions
diff --git a/security/wolfssl/Makefile b/security/wolfssl/Makefile index 5d5b63403f9a..b5e8ce09d102 100644 --- a/security/wolfssl/Makefile +++ b/security/wolfssl/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= wolfssl -PORTVERSION= 3.4.0 +PORTVERSION= 3.4.6 CATEGORIES= security devel MASTER_SITES= http://www.yassl.com/ @@ -16,8 +16,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-chacha --enable-poly1305 + --enable-ripemd --enable-sha512 USE_LDCONFIG= yes PORTDOCS= * diff --git a/security/wolfssl/distinfo b/security/wolfssl/distinfo index cdc7c93f10cb..5fc63942dd35 100644 --- a/security/wolfssl/distinfo +++ b/security/wolfssl/distinfo @@ -1,2 +1,2 @@ -SHA256 (wolfssl-3.4.0.zip) = bc49a142c17b1e52a126417e5d7cbadcb7f18f5c81e446c12e214483395159ea -SIZE (wolfssl-3.4.0.zip) = 1946789 +SHA256 (wolfssl-3.4.6.zip) = 515e2b0f719bc9f9c66a20c22166b1395426cf230e3fce2ffb49c26aaf4c37f0 +SIZE (wolfssl-3.4.6.zip) = 2118363 diff --git a/security/wolfssl/pkg-plist b/security/wolfssl/pkg-plist index 0f0d9ef1d61e..00e1da96d078 100644 --- a/security/wolfssl/pkg-plist +++ b/security/wolfssl/pkg-plist @@ -138,18 +138,19 @@ include/wolfssl/wolfcrypt/blake2-int.h include/wolfssl/wolfcrypt/blake2.h include/wolfssl/wolfcrypt/camellia.h include/wolfssl/wolfcrypt/chacha.h +include/wolfssl/wolfcrypt/chacha20_poly1305.h include/wolfssl/wolfcrypt/coding.h include/wolfssl/wolfcrypt/compress.h +include/wolfssl/wolfcrypt/curve25519.h include/wolfssl/wolfcrypt/des3.h include/wolfssl/wolfcrypt/dh.h include/wolfssl/wolfcrypt/dsa.h include/wolfssl/wolfcrypt/ecc.h -include/wolfssl/wolfcrypt/ecc25519.h -include/wolfssl/wolfcrypt/ecc25519_fe.h -include/wolfssl/wolfcrypt/ecc25519_montgomery.h -include/wolfssl/wolfcrypt/ecc25519_pow225521.h +include/wolfssl/wolfcrypt/ed25519.h include/wolfssl/wolfcrypt/error-crypt.h +include/wolfssl/wolfcrypt/fe_operations.h include/wolfssl/wolfcrypt/fips_test.h +include/wolfssl/wolfcrypt/ge_operations.h include/wolfssl/wolfcrypt/hc128.h include/wolfssl/wolfcrypt/hmac.h include/wolfssl/wolfcrypt/integer.h @@ -179,5 +180,5 @@ include/wolfssl/wolfcrypt/wc_port.h lib/libwolfssl.a lib/libwolfssl.so lib/libwolfssl.so.0 -lib/libwolfssl.so.0.0.0 +lib/libwolfssl.so.0.0.1 libdata/pkgconfig/wolfssl.pc |