mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 07:40:40 -04:00
Changelog: https://github.com/OpenVPN/easy-rsa/releases/tag/v3.1.1 Detailed: https://github.com/OpenVPN/easy-rsa/compare/v3.1.0...v3.1.1 also fixes PR: 266727 Reported by: topical@gmx.net
13 lines
473 B
Text
13 lines
473 B
Text
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."
|