From owner-svn-ports-all@freebsd.org Sat Sep 19 07:49:12 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3CBBE3FD5FA; Sat, 19 Sep 2020 07:49:12 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BtjWr0rWkz4jBf; Sat, 19 Sep 2020 07:49:12 +0000 (UTC) (envelope-from mandree@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 00C32867F; Sat, 19 Sep 2020 07:49:12 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08J7nBL7085589; Sat, 19 Sep 2020 07:49:11 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08J7nBTs085587; Sat, 19 Sep 2020 07:49:11 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <202009190749.08J7nBTs085587@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Sat, 19 Sep 2020 07:49:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548946 - head/security/easy-rsa X-SVN-Group: ports-head X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: head/security/easy-rsa X-SVN-Commit-Revision: 548946 X-SVN-Commit-Repository: ports 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.33 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: Sat, 19 Sep 2020 07:49:12 -0000 Author: mandree Date: Sat Sep 19 07:49:11 2020 New Revision: 548946 URL: https://svnweb.freebsd.org/changeset/ports/548946 Log: security/easy-rsa: update to 3.0.8 * Provide --version option (#372) * Version information now within generated certificates like on *nix * Fixed issue where gen-dh overwrote existing files without warning (#373) * Fixed issue with ED/EC certificates were still signed by RSA (#374) * Added support for export-p8 (#339) * Clarified error message (#384) * 2->3 upgrade now errors and prints message when vars isn't found (#377) Modified: head/security/easy-rsa/Makefile head/security/easy-rsa/distinfo Modified: head/security/easy-rsa/Makefile ============================================================================== --- head/security/easy-rsa/Makefile Sat Sep 19 07:38:49 2020 (r548945) +++ head/security/easy-rsa/Makefile Sat Sep 19 07:49:11 2020 (r548946) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= easy-rsa -DISTVERSION= 3.0.7 +DISTVERSION= 3.0.8 CATEGORIES= security net-mgmt MASTER_SITES= https://github.com/OpenVPN/easy-rsa/releases/download/v${DISTVERSION}/ DISTNAME= EasyRSA-${DISTVERSION} Modified: head/security/easy-rsa/distinfo ============================================================================== --- head/security/easy-rsa/distinfo Sat Sep 19 07:38:49 2020 (r548945) +++ head/security/easy-rsa/distinfo Sat Sep 19 07:49:11 2020 (r548946) @@ -1,3 +1,3 @@ -TIMESTAMP = 1585614158 -SHA256 (EasyRSA-3.0.7.tgz) = 157d2e8c115c3ad070c1b2641a4c9191e06a32a8e50971847a718251eeb510a8 -SIZE (EasyRSA-3.0.7.tgz) = 48215 +TIMESTAMP = 1600501362 +SHA256 (EasyRSA-3.0.8.tgz) = cae114c212a5be4d89f2253d36c70ab94f68d295f24e8b6711c2cab0fabf7e18 +SIZE (EasyRSA-3.0.8.tgz) = 48907