mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
app-crypt/easy-rsa: add 3.2.5
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST easy-rsa-3.2.1.tar.gz 7043742 BLAKE2B 7bc6d5534e47fed6b22de745b9d8ba579f1be49ad52a2d985d81cd1b2e22914b796c47b1a2aab8ca3944eaca37152c30d73659a200f870d1bff1a4bd87830557 SHA512 cdaf5167c31bfa506f7837e664837659a251f317ed3a5a1fcadd1ade4d25e4e8b855bccd3a8c26a14b87f65d8906990e01e87ffe4c6faad83bd008df3ebb3939
|
||||
DIST easy-rsa-3.2.4.tar.gz 7589493 BLAKE2B 0061b265ca26261397336f4991bdc5d8420b51d4df074f5a8ef8080692ae8055c109778f0e3bc6ddfe8c006964084f8ebf7fa34f2d138ad1d06710d17d83fa25 SHA512 74b13650a7e2f669a8984eb1a04a243d7ed7dbd1368e74c4b0074023a9d8b52a2c8e597b2bd40186b128aa897716c73d4693e9665aa4a0fc420cf4944f5ebd20
|
||||
DIST easy-rsa-3.2.5.tar.gz 7691655 BLAKE2B 9a9200a9b6797ab7bab7600828826f336729c1a1fd055df0c641453817bbb247004bea64b07aa44307b5aa95aae8c7f4907c6ab9cb934d4bf2a0dbdd4e5e949a SHA512 ac2efa05f808222951bbc9374b36113cdc3ec78af51888149725fcf1cfdae35d3db340b1fd62581ff11c1e29aa554dcaa736eb40fc61dfb5ca9c260592b505f3
|
||||
|
||||
25
app-crypt/easy-rsa/easy-rsa-3.2.5.ebuild
Normal file
25
app-crypt/easy-rsa/easy-rsa-3.2.5.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Small RSA key management package, based on OpenSSL"
|
||||
HOMEPAGE="https://openvpn.net/"
|
||||
SRC_URI="https://github.com/OpenVPN/easy-rsa/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
|
||||
|
||||
DEPEND=">=dev-libs/openssl-0.9.6:0="
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_install() {
|
||||
exeinto /usr/share/easy-rsa
|
||||
doexe easyrsa3/easyrsa
|
||||
insinto /usr/share/easy-rsa
|
||||
doins -r easyrsa3/{vars.example,openssl-easyrsa.cnf,x509-types}
|
||||
dodoc README.quickstart.md ChangeLog
|
||||
dodoc -r doc
|
||||
doenvd "${FILESDIR}/65easy-rsa" # config-protect easy-rsa
|
||||
}
|
||||
Reference in New Issue
Block a user