public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/easy-rsa/
Date: Sun,  5 Feb 2023 08:30:40 +0000 (UTC)	[thread overview]
Message-ID: <1675585835.606c453494269743185f62fdb7a17960885333d5.juippis@gentoo> (raw)

commit:     606c453494269743185f62fdb7a17960885333d5
Author:     Matoro Mahri <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Sat Jan 21 23:58:07 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Feb  5 08:30:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=606c4534

app-crypt/easy-rsa: add 3.1.2

Signed-off-by: Matoro Mahri <matoro <AT> users.noreply.github.com>
Closes: https://github.com/gentoo/gentoo/pull/29211
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-crypt/easy-rsa/Manifest              |  1 +
 app-crypt/easy-rsa/easy-rsa-3.1.2.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/app-crypt/easy-rsa/Manifest b/app-crypt/easy-rsa/Manifest
index 358ba633d06e..7e1bd1e9345d 100644
--- a/app-crypt/easy-rsa/Manifest
+++ b/app-crypt/easy-rsa/Manifest
@@ -3,3 +3,4 @@ DIST easy-rsa-3.0.5.tar.gz 638366 BLAKE2B 990ef0cc7effd80d06d15dbb2dc3ef9a0a282a
 DIST easy-rsa-3.0.6.tar.gz 663190 BLAKE2B 2c7f526c3ddddf13b4c6193bcd52bc992b9e81db28dec8cd9b5f44aba231eed18b6f25c64a42072a6409a5dd23db21fa8ccefc210ce924c68ad3a79475d2eaa1 SHA512 ce553b483ed2facab71d9bc212c4a454c6ed4a6489a0b963c4fc190916c71d048955e1e24d3e58a39438a51a83a02bf696bb2b9292c6ff665113043509062eb1
 DIST easy-rsa-3.0.7.tar.gz 3863830 BLAKE2B e76db344912296d4659ae61e094595a0ebb30258e2819908f80028a771bf49b5ee02293ba4bd46c19926828724f27b149d2727a2f898fa7fbe48abdb16dbee86 SHA512 4e7dadafd9e3f8381029cf4a20f0a6fe58c6bee0571e0f8ff9711e1dae386bbfd81b5d8bbec58f415e367d613b90465a4635e8f924668ad73de555fe8bb8c82c
 DIST easy-rsa-3.0.8.tar.gz 3864366 BLAKE2B 8bbb16a8885a2141c59f590882002f5e4fa5c52c77130ac56b7ee5b1817a6c3acdecac2d8db4f4f4bce39f62b469afaf60b5d56f46c1ea9472afe36a5fb7a818 SHA512 db23262ba2cd1b7fec17340ebe11504741baff23098ea9b4b1118077abf8ff3091b1299f9624a6dd788b2e1c169d9820ba41d11b091949f3f6c96ee8e0509231
+DIST easy-rsa-3.1.2.tar.gz 6424018 BLAKE2B fef84b90875837c151bf9d71f71587d81aba79579948f4ff29ec3632cd17b0de82bf64c7d25b93720a696d339acdbf520b3a366e3ab214789acd17629d5db5ba SHA512 f36d3e11488ee98be4d901a8ae4f6cf08f4f0efc95bec38d1f1cde3ebd9dd133fe493cab2ebbbbbc99e803e318f93536e6a45ae677adb65c94d998114278035a

diff --git a/app-crypt/easy-rsa/easy-rsa-3.1.2.ebuild b/app-crypt/easy-rsa/easy-rsa-3.1.2.ebuild
new file mode 100644
index 000000000000..9b796d2c2779
--- /dev/null
+++ b/app-crypt/easy-rsa/easy-rsa-3.1.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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 ~ia64 ~mips ~ppc ~ppc64 ~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
+}


             reply	other threads:[~2023-02-05  8:30 UTC|newest]

Thread overview: 63+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-05  8:30 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-23  5:11 [gentoo-commits] repo/gentoo:master commit in: app-crypt/easy-rsa/ Sam James
2025-02-03 20:00 Sam James
2025-02-03 16:04 Jakov Smolić
2025-02-03 16:04 Jakov Smolić
2025-02-03 16:04 Jakov Smolić
2025-02-03 16:04 Jakov Smolić
2025-02-03 11:17 Bernard Cafarelli
2024-09-25  8:02 Bernard Cafarelli
2024-09-25  8:02 Bernard Cafarelli
2024-06-24 23:44 Yixun Lan
2024-06-21  4:23 Arthur Zamarin
2024-06-20 20:14 Arthur Zamarin
2024-06-20 10:16 Arthur Zamarin
2024-06-20 10:16 Arthur Zamarin
2024-06-20  7:29 Sam James
2024-06-20  7:27 Sam James
2024-05-19  9:16 Bernard Cafarelli
2023-11-06 11:22 Bernard Cafarelli
2023-09-09 13:17 David Seifert
2023-08-26 14:49 Bernard Cafarelli
2023-08-01 21:18 Bernard Cafarelli
2023-08-01 21:18 Bernard Cafarelli
2023-03-17 18:06 Arthur Zamarin
2023-03-17 17:01 Sam James
2023-03-17 17:00 Sam James
2023-03-17 16:42 Arthur Zamarin
2023-03-17 16:20 Arthur Zamarin
2023-03-17 16:04 Arthur Zamarin
2023-02-05  8:30 Joonas Niilola
2023-02-05  8:30 Joonas Niilola
2023-01-14 23:22 Sam James
2023-01-14 23:22 Sam James
2023-01-14 23:22 Sam James
2023-01-14 23:22 Sam James
2023-01-14 23:22 Sam James
2023-01-14 23:22 Sam James
2022-10-17 19:23 Sam James
2021-05-02 16:40 Mikle Kolyada
2020-11-13 12:47 Mikle Kolyada
2020-11-13 12:47 Mikle Kolyada
2020-04-04 15:16 Mikle Kolyada
2019-12-03  8:24 Mikle Kolyada
2019-02-16 18:58 Aaron Bauman
2019-02-10 12:04 Mikle Kolyada
2018-12-16 10:37 Mikle Kolyada
2018-10-04 17:21 Mikle Kolyada
2018-09-22 10:50 Mikle Kolyada
2018-09-22 10:50 Mikle Kolyada
2018-09-22 10:47 Mikle Kolyada
2018-07-01 13:15 Mikle Kolyada
2018-05-29 15:01 Mikle Kolyada
2018-05-11 11:29 Mikle Kolyada
2017-09-20 12:39 Manuel Rüger
2017-07-23 12:04 Manuel Rüger
2016-12-20 19:16 Tobias Klausmann
2016-10-26 16:57 Markus Meier
2016-10-16  6:49 Jeroen Roovers
2016-02-23 23:18 Manuel Rüger
2016-02-23 23:18 Manuel Rüger
2016-02-02 22:01 Manuel Rüger
2016-02-02 22:00 Manuel Rüger
2015-12-06 20:07 Dirkjan Ochtman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1675585835.606c453494269743185f62fdb7a17960885333d5.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox