svn commit: r367976 - head/security/cyassl

Johan van Selst johans at FreeBSD.org
Thu Sep 11 20:19:06 UTC 2014


Author: johans
Date: Thu Sep 11 20:19:05 2014
New Revision: 367976
URL: http://svnweb.freebsd.org/changeset/ports/367976
QAT: https://qat.redports.org/buildarchive/r367976/

Log:
  - Update to CyaSSL 3.2.0
  - Enable some additional features

Modified:
  head/security/cyassl/Makefile
  head/security/cyassl/distinfo
  head/security/cyassl/pkg-plist

Modified: head/security/cyassl/Makefile
==============================================================================
--- head/security/cyassl/Makefile	Thu Sep 11 20:16:52 2014	(r367975)
+++ head/security/cyassl/Makefile	Thu Sep 11 20:19:05 2014	(r367976)
@@ -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=	*
 

Modified: head/security/cyassl/distinfo
==============================================================================
--- head/security/cyassl/distinfo	Thu Sep 11 20:16:52 2014	(r367975)
+++ head/security/cyassl/distinfo	Thu Sep 11 20:19:05 2014	(r367976)
@@ -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

Modified: head/security/cyassl/pkg-plist
==============================================================================
--- head/security/cyassl/pkg-plist	Thu Sep 11 20:16:52 2014	(r367975)
+++ head/security/cyassl/pkg-plist	Thu Sep 11 20:19:05 2014	(r367976)
@@ -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


More information about the svn-ports-head mailing list