git: ba184d24fdd3 - main - security/easy-rsa: update to v3.1.2

From: Matthias Andree <mandree_at_FreeBSD.org>
Date: Fri, 13 Jan 2023 23:03:41 UTC
The branch main has been updated by mandree:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ba184d24fdd33d431847e8de77c6de80d5ccb2d1

commit ba184d24fdd33d431847e8de77c6de80d5ccb2d1
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2023-01-13 23:01:10 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2023-01-13 23:01:42 +0000

    security/easy-rsa: update to v3.1.2
    
    ChangeLog: https://github.com/OpenVPN/easy-rsa/releases/tag/v3.1.2
---
 security/easy-rsa/Makefile            |  2 +-
 security/easy-rsa/distinfo            |  6 +++---
 security/easy-rsa/files/patch-easyrsa | 13 -------------
 3 files changed, 4 insertions(+), 17 deletions(-)

diff --git a/security/easy-rsa/Makefile b/security/easy-rsa/Makefile
index 52c2ec6782b2..64b15152162c 100644
--- a/security/easy-rsa/Makefile
+++ b/security/easy-rsa/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	easy-rsa
-DISTVERSION=	3.1.1
+DISTVERSION=	3.1.2
 CATEGORIES=	security net-mgmt
 MASTER_SITES=	https://github.com/OpenVPN/easy-rsa/releases/download/v${DISTVERSION}/ \
 		LOCAL/mandree/
diff --git a/security/easy-rsa/distinfo b/security/easy-rsa/distinfo
index 196b1bb67416..40e48703cd35 100644
--- a/security/easy-rsa/distinfo
+++ b/security/easy-rsa/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1665821482
-SHA256 (EasyRSA-3.1.1.tgz) = 779d425cacf1de56262b7a7ed6b90b36e614ce9273f08ad7b86992740cb3b2a5
-SIZE (EasyRSA-3.1.1.tgz) = 68434
+TIMESTAMP = 1673650689
+SHA256 (EasyRSA-3.1.2.tgz) = d63cf129490ffd6d8792ede7344806c506c82c32428b5bb609ad97ca6a6e4499
+SIZE (EasyRSA-3.1.2.tgz) = 68984
diff --git a/security/easy-rsa/files/patch-easyrsa b/security/easy-rsa/files/patch-easyrsa
deleted file mode 100644
index c0141db47a8d..000000000000
--- a/security/easy-rsa/files/patch-easyrsa
+++ /dev/null
@@ -1,13 +0,0 @@
-workaround to fix https://github.com/OpenVPN/easy-rsa/issues/725
-
---- easyrsa.orig	2022-10-13 11:37:48 UTC
-+++ easyrsa
-@@ -1317,7 +1317,7 @@ Missing X509-type 'COMMON'"
- 
- 	# Check for insert-marker in ssl config file
- 	if ! grep -q '^#%CA_X509_TYPES_EXTRA_EXTS%' "$EASYRSA_SSL_CONF"; then
--		die "\
-+		warn "\
- The copy of openssl-easyrsa.cnf in use does not support X509-type 'ca'.
- * $EASYRSA_SSL_CONF
- Please update openssl-easyrsa.cnf to the latest official release."