From owner-svn-ports-all@freebsd.org Mon May 29 05:26:58 2017 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 98217D86499; Mon, 29 May 2017 05:26:58 +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 64E561903; Mon, 29 May 2017 05:26:58 +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 v4T5QvXS004346; Mon, 29 May 2017 05:26:57 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4T5Qv4F004345; Mon, 29 May 2017 05:26:57 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201705290526.v4T5Qv4F004345@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Mon, 29 May 2017 05:26:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441970 - 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, 29 May 2017 05:26:58 -0000 Author: johans Date: Mon May 29 05:26:57 2017 New Revision: 441970 URL: https://svnweb.freebsd.org/changeset/ports/441970 Log: Correct plist Reported by: linimon Modified: head/security/wolfssl/pkg-plist Modified: head/security/wolfssl/pkg-plist ============================================================================== --- head/security/wolfssl/pkg-plist Mon May 29 05:20:08 2017 (r441969) +++ head/security/wolfssl/pkg-plist Mon May 29 05:26:57 2017 (r441970) @@ -79,6 +79,7 @@ include/cyassl/openssl/ripemd.h include/cyassl/openssl/rsa.h include/cyassl/openssl/sha.h include/cyassl/openssl/ssl.h +include/cyassl/openssl/ssl23.h include/cyassl/openssl/stack.h include/cyassl/openssl/ui.h include/cyassl/openssl/x509.h @@ -93,7 +94,9 @@ include/wolfssl/callbacks.h include/wolfssl/certs_test.h include/wolfssl/crl.h include/wolfssl/error-ssl.h +include/wolfssl/io.h include/wolfssl/ocsp.h +include/wolfssl/openssl/aes.h include/wolfssl/openssl/asn1.h include/wolfssl/openssl/bio.h include/wolfssl/openssl/bn.h @@ -125,6 +128,7 @@ include/wolfssl/openssl/ripemd.h include/wolfssl/openssl/rsa.h include/wolfssl/openssl/sha.h include/wolfssl/openssl/ssl.h +include/wolfssl/openssl/ssl23.h include/wolfssl/openssl/stack.h include/wolfssl/openssl/ui.h include/wolfssl/openssl/x509.h @@ -192,8 +196,9 @@ include/wolfssl/wolfcrypt/visibility.h include/wolfssl/wolfcrypt/wc_encrypt.h include/wolfssl/wolfcrypt/wc_port.h include/wolfssl/wolfcrypt/wolfevent.h +include/wolfssl/wolfcrypt/wolfmath.h lib/libwolfssl.a lib/libwolfssl.so -lib/libwolfssl.so.3 -lib/libwolfssl.so.3.6.0 +lib/libwolfssl.so.12 +lib/libwolfssl.so.12.0.0 libdata/pkgconfig/wolfssl.pc