From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/cfssl/
Date: Tue, 23 Jul 2019 15:21:33 +0000 (UTC) [thread overview]
Message-ID: <1563895248.0a5304ca2078f648ee2b675098b447b4b1bf26a0.mrueg@gentoo> (raw)
commit: 0a5304ca2078f648ee2b675098b447b4b1bf26a0
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 23 15:20:48 2019 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Jul 23 15:20:48 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a5304ca
app-crypt/cfssl: Version bump to 1.3.4
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>
app-crypt/cfssl/Manifest | 1 +
app-crypt/cfssl/cfssl-1.3.4.ebuild | 33 +++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/app-crypt/cfssl/Manifest b/app-crypt/cfssl/Manifest
index 026f19e5e18..b7af606c042 100644
--- a/app-crypt/cfssl/Manifest
+++ b/app-crypt/cfssl/Manifest
@@ -1,2 +1,3 @@
DIST cfssl-1.3.2.tar.gz 6867118 BLAKE2B 775b3419ecf878d9add13faf03a3e1d4cca7b30d965f1ca55c8faa5abf679188a1ea1f80c1416f19c85bc551395628a31da8669ca647e1c1e7a1a313d68f4c7b SHA512 aba27a282c8ca8e95769996aea7e5300b0c3f8fea7ae26484d19a7e1a0330f0b3a0649407062f1a10e8c93136693954e3b24c92456f69db3abee509f982ba554
DIST cfssl-1.3.3.tar.gz 5005924 BLAKE2B 81e7ec1f27a6597d69f16254a5ded672b9b3ac0bc8dee0f5bb00939e86147b1ed0389d38ea406fe671f3de052ac2e88fe320ffbf6065a83c2d9627ac3c497740 SHA512 39b42f3f8c22e254fa8ed4079308ecad1b0f77cdb56e57099e434389866e58863687307d6cf0f5ec8e4664ad4743ee8728f47a6a1375f3f74f8206a709f0ffc3
+DIST cfssl-1.3.4.tar.gz 7092440 BLAKE2B 85a7a73ae5b18ae0e4ac02b1a4d5f633d73f2c0f81cb49ef85c39b6a241ac538220a8cebb448af795140a6308f46f6e53003f25a31edad452cb6db39ff95a9b2 SHA512 796f24f9a7cd9966b3586b5b08deb410570cc31ec747b0c834215c105df1b4fea4907bfa223d196ad71fb296724dc690b6ffd298c8ef81db1333ed3e69f1ecd4
diff --git a/app-crypt/cfssl/cfssl-1.3.4.ebuild b/app-crypt/cfssl/cfssl-1.3.4.ebuild
new file mode 100644
index 00000000000..64942d2fca9
--- /dev/null
+++ b/app-crypt/cfssl/cfssl-1.3.4.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGO_PN="github.com/cloudflare/${PN}"
+inherit golang-build golang-vcs-snapshot
+
+SRC_URI="https://${EGO_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Cloudflare's PKI and TLS toolkit"
+HOMEPAGE="https://github.com/cloudflare/cfssl"
+LICENSE="BSD-2"
+SLOT="0"
+IUSE="hardened"
+
+RDEPEND="!!dev-lang/mono" #File collision (bug 614364)
+
+RESTRICT="test"
+
+src_compile() {
+ pushd src || die
+ CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" GOPATH="${S}" go install -v github.com/cloudflare/cfssl/cmd/... || die
+ popd || die
+}
+
+src_install() {
+ dobin bin/*
+ pushd src/${EGO_PN} || die
+ dodoc CHANGELOG README.md
+ popd || die
+}
next reply other threads:[~2019-07-23 15:21 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-23 15:21 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-22 17:43 [gentoo-commits] repo/gentoo:master commit in: app-crypt/cfssl/ Arthur Zamarin
2025-01-21 21:26 Sam James
2024-12-11 7:17 Sam James
2024-12-11 7:17 Sam James
2024-12-11 6:12 Sam James
2024-03-02 23:51 Andreas K. Hüttel
2024-03-02 23:29 Andreas K. Hüttel
2022-10-17 19:23 Sam James
2021-07-27 23:11 William Hubbs
2020-05-09 19:53 William Hubbs
2020-05-05 22:59 William Hubbs
2019-11-24 18:22 William Hubbs
2019-04-10 23:02 William Hubbs
2019-04-10 8:41 Manuel Rüger
2019-04-09 13:22 Manuel Rüger
2019-02-07 10:48 Manuel Rüger
2018-06-06 12:28 Manuel Rüger
2018-03-29 12:04 Manuel Rüger
2018-03-29 12:04 Manuel Rüger
2018-02-26 10:22 Manuel Rüger
2018-02-26 10:22 Manuel Rüger
2018-02-14 21:48 Manuel Rüger
2018-02-14 21:48 Manuel Rüger
2017-12-23 15:02 Manuel Rüger
2017-12-23 15:02 Manuel Rüger
2017-10-04 7:47 Michał Górny
2017-09-25 12:39 Manuel Rüger
2017-06-12 14:16 Manuel Rüger
2017-06-08 12:21 Manuel Rüger
2017-06-08 12:21 Manuel Rüger
2017-03-31 0:24 Manuel Rüger
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=1563895248.0a5304ca2078f648ee2b675098b447b4b1bf26a0.mrueg@gentoo \
--to=mrueg@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