Olav Reinert
bf5cea0c9f
- Update to 3.1.7: * Completely Remove Upgrade Functionality * Expand help to include undocumented commands * Forbid "default vars in the default PKI" for all commands * show-expire: Calculate certificate expire seconds from Database date * Expand help to include undocumented commands * New command: make-vars - Print vars.example (here-doc) to stdout * gen-crl: preserve existing crl.pem ownership+mode by @Tabiskabis in #1020 * Improve vars auto load * Replace santize_path() and ignore Windows "security" warning * Improve select_vars() and source_vars() * sign-req: Allow the CSR DN-field order to be preserved * vars-file: Warn about EASYRSA_NO_VARS disabling vars-file use * Expand default status to include vars-file and CA status * verify_ssl_lib(): Minor style improvements * cleanup: Rename $easyrsa_error_exit to $easyrsa_exit_with_error OBS-URL: https://build.opensuse.org/request/show/1118204 OBS-URL: https://build.opensuse.org/package/show/network:vpn/easy-rsa?expand=0&rev=44
24 lines
710 B
Diff
24 lines
710 B
Diff
--- EasyRSA-3.1.7/easyrsa.orig 2023-10-17 08:27:37.665021587 +0200
|
|
+++ EasyRSA-3.1.7/easyrsa 2023-10-17 08:34:59.943976542 +0200
|
|
@@ -1440,10 +1440,7 @@
|
|
# "$EASYRSA" - Old default and Windows
|
|
# "$PWD" - Usually the same as above, avoid
|
|
# "${0%/*}" - Usually the same as above, avoid
|
|
- # '/usr/local/share/easy-rsa' - Default user installed
|
|
- # '/usr/share/easy-rsa' - Default system installed
|
|
- # Room for more..
|
|
- # '/etc/easy-rsa' - Last resort
|
|
+ # '/etc/easy-rsa'
|
|
|
|
# Find and optionally copy data-files, in specific order
|
|
for area in \
|
|
@@ -1451,8 +1448,6 @@
|
|
"$EASYRSA" \
|
|
"$PWD" \
|
|
"${0%/*}" \
|
|
- '/usr/local/share/easy-rsa' \
|
|
- '/usr/share/easy-rsa' \
|
|
'/etc/easy-rsa' \
|
|
# EOL
|
|
do
|