Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2014 05:38:35 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343718 - head/security/yassl
Message-ID:  <201402110538.s1B5cZcY017913@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402110538.s1B5cZcY017913>