public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/haveged/
Date: Tue,  7 Apr 2020 20:43:07 +0000 (UTC)	[thread overview]
Message-ID: <1586292182.0652a31b4c67c8e7bbd7d6c6e67975b6642c7266.blueness@gentoo> (raw)

commit:     0652a31b4c67c8e7bbd7d6c6e67975b6642c7266
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  7 20:42:31 2020 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Apr  7 20:43:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0652a31b

sys-apps/haveged: version bump to 1.9.8

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 sys-apps/haveged/Manifest             |  1 +
 sys-apps/haveged/haveged-1.9.8.ebuild | 45 +++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/sys-apps/haveged/Manifest b/sys-apps/haveged/Manifest
index 9063a64f4d4..e43a714ae1c 100644
--- a/sys-apps/haveged/Manifest
+++ b/sys-apps/haveged/Manifest
@@ -1,3 +1,4 @@
 DIST haveged-1.9.2.tar.gz 494682 BLAKE2B a972d128b19fecc3d01e17bd4cf6d5ec03ae716c4b4934c73193e03f3d3f9ff3461a8280ec0a20885499fd334343deb193ddc98b0697b2b14f92fff897bbf59b SHA512 65f70950fb90ef9c24ff3bf1b26e19a9cde2bec4749e2e64d5461a51646a20cf610efa2a5014219b8605957afa0084abd2ba11c7dc15f9379afce784971627b8
 DIST haveged-1.9.4.tar.gz 493215 BLAKE2B e1a8bbda36c35523c7a0c72a1377d7006440742961f9be4527d52b7e05b176334529ee032f5bdf902e729fcfe045a7a0558dfea7c50a95019747d1158f1e4a19 SHA512 20017c7637779c0cfa414233bb67efb2976f92c08e4eb1b7ea41ccd483dad755629d8e05fb8560a2db811fc2ded7d05fa081ab10c59341cb4c206595a964641d
+DIST haveged-1.9.8.tar.gz 494473 BLAKE2B 3c656221ffc896a1c57cfcfa17524c1e40de04fc5cffa94ce71e0bf11a78b578b9f11f8e7683f2be7150d5ccfeba9eb2f553d9379006f2624bf78d5ed152da74 SHA512 6a4012c7ab0ad7df77ae61dd3aca072a7aeca942c180d37c8495009fad13a4c9c0e7bf64a3ffce00e50c06679d4b948c3930a960789a06edf074076cf68d37db
 DIST haveged-1.9.8c.tar.gz 494470 BLAKE2B 840aa0b985107feb38a7b5823f94de3473e79f75542565e571c4ec9b2640dddcabb09d598e101678defbdd2eb04fe2fc1fb1f8466157e53d7c41272131450dec SHA512 24167e8a9773d96b3c57cd3e57def7e291f3de86873e796cafc1a59d3f89818c6cb8d46d05e5ae4eb2683fc86b313b1acaed7f210724dadb7df3939e1b3900aa

diff --git a/sys-apps/haveged/haveged-1.9.8.ebuild b/sys-apps/haveged/haveged-1.9.8.ebuild
new file mode 100644
index 00000000000..c792e4bd61f
--- /dev/null
+++ b/sys-apps/haveged/haveged-1.9.8.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit systemd
+
+DESCRIPTION="A simple entropy daemon using the HAVEGE algorithm"
+HOMEPAGE="http://www.issihosts.com/haveged/"
+SRC_URI="https://github.com/jirka-h/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="selinux static-libs threads"
+
+RDEPEND="
+	!<sys-apps/openrc-0.11.8
+	selinux? ( sec-policy/selinux-entropyd )
+"
+
+PATCHES=(
+	"${FILESDIR}/${PN}-1.9.8c-threads_build_fix.patch"
+)
+
+src_configure() {
+	local myeconfargs=(
+		$(use_enable static-libs static)
+		$(use_enable threads)
+		--bindir=/usr/sbin
+		--enable-nistest
+	)
+	econf "${myeconfargs[@]}"
+}
+
+src_install() {
+	default
+
+	# Install gentoo ones instead
+	newinitd "${FILESDIR}"/haveged-init.d.3 haveged
+	newconfd "${FILESDIR}"/haveged-conf.d haveged
+
+	systemd_newunit "${FILESDIR}"/service.gentoo ${PN}.service
+	insinto /etc
+	doins "${FILESDIR}"/haveged.conf
+}


             reply	other threads:[~2020-04-07 20:43 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-07 20:43 Anthony G. Basile [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-02 10:20 [gentoo-commits] repo/gentoo:master commit in: sys-apps/haveged/ WANG Xuerui
2022-07-25  7:09 Agostino Sarubbo
2022-07-22 17:57 Sam James
2022-07-22 14:33 Anthony G. Basile
2022-05-05 15:06 Anthony G. Basile
2022-02-19 14:12 Arthur Zamarin
2022-02-19 13:22 Jakov Smolić
2022-02-19 13:15 Jakov Smolić
2022-02-19 12:45 Arthur Zamarin
2022-01-10 15:58 Anthony G. Basile
2022-01-09  1:42 Sam James
2021-12-24 18:18 Arthur Zamarin
2021-12-24 18:18 Arthur Zamarin
2021-12-24 13:51 Jakov Smolić
2021-12-24 13:51 Jakov Smolić
2021-12-24  8:08 Sam James
2021-12-24  8:08 Sam James
2021-10-04 14:51 Anthony G. Basile
2021-07-22  0:41 Georgy Yakovlev
2021-07-06 19:00 Georgy Yakovlev
2021-06-19 22:54 Joshua Kinard
2021-03-11 13:30 Sam James
2021-03-11  2:36 Sam James
2021-03-09 10:30 Sam James
2021-01-20 21:16 Lars Wendler
2021-01-20 21:16 Lars Wendler
2021-01-08  1:58 Anthony G. Basile
2020-07-14 11:10 Jeroen Roovers
2020-06-29 18:41 Anthony G. Basile
2020-06-22 13:33 Anthony G. Basile
2020-06-22 13:30 Anthony G. Basile
2020-06-17 15:59 Anthony G. Basile
2020-06-10 19:46 Anthony G. Basile
2020-04-14 12:32 Agostino Sarubbo
2020-04-08 10:17 Agostino Sarubbo
2020-04-08  9:47 Agostino Sarubbo
2019-12-26 12:56 Georgy Yakovlev
2018-09-05 10:14 Jeroen Roovers
2018-09-05 10:14 Jeroen Roovers
2018-04-21 11:40 Mikle Kolyada
2018-04-05 23:19 Thomas Deutschmann
2018-04-01 17:41 Aaron Bauman
2018-03-31 14:56 Anthony G. Basile
2018-03-31 14:43 Anthony G. Basile
2018-03-31 14:28 Anthony G. Basile
2018-03-31 14:12 Anthony G. Basile
2017-11-18 22:21 Anthony G. Basile
2017-11-17 16:20 Anthony G. Basile
2017-08-26 11:29 Anthony G. Basile
2017-05-11  3:19 Robin H. Johnson
2015-10-24 17:16 Anthony G. Basile
2015-10-24 17:09 Mikle Kolyada
2015-10-17 11:18 Markus Meier

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=1586292182.0652a31b4c67c8e7bbd7d6c6e67975b6642c7266.blueness@gentoo \
    --to=blueness@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