Olav Reinert
7de765b2fb
- Update to 3.1.5: * Build Update: script now supports signing and verifying * Automate support-file creation (Free packaging) (#964) * build-ca: New command option 'raw-ca', abbrevation: 'raw' (#963) This 'raw' method, is the most reliable way to build a CA, with a password, without writing the CA password to a temp-file. This option completely replaces both methods below: build-ca: New option --ca-via-stdin, use SSL -pass* argument 'stdin' (#959) Option '--ca-via-stdin' offers no more security than standard method. Easy-RSA version 3.1.4 ONLY. build-ca: Replace password temp-files with file-descriptors (#955) Using file-descriptors does not work in Windows. Easy-RSA version 3.1.3 ONLY. - update and rebase suse-packaging.patch OBS-URL: https://build.opensuse.org/request/show/1102594 OBS-URL: https://build.opensuse.org/package/show/network:vpn/easy-rsa?expand=0&rev=42
12 lines
306 B
Diff
12 lines
306 B
Diff
--- easyrsa.orig 2023-08-06 20:50:08.140959981 +0200
|
|
+++ easyrsa 2023-08-06 20:50:30.430836235 +0200
|
|
@@ -5393,7 +5393,7 @@
|
|
|
|
# set up program path
|
|
prog_file="$0"
|
|
- prog_dir="${prog_file%/*}"
|
|
+ prog_dir="/etc/easy-rsa"
|
|
if [ "$prog_dir" = . ] || [ "$prog_dir" = "$PWD" ]
|
|
then
|
|
prog_in_pwd=1
|