Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Sep 2020 07:49:11 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548946 - head/security/easy-rsa
Message-ID:  <202009190749.08J7nBTs085587@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009190749.08J7nBTs085587>