mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
easyrsa: update to 3.1.0.
This commit is contained in:
parent
f2e9208088
commit
0b74b2dfca
1 changed files with 6 additions and 4 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'easyrsa'
|
# Template file for 'easyrsa'
|
||||||
pkgname=easyrsa
|
pkgname=easyrsa
|
||||||
version=3.0.8
|
version=3.1.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="EasyRSA-${version}"
|
wrksrc="EasyRSA-${version}"
|
||||||
depends="openssl"
|
depends="openssl"
|
||||||
short_desc="Simple shell based CA utility"
|
short_desc="Simple shell based CA utility"
|
||||||
maintainer="Adam Gausmann <agausmann@fastmail.com>"
|
maintainer="Adam Gausmann <agausmann@fastmail.com>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only, ISC"
|
||||||
homepage="https://github.com/OpenVPN/easy-rsa"
|
homepage="https://github.com/OpenVPN/easy-rsa"
|
||||||
distfiles="https://github.com/OpenVPN/easy-rsa/releases/download/v${version}/EasyRSA-${version}.tgz"
|
distfiles="https://github.com/OpenVPN/easy-rsa/releases/download/v${version}/EasyRSA-${version}.tgz"
|
||||||
checksum="cae114c212a5be4d89f2253d36c70ab94f68d295f24e8b6711c2cab0fabf7e18"
|
checksum="01b07ecb58dc003e47d4e74f9fc4da35ec6842e96cd003d66ed72a43df983659"
|
||||||
conf_files="/etc/easyrsa/vars /etc/easyrsa/openssl-easyrsa.cnf /etc/easyrsa/x509-types/*"
|
conf_files="/etc/easyrsa/vars /etc/easyrsa/openssl-easyrsa.cnf /etc/easyrsa/x509-types/*"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
@ -17,4 +17,6 @@ do_install() {
|
||||||
vinstall openssl-easyrsa.cnf 644 etc/easyrsa
|
vinstall openssl-easyrsa.cnf 644 etc/easyrsa
|
||||||
vinstall vars.example 644 etc/easyrsa vars
|
vinstall vars.example 644 etc/easyrsa vars
|
||||||
vcopy x509-types etc/easyrsa
|
vcopy x509-types etc/easyrsa
|
||||||
|
vlicense COPYING.md
|
||||||
|
vlicense mktemp.txt
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue