security/easy-rsa: update to v3.1.2

ChangeLog: https://github.com/OpenVPN/easy-rsa/releases/tag/v3.1.2
This commit is contained in:
Matthias Andree 2023-01-14 00:01:10 +01:00
parent 4e586c5a47
commit ba184d24fd
3 changed files with 4 additions and 17 deletions

View File

@ -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/

View File

@ -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

View File

@ -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."