From owner-svn-ports-head@freebsd.org Mon Aug 20 17:20:06 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56E1B107624A; Mon, 20 Aug 2018 17:20:06 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0ACB277EB9; Mon, 20 Aug 2018 17:20:06 +0000 (UTC) (envelope-from bapt@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DC2BF183A3; Mon, 20 Aug 2018 17:20:05 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7KHK5fH009057; Mon, 20 Aug 2018 17:20:05 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7KHK5u7009054; Mon, 20 Aug 2018 17:20:05 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201808201720.w7KHK5u7009054@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 20 Aug 2018 17:20:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477665 - head/security/bearssl X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/security/bearssl X-SVN-Commit-Revision: 477665 X-SVN-Commit-Repository: ports 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.27 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: Mon, 20 Aug 2018 17:20:06 -0000 Author: bapt Date: Mon Aug 20 17:20:04 2018 New Revision: 477665 URL: https://svnweb.freebsd.org/changeset/ports/477665 Log: Update to 0.6 Modified: head/security/bearssl/Makefile head/security/bearssl/distinfo head/security/bearssl/pkg-plist Modified: head/security/bearssl/Makefile ============================================================================== --- head/security/bearssl/Makefile Mon Aug 20 17:18:04 2018 (r477664) +++ head/security/bearssl/Makefile Mon Aug 20 17:20:04 2018 (r477665) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bearssl -PORTVERSION= 0.5 +PORTVERSION= 0.6 CATEGORIES= security devel MASTER_SITES= https://bearssl.org/ Modified: head/security/bearssl/distinfo ============================================================================== --- head/security/bearssl/distinfo Mon Aug 20 17:18:04 2018 (r477664) +++ head/security/bearssl/distinfo Mon Aug 20 17:20:04 2018 (r477665) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506696986 -SHA256 (bearssl-0.5.tar.gz) = 400f7027f309f5c0e3784ad1f5a612cfadfa108a33d867f50c75974cabd7830c -SIZE (bearssl-0.5.tar.gz) = 666905 +TIMESTAMP = 1534785505 +SHA256 (bearssl-0.6.tar.gz) = 6705bba1714961b41a728dfc5debbe348d2966c117649392f8c8139efc83ff14 +SIZE (bearssl-0.6.tar.gz) = 765094 Modified: head/security/bearssl/pkg-plist ============================================================================== --- head/security/bearssl/pkg-plist Mon Aug 20 17:18:04 2018 (r477664) +++ head/security/bearssl/pkg-plist Mon Aug 20 17:20:04 2018 (r477665) @@ -5,6 +5,7 @@ include/bearssl_block.h include/bearssl_ec.h include/bearssl_hash.h include/bearssl_hmac.h +include/bearssl_kdf.h include/bearssl_pem.h include/bearssl_prf.h include/bearssl_rand.h