From owner-svn-ports-head@FreeBSD.ORG Sat Mar 28 09:15:27 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8FABBA56; Sat, 28 Mar 2015 09:15:27 +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 78A1494B; Sat, 28 Mar 2015 09:15:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2S9FRl8018509; Sat, 28 Mar 2015 09:15:27 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2S9FP1P018503; Sat, 28 Mar 2015 09:15:25 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201503280915.t2S9FP1P018503@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sat, 28 Mar 2015 09:15:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382450 - in head: . security security/cyassl security/wolfssl 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: Sat, 28 Mar 2015 09:15:27 -0000 Author: johans Date: Sat Mar 28 09:15:24 2015 New Revision: 382450 URL: https://svnweb.freebsd.org/changeset/ports/382450 QAT: https://qat.redports.org/buildarchive/r382450/ Log: CyaSSL has been renamed WolfSSL upstream Rename port and update to 3.4.0 http://www.yassl.com/yaSSL/Products-wolfssl.html Added: head/security/wolfssl/ - copied from r382449, head/security/cyassl/ Deleted: head/security/cyassl/ Modified: head/MOVED head/security/Makefile head/security/wolfssl/Makefile head/security/wolfssl/distinfo head/security/wolfssl/pkg-descr head/security/wolfssl/pkg-plist Modified: head/MOVED ============================================================================== --- head/MOVED Sat Mar 28 05:15:03 2015 (r382449) +++ head/MOVED Sat Mar 28 09:15:24 2015 (r382450) @@ -7445,3 +7445,4 @@ x11-fonts/ttmkfdir|x11-fonts/mkfontdir|2 audio/raproxy||2015-03-28|Has expired: Broken for more than 6 months converters/ruby-iconv||2015-03-28|Has expired: Not needed with Ruby 2.x databases/pydbdesigner||2015-03-28|Has expired: Broken for more than 6 months +security/cyassl|security/wolfssl|2015-03-28|Renamed upstream Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sat Mar 28 05:15:03 2015 (r382449) +++ head/security/Makefile Sat Mar 28 09:15:24 2015 (r382450) @@ -88,7 +88,6 @@ SUBDIR += cryptopp SUBDIR += cryptstring SUBDIR += cvm - SUBDIR += cyassl SUBDIR += cyrus-sasl2 SUBDIR += cyrus-sasl2-gssapi SUBDIR += cyrus-sasl2-ldapdb @@ -1049,6 +1048,7 @@ SUBDIR += whatweb SUBDIR += wipe SUBDIR += wpa_supplicant + SUBDIR += wolfssl SUBDIR += xca SUBDIR += xinetd SUBDIR += xml-security Modified: head/security/wolfssl/Makefile ============================================================================== --- head/security/cyassl/Makefile Sat Mar 28 05:15:03 2015 (r382449) +++ head/security/wolfssl/Makefile Sat Mar 28 09:15:24 2015 (r382450) @@ -1,7 +1,7 @@ # $FreeBSD$ -PORTNAME= cyassl -PORTVERSION= 3.3.0 +PORTNAME= wolfssl +PORTVERSION= 3.4.0 CATEGORIES= security devel MASTER_SITES= http://www.yassl.com/ @@ -28,11 +28,8 @@ post-configure: -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)/' \ - ${WRKSRC}/ctaocrypt/src/asm.c post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcyassl.so + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libwolfssl.so .include Modified: head/security/wolfssl/distinfo ============================================================================== --- head/security/cyassl/distinfo Sat Mar 28 05:15:03 2015 (r382449) +++ head/security/wolfssl/distinfo Sat Mar 28 09:15:24 2015 (r382450) @@ -1,2 +1,2 @@ -SHA256 (cyassl-3.3.0.zip) = e51583ea1e4d64537553922d67a96360312811dffef58d4c05506aa98a296fe3 -SIZE (cyassl-3.3.0.zip) = 1821258 +SHA256 (wolfssl-3.4.0.zip) = bc49a142c17b1e52a126417e5d7cbadcb7f18f5c81e446c12e214483395159ea +SIZE (wolfssl-3.4.0.zip) = 1946789 Modified: head/security/wolfssl/pkg-descr ============================================================================== --- head/security/cyassl/pkg-descr Sat Mar 28 05:15:03 2015 (r382449) +++ head/security/wolfssl/pkg-descr Sat Mar 28 09:15:24 2015 (r382450) @@ -1,4 +1,4 @@ -Cyassl is an embedded SSL Library for programmers building security +Wolfssl is an embedded SSL Library for programmers building security functionality into their applications and devices. Features Modified: head/security/wolfssl/pkg-plist ============================================================================== --- head/security/cyassl/pkg-plist Sat Mar 28 05:15:03 2015 (r382449) +++ head/security/wolfssl/pkg-plist Sat Mar 28 09:15:24 2015 (r382450) @@ -1,41 +1,7 @@ -bin/cyassl-config -lib/libcyassl.a -lib/libcyassl.so -lib/libcyassl.so.5 -lib/libcyassl.so.5.1.0 -libdata/pkgconfig/cyassl.pc -include/cyassl/openssl/asn1.h -include/cyassl/openssl/bio.h -include/cyassl/openssl/bn.h -include/cyassl/openssl/conf.h -include/cyassl/openssl/crypto.h -include/cyassl/openssl/des.h -include/cyassl/openssl/dh.h -include/cyassl/openssl/dsa.h -include/cyassl/openssl/ec.h -include/cyassl/openssl/ecdsa.h -include/cyassl/openssl/engine.h -include/cyassl/openssl/err.h -include/cyassl/openssl/evp.h -include/cyassl/openssl/hmac.h -include/cyassl/openssl/lhash.h -include/cyassl/openssl/md4.h -include/cyassl/openssl/md5.h -include/cyassl/openssl/ocsp.h -include/cyassl/openssl/opensslconf.h -include/cyassl/openssl/opensslv.h -include/cyassl/openssl/ossl_typ.h -include/cyassl/openssl/pem.h -include/cyassl/openssl/pkcs12.h -include/cyassl/openssl/rand.h -include/cyassl/openssl/ripemd.h -include/cyassl/openssl/rsa.h -include/cyassl/openssl/sha.h -include/cyassl/openssl/ssl.h -include/cyassl/openssl/stack.h -include/cyassl/openssl/ui.h -include/cyassl/openssl/x509.h -include/cyassl/openssl/x509v3.h +bin/wolfssl-config +include/cyassl/callbacks.h +include/cyassl/certs_test.h +include/cyassl/crl.h include/cyassl/ctaocrypt/aes.h include/cyassl/ctaocrypt/arc4.h include/cyassl/ctaocrypt/asn.h @@ -72,6 +38,7 @@ include/cyassl/ctaocrypt/random.h include/cyassl/ctaocrypt/ripemd.h include/cyassl/ctaocrypt/rsa.h include/cyassl/ctaocrypt/settings.h +include/cyassl/ctaocrypt/settings_comp.h include/cyassl/ctaocrypt/sha.h include/cyassl/ctaocrypt/sha256.h include/cyassl/ctaocrypt/sha512.h @@ -79,14 +46,138 @@ include/cyassl/ctaocrypt/tfm.h include/cyassl/ctaocrypt/types.h include/cyassl/ctaocrypt/visibility.h include/cyassl/ctaocrypt/wc_port.h -include/cyassl/callbacks.h -include/cyassl/certs_test.h -include/cyassl/crl.h include/cyassl/error-ssl.h include/cyassl/ocsp.h +include/cyassl/openssl/asn1.h +include/cyassl/openssl/bio.h +include/cyassl/openssl/bn.h +include/cyassl/openssl/conf.h +include/cyassl/openssl/crypto.h +include/cyassl/openssl/des.h +include/cyassl/openssl/dh.h +include/cyassl/openssl/dsa.h +include/cyassl/openssl/ec.h +include/cyassl/openssl/ecdsa.h +include/cyassl/openssl/engine.h +include/cyassl/openssl/err.h +include/cyassl/openssl/evp.h +include/cyassl/openssl/hmac.h +include/cyassl/openssl/lhash.h +include/cyassl/openssl/md4.h +include/cyassl/openssl/md5.h +include/cyassl/openssl/ocsp.h +include/cyassl/openssl/opensslconf.h +include/cyassl/openssl/opensslv.h +include/cyassl/openssl/ossl_typ.h +include/cyassl/openssl/pem.h +include/cyassl/openssl/pkcs12.h +include/cyassl/openssl/rand.h +include/cyassl/openssl/ripemd.h +include/cyassl/openssl/rsa.h +include/cyassl/openssl/sha.h +include/cyassl/openssl/ssl.h +include/cyassl/openssl/stack.h +include/cyassl/openssl/ui.h +include/cyassl/openssl/x509.h +include/cyassl/openssl/x509v3.h include/cyassl/options.h include/cyassl/sniffer.h include/cyassl/sniffer_error.h include/cyassl/ssl.h include/cyassl/test.h include/cyassl/version.h +include/wolfssl/callbacks.h +include/wolfssl/certs_test.h +include/wolfssl/crl.h +include/wolfssl/error-ssl.h +include/wolfssl/ocsp.h +include/wolfssl/openssl/asn1.h +include/wolfssl/openssl/bio.h +include/wolfssl/openssl/bn.h +include/wolfssl/openssl/conf.h +include/wolfssl/openssl/crypto.h +include/wolfssl/openssl/des.h +include/wolfssl/openssl/dh.h +include/wolfssl/openssl/dsa.h +include/wolfssl/openssl/ec.h +include/wolfssl/openssl/ecdsa.h +include/wolfssl/openssl/engine.h +include/wolfssl/openssl/err.h +include/wolfssl/openssl/evp.h +include/wolfssl/openssl/hmac.h +include/wolfssl/openssl/lhash.h +include/wolfssl/openssl/md4.h +include/wolfssl/openssl/md5.h +include/wolfssl/openssl/ocsp.h +include/wolfssl/openssl/opensslconf.h +include/wolfssl/openssl/opensslv.h +include/wolfssl/openssl/ossl_typ.h +include/wolfssl/openssl/pem.h +include/wolfssl/openssl/pkcs12.h +include/wolfssl/openssl/rand.h +include/wolfssl/openssl/ripemd.h +include/wolfssl/openssl/rsa.h +include/wolfssl/openssl/sha.h +include/wolfssl/openssl/ssl.h +include/wolfssl/openssl/stack.h +include/wolfssl/openssl/ui.h +include/wolfssl/openssl/x509.h +include/wolfssl/openssl/x509v3.h +include/wolfssl/options.h +include/wolfssl/sniffer.h +include/wolfssl/sniffer_error.h +include/wolfssl/ssl.h +include/wolfssl/test.h +include/wolfssl/version.h +include/wolfssl/wolfcrypt/aes.h +include/wolfssl/wolfcrypt/arc4.h +include/wolfssl/wolfcrypt/asn.h +include/wolfssl/wolfcrypt/asn_public.h +include/wolfssl/wolfcrypt/blake2-impl.h +include/wolfssl/wolfcrypt/blake2-int.h +include/wolfssl/wolfcrypt/blake2.h +include/wolfssl/wolfcrypt/camellia.h +include/wolfssl/wolfcrypt/chacha.h +include/wolfssl/wolfcrypt/coding.h +include/wolfssl/wolfcrypt/compress.h +include/wolfssl/wolfcrypt/des3.h +include/wolfssl/wolfcrypt/dh.h +include/wolfssl/wolfcrypt/dsa.h +include/wolfssl/wolfcrypt/ecc.h +include/wolfssl/wolfcrypt/ecc25519.h +include/wolfssl/wolfcrypt/ecc25519_fe.h +include/wolfssl/wolfcrypt/ecc25519_montgomery.h +include/wolfssl/wolfcrypt/ecc25519_pow225521.h +include/wolfssl/wolfcrypt/error-crypt.h +include/wolfssl/wolfcrypt/fips_test.h +include/wolfssl/wolfcrypt/hc128.h +include/wolfssl/wolfcrypt/hmac.h +include/wolfssl/wolfcrypt/integer.h +include/wolfssl/wolfcrypt/logging.h +include/wolfssl/wolfcrypt/md2.h +include/wolfssl/wolfcrypt/md4.h +include/wolfssl/wolfcrypt/md5.h +include/wolfssl/wolfcrypt/memory.h +include/wolfssl/wolfcrypt/misc.h +include/wolfssl/wolfcrypt/mpi_class.h +include/wolfssl/wolfcrypt/mpi_superclass.h +include/wolfssl/wolfcrypt/pkcs7.h +include/wolfssl/wolfcrypt/poly1305.h +include/wolfssl/wolfcrypt/pwdbased.h +include/wolfssl/wolfcrypt/rabbit.h +include/wolfssl/wolfcrypt/random.h +include/wolfssl/wolfcrypt/ripemd.h +include/wolfssl/wolfcrypt/rsa.h +include/wolfssl/wolfcrypt/settings.h +include/wolfssl/wolfcrypt/sha.h +include/wolfssl/wolfcrypt/sha256.h +include/wolfssl/wolfcrypt/sha512.h +include/wolfssl/wolfcrypt/tfm.h +include/wolfssl/wolfcrypt/types.h +include/wolfssl/wolfcrypt/visibility.h +include/wolfssl/wolfcrypt/wc_port.h +lib/libwolfssl.a +lib/libwolfssl.so +lib/libwolfssl.so.0 +lib/libwolfssl.so.0.0.0 +libdata/pkgconfig/wolfssl.pc