svn commit: r352917 - head/security/yassl

Johan van Selst johans at FreeBSD.org
Sat May 3 14:55:31 UTC 2014


Author: johans
Date: Sat May  3 14:55:30 2014
New Revision: 352917
URL: http://svnweb.freebsd.org/changeset/ports/352917
QAT: https://qat.redports.org/buildarchive/r352917/

Log:
  Update CyaSSL to 3.0.0

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

Modified: head/security/yassl/Makefile
==============================================================================
--- head/security/yassl/Makefile	Sat May  3 14:53:12 2014	(r352916)
+++ head/security/yassl/Makefile	Sat May  3 14:55:30 2014	(r352917)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cyassl
-PORTVERSION=	2.9.0
+PORTVERSION=	3.0.0
 CATEGORIES=	security devel
 MASTER_SITES=	http://www.yassl.com/
 
@@ -10,8 +10,7 @@ COMMENT=	Embedded SSL C-Library
 
 LICENSE=	GPLv2
 
-USES=		zip
-USE_AUTOTOOLS=	libtool
+USES=		zip libtool
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-dependency-tracking \
 		--enable-shared --enable-static \
@@ -24,6 +23,7 @@ post-configure:
 	@${REINPLACE_CMD} \
 		-e 's|$${prefix}/cyassl/include|$${prefix}/include/cyassl|' \
 		-e 's|$${prefix}/cyassl/lib|$${prefix}/lib/cyassl|' \
+		-e '/^pkgconfigdir/s|(libdir)|&data|' \
 		${WRKSRC}/Makefile
 	# i386 assembly is broken: do not use
 	@${REINPLACE_CMD} -e 's/(TFM_X86)/(TFM_X86_BROKEN)/' \

Modified: head/security/yassl/distinfo
==============================================================================
--- head/security/yassl/distinfo	Sat May  3 14:53:12 2014	(r352916)
+++ head/security/yassl/distinfo	Sat May  3 14:55:30 2014	(r352917)
@@ -1,2 +1,2 @@
-SHA256 (cyassl-2.9.0.zip) = e0b9ea0a440d7a31bfe9ab7eea82bfb7ddeb32c5e840a4764e83318654ea69ed
-SIZE (cyassl-2.9.0.zip) = 1922895
+SHA256 (cyassl-3.0.0.zip) = 03825863aef91c5fccb68f1a23d1f2d404254f51fa5413b72fd4a022bece1eed
+SIZE (cyassl-3.0.0.zip) = 1942979

Modified: head/security/yassl/pkg-plist
==============================================================================
--- head/security/yassl/pkg-plist	Sat May  3 14:53:12 2014	(r352916)
+++ head/security/yassl/pkg-plist	Sat May  3 14:55:30 2014	(r352917)
@@ -1,9 +1,9 @@
 bin/cyassl-config
 lib/libcyassl.a
-lib/libcyassl.la
 lib/libcyassl.so
 lib/libcyassl.so.5
-lib/pkgconfig/cyassl.pc
+lib/libcyassl.so.5.0.5
+libdata/pkgconfig/cyassl.pc
 include/cyassl/openssl/asn1.h
 include/cyassl/openssl/bio.h
 include/cyassl/openssl/bn.h
@@ -50,7 +50,8 @@ include/cyassl/ctaocrypt/des3.h
 include/cyassl/ctaocrypt/dh.h
 include/cyassl/ctaocrypt/dsa.h
 include/cyassl/ctaocrypt/ecc.h
-include/cyassl/ctaocrypt/error.h
+include/cyassl/ctaocrypt/error-crypt.h
+include/cyassl/ctaocrypt/fips_test.h
 include/cyassl/ctaocrypt/hc128.h
 include/cyassl/ctaocrypt/hmac.h
 include/cyassl/ctaocrypt/integer.h
@@ -79,7 +80,7 @@ include/cyassl/ctaocrypt/visibility.h
 include/cyassl/callbacks.h
 include/cyassl/certs_test.h
 include/cyassl/crl.h
-include/cyassl/error.h
+include/cyassl/error-ssl.h
 include/cyassl/ocsp.h
 include/cyassl/options.h
 include/cyassl/sniffer.h
@@ -87,7 +88,6 @@ include/cyassl/sniffer_error.h
 include/cyassl/ssl.h
 include/cyassl/test.h
 include/cyassl/version.h
- at dirrmtry lib/pkgconfig
 @dirrm include/cyassl/openssl
 @dirrm include/cyassl/ctaocrypt
 @dirrm include/cyassl


More information about the svn-ports-all mailing list