Skip to content

Commit

Permalink
Upgrade easyrsa-tools.lib to version 322 - As of command renew-ca
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Nov 28, 2024
1 parent 64dbb37 commit d66bebc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Easy-RSA 3 ChangeLog

3.2.2 (TBD)

* Upgrade easyrsa-tools.lib to version 322 - As of command renew-ca
* easyrsa-tools.lib: Introduce new command 'renew-ca' (ba32b0d) (#1255)
* easyrsa-tools.lib: show-expire, allow --days to be zero (a1033a5) (#1254)
* Command 'help': Ignore EASYRSA_SILENT (8804d6b) (#1249)
Expand Down
2 changes: 1 addition & 1 deletion dev/easyrsa-tools.lib
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [ -z "$EASYRSA_TOOLS_CALLER" ]; then
fi

# Set tools version
export EASYRSA_TOOLS_VERSION=321
export EASYRSA_TOOLS_VERSION=322

# Verify OpenVPN binary
verify_openvpn() {
Expand Down
2 changes: 1 addition & 1 deletion easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -5492,7 +5492,7 @@ source_easyrsa_tools_lib() {
verbose "EASYRSA_TOOLS_VERSION: $EASYRSA_TOOLS_VERSION"

# Verify tools version
if [ "$EASYRSA_TOOLS_VERSION" -lt 321 ]; then
if [ "$EASYRSA_TOOLS_VERSION" -lt 322 ]; then
tools_error_txt="\
EasyRSA Tools version is out of date:
* EASYRSA_TOOLS_VERSION: $EASYRSA_TOOLS_VERSION"
Expand Down

0 comments on commit d66bebc

Please sign in to comment.