Date: Mon, 25 Dec 2017 11:47:18 +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: r457220 - head/security/wolfssl Message-ID: <201712251147.vBPBlIHC051523@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: johans Date: Mon Dec 25 11:47:17 2017 New Revision: 457220 URL: https://svnweb.freebsd.org/changeset/ports/457220 Log: Update to WolfSSL 3.13.0 https://www.wolfssl.com/docs/wolfssl-changelog/ Modified: head/security/wolfssl/Makefile head/security/wolfssl/distinfo head/security/wolfssl/pkg-plist Modified: head/security/wolfssl/Makefile ============================================================================== --- head/security/wolfssl/Makefile Mon Dec 25 11:44:26 2017 (r457219) +++ head/security/wolfssl/Makefile Mon Dec 25 11:47:17 2017 (r457220) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= wolfssl -PORTVERSION= 3.12.2 +PORTVERSION= 3.13.0 CATEGORIES= security devel MASTER_SITES= http://www.wolfssl.com/ Modified: head/security/wolfssl/distinfo ============================================================================== --- head/security/wolfssl/distinfo Mon Dec 25 11:44:26 2017 (r457219) +++ head/security/wolfssl/distinfo Mon Dec 25 11:47:17 2017 (r457220) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511297525 -SHA256 (wolfssl-3.12.2.zip) = 4993844c4b7919007c4511ec3f987fb06543536c3fc933cb53491bffe9150e49 -SIZE (wolfssl-3.12.2.zip) = 3846536 +TIMESTAMP = 1514202234 +SHA256 (wolfssl-3.13.0.zip) = 196a3256a9044ecb89504ce77850342c82e676e7f2cad77f5584be3516b6060e +SIZE (wolfssl-3.13.0.zip) = 3969070 Modified: head/security/wolfssl/pkg-plist ============================================================================== --- head/security/wolfssl/pkg-plist Mon Dec 25 11:44:26 2017 (r457219) +++ head/security/wolfssl/pkg-plist Mon Dec 25 11:47:17 2017 (r457220) @@ -201,6 +201,6 @@ include/wolfssl/wolfcrypt/wolfmath.h include/wolfssl/wolfio.h lib/libwolfssl.a lib/libwolfssl.so -lib/libwolfssl.so.14 -lib/libwolfssl.so.14.0.0 +lib/libwolfssl.so.15 +lib/libwolfssl.so.15.0.0 libdata/pkgconfig/wolfssl.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712251147.vBPBlIHC051523>