From owner-svn-ports-all@freebsd.org Mon Sep 12 20:30:21 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C91E3BD84AD; Mon, 12 Sep 2016 20:30:21 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 80104EF; Mon, 12 Sep 2016 20:30:21 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8CKUK7P091702; Mon, 12 Sep 2016 20:30:20 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8CKUK5H091699; Mon, 12 Sep 2016 20:30:20 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201609122030.u8CKUK5H091699@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Mon, 12 Sep 2016 20:30:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421959 - 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.23 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: Mon, 12 Sep 2016 20:30:21 -0000 Author: johans Date: Mon Sep 12 20:30:20 2016 New Revision: 421959 URL: https://svnweb.freebsd.org/changeset/ports/421959 Log: Update to WolfSSL 3.9.8 Modified: head/security/wolfssl/Makefile head/security/wolfssl/distinfo head/security/wolfssl/pkg-plist Modified: head/security/wolfssl/Makefile ============================================================================== --- head/security/wolfssl/Makefile Mon Sep 12 20:26:05 2016 (r421958) +++ head/security/wolfssl/Makefile Mon Sep 12 20:30:20 2016 (r421959) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= wolfssl -PORTVERSION= 3.9.0 +PORTVERSION= 3.9.8 CATEGORIES= security devel MASTER_SITES= http://www.wolfssl.com/ Modified: head/security/wolfssl/distinfo ============================================================================== --- head/security/wolfssl/distinfo Mon Sep 12 20:26:05 2016 (r421958) +++ head/security/wolfssl/distinfo Mon Sep 12 20:30:20 2016 (r421959) @@ -1,2 +1,3 @@ -SHA256 (wolfssl-3.9.0.zip) = 98f50244f7b43f8683bd0cf5c599849d330e75e6cf077e96f14e83bda8b03ca3 -SIZE (wolfssl-3.9.0.zip) = 2492112 +TIMESTAMP = 1473711052 +SHA256 (wolfssl-3.9.8.zip) = 7f784d3e181f7475f1153065146e3c10126987798c56213e98506b09f40ebdc5 +SIZE (wolfssl-3.9.8.zip) = 2672459 Modified: head/security/wolfssl/pkg-plist ============================================================================== --- head/security/wolfssl/pkg-plist Mon Sep 12 20:26:05 2016 (r421958) +++ head/security/wolfssl/pkg-plist Mon Sep 12 20:30:20 2016 (r421959) @@ -93,7 +93,6 @@ include/wolfssl/callbacks.h include/wolfssl/certs_test.h include/wolfssl/crl.h include/wolfssl/error-ssl.h -include/wolfssl/mem_track.h include/wolfssl/ocsp.h include/wolfssl/openssl/asn1.h include/wolfssl/openssl/bio.h @@ -146,6 +145,7 @@ include/wolfssl/wolfcrypt/blake2.h include/wolfssl/wolfcrypt/camellia.h include/wolfssl/wolfcrypt/chacha.h include/wolfssl/wolfcrypt/chacha20_poly1305.h +include/wolfssl/wolfcrypt/cmac.h include/wolfssl/wolfcrypt/coding.h include/wolfssl/wolfcrypt/compress.h include/wolfssl/wolfcrypt/curve25519.h @@ -167,6 +167,7 @@ include/wolfssl/wolfcrypt/logging.h include/wolfssl/wolfcrypt/md2.h include/wolfssl/wolfcrypt/md4.h include/wolfssl/wolfcrypt/md5.h +include/wolfssl/wolfcrypt/mem_track.h include/wolfssl/wolfcrypt/memory.h include/wolfssl/wolfcrypt/misc.h include/wolfssl/wolfcrypt/mpi_class.h @@ -192,5 +193,5 @@ include/wolfssl/wolfcrypt/wc_port.h lib/libwolfssl.a lib/libwolfssl.so lib/libwolfssl.so.3 -lib/libwolfssl.so.3.2.0 +lib/libwolfssl.so.3.4.0 libdata/pkgconfig/wolfssl.pc