aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2023-01-13 23:01:10 +0000
committerMatthias Andree <mandree@FreeBSD.org>2023-01-13 23:01:42 +0000
commitba184d24fdd33d431847e8de77c6de80d5ccb2d1 (patch)
treedc60df622df51293f656a6d5b1b581e4186fc267
parent4e586c5a47c0f99f9398362463825e81e1dce107 (diff)
downloadports-ba184d24fdd33d431847e8de77c6de80d5ccb2d1.tar.gz
ports-ba184d24fdd33d431847e8de77c6de80d5ccb2d1.zip
-rw-r--r--security/easy-rsa/Makefile2
-rw-r--r--security/easy-rsa/distinfo6
-rw-r--r--security/easy-rsa/files/patch-easyrsa13
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."