Your message dated Wed, 30 Aug 2023 20:59:14 +0700
with message-id <[email protected]>
and subject line batch mode
has caused the Debian Bug report #1034778,
regarding batch mode
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1034778: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1034778
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: easy-rsa
Version: 3.1.0-0.2
Severity: minor
Script always runs in batch mode, regardless of "--batch" command line
option and inlined help. It's impossible to switch to non-batch mode.
Following path fixes it.
--- easyrsa 2023-03-21 21:46:48.000000000 +0300
+++ easyrsa.p1 2023-04-21 23:40:19.000000000 +0300
@@ -1422,10 +1422,10 @@
# create request
EASYRSA_REQ_CN="$name"
- gen_req "$name" batch ${nopass+ nopass}
+ gen_req "$name" ${ssl_batch+ batch} ${nopass+ nopass}
# Sign it
- ( sign_req "$crt_type" "$name" batch ) || {
+ ( sign_req "$crt_type" "$name" ${ssl_batch+ batch} ) || {
rm -f "$req_out" "$key_out"
die "Failed to sign '$name' - See error messages above for
details."
}
--
Eugene Berdnikov
--- End Message ---
--- Begin Message ---
Upstream reported this as fixed.
Lance Lin
GPG Fingerprint: 4A31 DB5A 1EE4 096C 8739 9880 9036 4929 4C33 F9B7
OpenPGP_0x903649294C33F9B7.asc
Description: OpenPGP public key
OpenPGP_signature
Description: OpenPGP digital signature
--- End Message ---