Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Apr 2015 19:41:38 +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: r385058 - head/security/wolfssl
Message-ID:  <201504301941.t3UJfctM011050@svn.freebsd.org>

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



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