Olav Reinert
21cd123d35
- Update to 3.0.9 (2022-05-04) * Upgrade OpenSSL from 1.1.0j to 1.1.1o (#405, #407) - We are buliding this ourselves now. * Fix --version so it uses EASYRSA_OPENSSL (#416) * Use openssl rand instead of non-POSIX mktemp (#478) * Fix paths with spaces (#443) * Correct OpenSSL version from Homebrew on macOs (#416) * Fix revoking a renewed certificate (Original PR #394) * Follow-up commit: ef22701 * Introduce 'show-crl' (d199389) * Support Windows-Git 'version of bash' (#533) * Disallow use of single quote (') in vars file, Warning (#530) * Creating a CA uses x509-types/ca and COMMON (#526) * Prefer 'PKI/vars' over all other locations (#528) * Introduce 'init-pki soft' option (#197) * Warnings are no longer silenced by --batch (#523) * Improve packaging options (#510) OBS-URL: https://build.opensuse.org/request/show/989601 OBS-URL: https://build.opensuse.org/package/show/network:vpn/easy-rsa?expand=0&rev=31
12 lines
490 B
Diff
12 lines
490 B
Diff
--- easyrsa.orig 2022-06-15 21:04:39.858643843 +0200
|
|
+++ easyrsa 2022-06-15 21:05:18.250698012 +0200
|
|
@@ -2562,7 +2562,7 @@
|
|
# Removed for basic sanity - To re-enable provide a REASON
|
|
#prog_file2="$(which -- "$prog_file" 2>/dev/null)" && prog_file="$prog_file2"
|
|
#prog_file2="$(readlink -f "$prog_file" 2>/dev/null)" && prog_file="$prog_file2"
|
|
- prog_dir="${prog_file%/*}"
|
|
+ prog_dir="/etc/easy-rsa"
|
|
|
|
# Program dir vars - This location is least wanted.
|
|
prog_vars="${prog_dir}/vars"
|