From owner-svn-ports-all@FreeBSD.ORG Tue Feb 11 05:38:35 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E3639C4F; Tue, 11 Feb 2014 05:38:35 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B2EBF16E4; Tue, 11 Feb 2014 05:38:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1B5cZxh017916; Tue, 11 Feb 2014 05:38:35 GMT (envelope-from johans@svn.freebsd.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1B5cZcY017913; Tue, 11 Feb 2014 05:38:35 GMT (envelope-from johans@svn.freebsd.org) Message-Id: <201402110538.s1B5cZcY017913@svn.freebsd.org> From: Johan van Selst Date: Tue, 11 Feb 2014 05:38:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343718 - head/security/yassl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Feb 2014 05:38:36 -0000 Author: johans Date: Tue Feb 11 05:38:34 2014 New Revision: 343718 URL: http://svnweb.freebsd.org/changeset/ports/343718 QAT: https://qat.redports.org/buildarchive/r343718/ Log: Update CyaSSL to 2.9.0 Modified: head/security/yassl/Makefile head/security/yassl/distinfo head/security/yassl/pkg-plist Modified: head/security/yassl/Makefile ============================================================================== --- head/security/yassl/Makefile Tue Feb 11 03:48:38 2014 (r343717) +++ head/security/yassl/Makefile Tue Feb 11 05:38:34 2014 (r343718) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cyassl -PORTVERSION= 2.8.0 +PORTVERSION= 2.9.0 CATEGORIES= security devel MASTER_SITES= http://www.yassl.com/ @@ -29,4 +29,7 @@ post-configure: @${REINPLACE_CMD} -e 's/(TFM_X86)/(TFM_X86_BROKEN)/' \ ${WRKSRC}/ctaocrypt/src/asm.c +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcyassl.so + .include Modified: head/security/yassl/distinfo ============================================================================== --- head/security/yassl/distinfo Tue Feb 11 03:48:38 2014 (r343717) +++ head/security/yassl/distinfo Tue Feb 11 05:38:34 2014 (r343718) @@ -1,2 +1,2 @@ -SHA256 (cyassl-2.8.0.zip) = 94dcac2dfa87b8474815241eee50f7192e7f315c8173ec209d2a3f752bba9a8d -SIZE (cyassl-2.8.0.zip) = 1394203 +SHA256 (cyassl-2.9.0.zip) = e0b9ea0a440d7a31bfe9ab7eea82bfb7ddeb32c5e840a4764e83318654ea69ed +SIZE (cyassl-2.9.0.zip) = 1922895 Modified: head/security/yassl/pkg-plist ============================================================================== --- head/security/yassl/pkg-plist Tue Feb 11 03:48:38 2014 (r343717) +++ head/security/yassl/pkg-plist Tue Feb 11 05:38:34 2014 (r343718) @@ -62,6 +62,8 @@ include/cyassl/ctaocrypt/memory.h 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/port.h include/cyassl/ctaocrypt/pwdbased.h include/cyassl/ctaocrypt/rabbit.h include/cyassl/ctaocrypt/random.h @@ -78,7 +80,6 @@ include/cyassl/callbacks.h include/cyassl/certs_test.h include/cyassl/crl.h include/cyassl/error.h -include/cyassl/internal.h include/cyassl/ocsp.h include/cyassl/options.h include/cyassl/sniffer.h