diff options
author | Johan van Selst <johans@FreeBSD.org> | 2014-09-11 20:19:05 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2014-09-11 20:19:05 +0000 |
commit | b8cf2b9ec7f1e922bf99b2415af6105c8d0fc3a2 (patch) | |
tree | 5c7ea151de1c732a6c42adb4e9bc5fb2d7e7a2e8 /security/cyassl | |
parent | 5e189e575f944c2a442f83ecf65af6a53590cd1c (diff) | |
download | ports-b8cf2b9ec7f1e922bf99b2415af6105c8d0fc3a2.tar.gz ports-b8cf2b9ec7f1e922bf99b2415af6105c8d0fc3a2.zip |
Notes
Diffstat (limited to 'security/cyassl')
-rw-r--r-- | security/cyassl/Makefile | 7 | ||||
-rw-r--r-- | security/cyassl/distinfo | 4 | ||||
-rw-r--r-- | security/cyassl/pkg-plist | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/security/cyassl/Makefile b/security/cyassl/Makefile index d4847ad10820..d29550a35dd8 100644 --- a/security/cyassl/Makefile +++ b/security/cyassl/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cyassl -PORTVERSION= 3.1.0 +PORTVERSION= 3.2.0 CATEGORIES= security devel MASTER_SITES= http://www.yassl.com/ @@ -15,7 +15,10 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dependency-tracking \ --enable-shared --enable-static \ --enable-dtls --enable-opensslextra --enable-ipv6 \ - --enable-dsa --enable-ecc --enable-sni + --enable-dsa --enable-dh --enable-ecc --enable-sni \ + --enable-ripemd --enable-sha512 \ + --enable-chacha --enable-poly1305 + USE_LDCONFIG= yes PORTDOCS= * diff --git a/security/cyassl/distinfo b/security/cyassl/distinfo index 3afc20d00ff7..b7e155c0f929 100644 --- a/security/cyassl/distinfo +++ b/security/cyassl/distinfo @@ -1,2 +1,2 @@ -SHA256 (cyassl-3.1.0.zip) = 85a79009d2a7468910dfb1e4b975e0b00a42c695f4f1a2adc16d2507b5d0b03e -SIZE (cyassl-3.1.0.zip) = 1786785 +SHA256 (cyassl-3.2.0.zip) = e6c026f4fa8acb156f768f82251052dd1c8c7ee35ef907707ddaf84e15b38b31 +SIZE (cyassl-3.2.0.zip) = 1830891 diff --git a/security/cyassl/pkg-plist b/security/cyassl/pkg-plist index 1abe71b49b84..38cb7dbfdb50 100644 --- a/security/cyassl/pkg-plist +++ b/security/cyassl/pkg-plist @@ -2,7 +2,7 @@ bin/cyassl-config lib/libcyassl.a lib/libcyassl.so lib/libcyassl.so.5 -lib/libcyassl.so.5.0.6 +lib/libcyassl.so.5.1.0 libdata/pkgconfig/cyassl.pc include/cyassl/openssl/asn1.h include/cyassl/openssl/bio.h @@ -44,6 +44,7 @@ include/cyassl/ctaocrypt/blake2-impl.h include/cyassl/ctaocrypt/blake2-int.h include/cyassl/ctaocrypt/blake2.h include/cyassl/ctaocrypt/camellia.h +include/cyassl/ctaocrypt/chacha.h include/cyassl/ctaocrypt/coding.h include/cyassl/ctaocrypt/compress.h include/cyassl/ctaocrypt/des3.h @@ -64,6 +65,7 @@ include/cyassl/ctaocrypt/misc.h include/cyassl/ctaocrypt/mpi_class.h include/cyassl/ctaocrypt/mpi_superclass.h include/cyassl/ctaocrypt/pkcs7.h +include/cyassl/ctaocrypt/poly1305.h include/cyassl/ctaocrypt/pwdbased.h include/cyassl/ctaocrypt/rabbit.h include/cyassl/ctaocrypt/random.h |