easyrsa: update to 3.2.4.

Closes: #57961 [via git-merge-pr]
This commit is contained in:
Hendrik Boll
2025-12-13 16:41:31 -05:00
committed by classabbyamp
parent 02b72cbed7
commit a00c9edc0a
+2 -3
View File
@@ -1,6 +1,6 @@
# Template file for 'easyrsa'
pkgname=easyrsa
version=3.1.7
version=3.2.4
revision=1
depends="openssl"
short_desc="Simple shell based CA utility"
@@ -9,7 +9,7 @@ license="GPL-2.0-only, ISC"
homepage="https://github.com/OpenVPN/easy-rsa"
changelog="https://github.com/OpenVPN/easy-rsa/raw/master/ChangeLog"
distfiles="https://github.com/OpenVPN/easy-rsa/releases/download/v${version}/EasyRSA-${version}.tgz"
checksum=aaa48fadcbb77511b9c378554ef3eae09f8c7bc149d6f56ba209f1c9bab98c6e
checksum=ed65e88cea892268efa71eb1161ce13af3beded6754301e1e713e36ff3613cac
conf_files="/etc/easyrsa/vars /etc/easyrsa/openssl-easyrsa.cnf /etc/easyrsa/x509-types/*"
do_install() {
@@ -18,5 +18,4 @@ do_install() {
vinstall vars.example 644 etc/easyrsa vars
vcopy x509-types etc/easyrsa
vlicense COPYING.md
vlicense mktemp.txt
}