From owner-svn-ports-all@FreeBSD.ORG Thu Apr 30 19:41:39 2015 Return-Path: Delivered-To: svn-ports-all@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 96EE1CD; Thu, 30 Apr 2015 19:41:39 +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 7A4C113D7; Thu, 30 Apr 2015 19:41:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3UJfdbI011053; Thu, 30 Apr 2015 19:41:39 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3UJfctM011050; Thu, 30 Apr 2015 19:41:38 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201504301941.t3UJfctM011050@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Thu, 30 Apr 2015 19:41:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385058 - head/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-all@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 30 Apr 2015 19:41:39 -0000 Author: johans Date: Thu Apr 30 19:41:38 2015 New Revision: 385058 URL: https://svnweb.freebsd.org/changeset/ports/385058 Log: - Update to WolfSSL 3.4.6 - Remove options to include ChaCha and Poly1305, these are now on by default Modified: head/security/wolfssl/Makefile head/security/wolfssl/distinfo head/security/wolfssl/pkg-plist Modified: head/security/wolfssl/Makefile ============================================================================== --- head/security/wolfssl/Makefile Thu Apr 30 19:39:44 2015 (r385057) +++ head/security/wolfssl/Makefile Thu Apr 30 19:41:38 2015 (r385058) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= wolfssl -PORTVERSION= 3.4.0 +PORTVERSION= 3.4.6 CATEGORIES= security devel MASTER_SITES= http://www.yassl.com/ @@ -16,8 +16,7 @@ CONFIGURE_ARGS= --disable-dependency-tra --enable-shared --enable-static \ --enable-dtls --enable-opensslextra --enable-ipv6 \ --enable-dsa --enable-dh --enable-ecc --enable-sni \ - --enable-ripemd --enable-sha512 \ - --enable-chacha --enable-poly1305 + --enable-ripemd --enable-sha512 USE_LDCONFIG= yes PORTDOCS= * Modified: head/security/wolfssl/distinfo ============================================================================== --- head/security/wolfssl/distinfo Thu Apr 30 19:39:44 2015 (r385057) +++ head/security/wolfssl/distinfo Thu Apr 30 19:41:38 2015 (r385058) @@ -1,2 +1,2 @@ -SHA256 (wolfssl-3.4.0.zip) = bc49a142c17b1e52a126417e5d7cbadcb7f18f5c81e446c12e214483395159ea -SIZE (wolfssl-3.4.0.zip) = 1946789 +SHA256 (wolfssl-3.4.6.zip) = 515e2b0f719bc9f9c66a20c22166b1395426cf230e3fce2ffb49c26aaf4c37f0 +SIZE (wolfssl-3.4.6.zip) = 2118363 Modified: head/security/wolfssl/pkg-plist ============================================================================== --- head/security/wolfssl/pkg-plist Thu Apr 30 19:39:44 2015 (r385057) +++ head/security/wolfssl/pkg-plist Thu Apr 30 19:41:38 2015 (r385058) @@ -138,18 +138,19 @@ include/wolfssl/wolfcrypt/blake2-int.h include/wolfssl/wolfcrypt/blake2.h include/wolfssl/wolfcrypt/camellia.h include/wolfssl/wolfcrypt/chacha.h +include/wolfssl/wolfcrypt/chacha20_poly1305.h include/wolfssl/wolfcrypt/coding.h include/wolfssl/wolfcrypt/compress.h +include/wolfssl/wolfcrypt/curve25519.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/ed25519.h include/wolfssl/wolfcrypt/error-crypt.h +include/wolfssl/wolfcrypt/fe_operations.h include/wolfssl/wolfcrypt/fips_test.h +include/wolfssl/wolfcrypt/ge_operations.h include/wolfssl/wolfcrypt/hc128.h include/wolfssl/wolfcrypt/hmac.h include/wolfssl/wolfcrypt/integer.h @@ -179,5 +180,5 @@ include/wolfssl/wolfcrypt/wc_port.h lib/libwolfssl.a lib/libwolfssl.so lib/libwolfssl.so.0 -lib/libwolfssl.so.0.0.0 +lib/libwolfssl.so.0.0.1 libdata/pkgconfig/wolfssl.pc