diff options
author | johans <johans@FreeBSD.org> | 2014-05-03 22:55:30 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2014-05-03 22:55:30 +0800 |
commit | 5105035af4870e10728c7381de209205abe98abe (patch) | |
tree | 4bd125cf14dadd701127b51a72f99a046ab9fba2 /security | |
parent | 1b89ae02673376cdb84a331ef5f9af29cdebb7f2 (diff) | |
download | freebsd-ports-gnome-5105035af4870e10728c7381de209205abe98abe.tar.gz freebsd-ports-gnome-5105035af4870e10728c7381de209205abe98abe.tar.zst freebsd-ports-gnome-5105035af4870e10728c7381de209205abe98abe.zip |
Update CyaSSL to 3.0.0
Diffstat (limited to 'security')
-rw-r--r-- | security/yassl/Makefile | 6 | ||||
-rw-r--r-- | security/yassl/distinfo | 4 | ||||
-rw-r--r-- | security/yassl/pkg-plist | 10 |
3 files changed, 10 insertions, 10 deletions
diff --git a/security/yassl/Makefile b/security/yassl/Makefile index ab5872354a2c..b12c45ef7183 100644 --- a/security/yassl/Makefile +++ b/security/yassl/Makefile @@ -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)/' \ diff --git a/security/yassl/distinfo b/security/yassl/distinfo index 240b7017a49d..145f8363431d 100644 --- a/security/yassl/distinfo +++ b/security/yassl/distinfo @@ -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 diff --git a/security/yassl/pkg-plist b/security/yassl/pkg-plist index 46031f85d89f..eb87b25ddd46 100644 --- a/security/yassl/pkg-plist +++ b/security/yassl/pkg-plist @@ -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 -@dirrmtry lib/pkgconfig @dirrm include/cyassl/openssl @dirrm include/cyassl/ctaocrypt @dirrm include/cyassl |