From owner-svn-ports-head@FreeBSD.ORG Thu Sep 11 20:19:06 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 502B4CE; Thu, 11 Sep 2014 20:19:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 22991EEB; Thu, 11 Sep 2014 20:19:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8BKJ65n032194; Thu, 11 Sep 2014 20:19:06 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8BKJ5hS032191; Thu, 11 Sep 2014 20:19:05 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201409112019.s8BKJ5hS032191@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Thu, 11 Sep 2014 20:19:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367976 - head/security/cyassl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Sep 2014 20:19:06 -0000 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