diff options
Diffstat (limited to 'security/easy-rsa/files')
-rw-r--r-- | security/easy-rsa/files/easyrsa.in | 4 | ||||
-rw-r--r-- | security/easy-rsa/files/patch-easyrsa | 14 |
2 files changed, 14 insertions, 4 deletions
diff --git a/security/easy-rsa/files/easyrsa.in b/security/easy-rsa/files/easyrsa.in deleted file mode 100644 index f70f2e490a24..000000000000 --- a/security/easy-rsa/files/easyrsa.in +++ /dev/null @@ -1,4 +0,0 @@ -#! /bin/sh -: ${EASYRSA:="%%PREFIX%%/share/easy-rsa"} -export EASYRSA -exec "%%PREFIX%%/share/easy-rsa/easyrsa.real" "$@" diff --git a/security/easy-rsa/files/patch-easyrsa b/security/easy-rsa/files/patch-easyrsa new file mode 100644 index 000000000000..c6582845c35b --- /dev/null +++ b/security/easy-rsa/files/patch-easyrsa @@ -0,0 +1,14 @@ +Isolate date -j -f ... + ... from locale. +Filed upstream as Issue #591 <https://github.com/OpenVPN/easy-rsa/issues/591> + +--- easyrsa.orig 2022-05-19 01:53:50 UTC ++++ easyrsa +@@ -3829,6 +3829,8 @@ VERSION_TEXT + NL=' + ' + ++LC_TIME=C ; export LC_TIME ; unset LC_ALL ++ + # Be secure with a restrictive umask + [ -z "$EASYRSA_NO_UMASK" ] && umask "${EASYRSA_UMASK:-077}" + |