# HG changeset patch # User Hans-G?nter Theisgen # Date 1645371473 -3600 # Node ID 26ddfb7b3611c14cef6d7a0c876348384841b894 # Parent 8f37db468deb18c7ccd9430cbe82523b3e38201f updated easy-rsa (3.0.6 -> 3.0.8) diff -r 8f37db468deb -r 26ddfb7b3611 easy-rsa/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/easy-rsa/description.txt Sun Feb 20 16:37:53 2022 +0100 @@ -0,0 +1,4 @@ +Easy-rsa is a CLI utility to build and manage a PKI CA. +In laymen's terms, this means to create a root certificate authority, +and request and sign certificates, including intermediate CAs and +certificate revocation lists (CRL). diff -r 8f37db468deb -r 26ddfb7b3611 easy-rsa/receipt --- a/easy-rsa/receipt Sun Feb 20 14:41:23 2022 +0000 +++ b/easy-rsa/receipt Sun Feb 20 16:37:53 2022 +0100 @@ -1,13 +1,14 @@ # SliTaz package receipt. PACKAGE="easy-rsa" -VERSION="3.0.6" +VERSION="3.0.8" CATEGORY="security" -SHORT_DESC="A Shell-based CA Utility" +SHORT_DESC="A Shell-based CA Utility." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" +WEB_SITE="https://github.com/OpenVPN/easy-rsa" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://github.com/OpenVPN/easy-rsa" WGET_URL="https://github.com/OpenVPN/easy-rsa/archive/v$VERSION.tar.gz" DEPENDS="openssl" @@ -21,9 +22,13 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $install/usr/share $fs/usr/share $fs/usr/bin - cp -a $src/doc $install/usr/share - cp -a $src/easyrsa${VERSION%%.*} $fs/usr/share/easy-rsa + mkdir -p $install/usr/share + mkdir -p $fs/usr/share + mkdir -p $fs/usr/bin + + cp -a $src/doc $install/usr/share + cp -a $src/easyrsa${VERSION%%.*} $fs/usr/share/easy-rsa + cat > $fs/usr/bin/make-cadir <