From owner-svn-ports-head@freebsd.org Tue Apr 26 20:58:26 2016 Return-Path: Delivered-To: svn-ports-head@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 910E6B1DF6E; Tue, 26 Apr 2016 20:58:26 +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 41C931978; Tue, 26 Apr 2016 20:58:26 +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 u3QKwPia044979; Tue, 26 Apr 2016 20:58:25 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3QKwPsc044976; Tue, 26 Apr 2016 20:58:25 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201604262058.u3QKwPsc044976@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Tue, 26 Apr 2016 20:58:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414076 - 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-head@freebsd.org X-Mailman-Version: 2.1.21 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: Tue, 26 Apr 2016 20:58:26 -0000 Author: johans Date: Tue Apr 26 20:58:25 2016 New Revision: 414076 URL: https://svnweb.freebsd.org/changeset/ports/414076 Log: Update to WolfSSL 3.9.0 https://www.wolfssl.com/wolfSSL/Docs-wolfssl-changelog.html Modified: head/security/wolfssl/Makefile head/security/wolfssl/distinfo head/security/wolfssl/pkg-plist Modified: head/security/wolfssl/Makefile ============================================================================== --- head/security/wolfssl/Makefile Tue Apr 26 20:50:39 2016 (r414075) +++ head/security/wolfssl/Makefile Tue Apr 26 20:58:25 2016 (r414076) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= wolfssl -PORTVERSION= 3.8.0 +PORTVERSION= 3.9.0 CATEGORIES= security devel MASTER_SITES= http://www.wolfssl.com/ Modified: head/security/wolfssl/distinfo ============================================================================== --- head/security/wolfssl/distinfo Tue Apr 26 20:50:39 2016 (r414075) +++ head/security/wolfssl/distinfo Tue Apr 26 20:58:25 2016 (r414076) @@ -1,2 +1,2 @@ -SHA256 (wolfssl-3.8.0.zip) = 36369304dd107b2ae1360c91f3d0eea491802dcacb2155562652bf5257117016 -SIZE (wolfssl-3.8.0.zip) = 2437850 +SHA256 (wolfssl-3.9.0.zip) = 98f50244f7b43f8683bd0cf5c599849d330e75e6cf077e96f14e83bda8b03ca3 +SIZE (wolfssl-3.9.0.zip) = 2492112 Modified: head/security/wolfssl/pkg-plist ============================================================================== --- head/security/wolfssl/pkg-plist Tue Apr 26 20:50:39 2016 (r414075) +++ head/security/wolfssl/pkg-plist Tue Apr 26 20:58:25 2016 (r414076) @@ -93,6 +93,7 @@ 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 @@ -191,5 +192,5 @@ include/wolfssl/wolfcrypt/wc_port.h lib/libwolfssl.a lib/libwolfssl.so lib/libwolfssl.so.3 -lib/libwolfssl.so.3.1.0 +lib/libwolfssl.so.3.2.0 libdata/pkgconfig/wolfssl.pc