From 3e46cfb3bd3df1102dd537f1b7da84ea6b05279d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 18:39:39 +0100 Subject: [PATCH] chore(deps): update dependency openvpn/easy-rsa to v3.2.4 (#1335) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [OpenVPN/easy-rsa](https://redirect.github.com/OpenVPN/easy-rsa) | patch | `3.2.3` -> `3.2.4` | --- ### Release Notes
OpenVPN/easy-rsa (OpenVPN/easy-rsa) ### [`v3.2.4`](https://redirect.github.com/OpenVPN/easy-rsa/releases/tag/v3.2.4): 3.2.4 [Compare Source](https://redirect.github.com/OpenVPN/easy-rsa/compare/v3.2.3...v3.2.4) #### What's Changed - export-p12: Move inline file to 'inline/private' folder by [@​TinCanTech](https://redirect.github.com/TinCanTech) in [#​1356](https://redirect.github.com/OpenVPN/easy-rsa/pull/1356) - Restructure help by [@​TinCanTech](https://redirect.github.com/TinCanTech) in [#​1363](https://redirect.github.com/OpenVPN/easy-rsa/pull/1363) - New global option: `--no-lockfile` = env-var: `$EASYRSA_NO_LOCKFILE` by [@​TinCanTech](https://redirect.github.com/TinCanTech) in [#​1364](https://redirect.github.com/OpenVPN/easy-rsa/pull/1364) - Restructure `verify_working_env()` by [@​TinCanTech](https://redirect.github.com/TinCanTech) in [#​1367](https://redirect.github.com/OpenVPN/easy-rsa/pull/1367) - Improve verbose by [@​TinCanTech](https://redirect.github.com/TinCanTech) in [#​1368](https://redirect.github.com/OpenVPN/easy-rsa/pull/1368) - Windows easyrsa-shell-init.sh: Replace 'read -p' by [@​TinCanTech](https://redirect.github.com/TinCanTech) in [#​1371](https://redirect.github.com/OpenVPN/easy-rsa/pull/1371) - mutual\_exclusions(): Include basic checks for --startdate/--enddate by [@​TinCanTech](https://redirect.github.com/TinCanTech) in [#​1372](https://redirect.github.com/OpenVPN/easy-rsa/pull/1372) - easyrsa-shell-init.sh: Allow Easy-RSA to use '\User$HOME' directory by [@​TinCanTech](https://redirect.github.com/TinCanTech) in [#​1374](https://redirect.github.com/OpenVPN/easy-rsa/pull/1374) - Remove 'easyrsa\_mkdir()', use only 'mkdir' by [@​TinCanTech](https://redirect.github.com/TinCanTech) in [#​1376](https://redirect.github.com/OpenVPN/easy-rsa/pull/1376) - revoke: Archive request and private key files and expand help by [@​TinCanTech](https://redirect.github.com/TinCanTech) in [#​1378](https://redirect.github.com/OpenVPN/easy-rsa/pull/1378) - set\_no\_clobber(): Add simple error detection by [@​TinCanTech](https://redirect.github.com/TinCanTech) in [#​1379](https://redirect.github.com/OpenVPN/easy-rsa/pull/1379) - random: Use verify\_working\_env() to configure EASYRSA\_OPENSSL by [@​TinCanTech](https://redirect.github.com/TinCanTech) in [#​1381](https://redirect.github.com/OpenVPN/easy-rsa/pull/1381) - self\_sign(): Force use of Easy-RSA X509-type file 'selfsign' by [@​TinCanTech](https://redirect.github.com/TinCanTech) in [#​1383](https://redirect.github.com/OpenVPN/easy-rsa/pull/1383) **Full Changelog**:
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/angristan/openvpn-install). --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] --- openvpn-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index eea5069..5a6010f 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -9,8 +9,8 @@ # Configuration constants readonly DEFAULT_CERT_VALIDITY_DURATION_DAYS=3650 # 10 years readonly DEFAULT_CRL_VALIDITY_DURATION_DAYS=5475 # 15 years -readonly EASYRSA_VERSION="3.2.3" -readonly EASYRSA_SHA256="577d9a0f5205ee74d818af163c2f3447fff8d3dd11b91523db2fe8d99cd851e3" +readonly EASYRSA_VERSION="3.2.4" +readonly EASYRSA_SHA256="ed65e88cea892268efa71eb1161ce13af3beded6754301e1e713e36ff3613cac" # ============================================================================= # Logging Configuration