public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/haveged/
Date: Wed,  5 Sep 2018 10:14:41 +0000 (UTC)	[thread overview]
Message-ID: <1536142474.c0121a540e2f58fbf2747eb266b593bf5947fee1.jer@gentoo> (raw)

commit:     c0121a540e2f58fbf2747eb266b593bf5947fee1
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  5 10:11:45 2018 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Sep  5 10:14:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0121a54

sys-apps/haveged: Version 1.9.4.

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sys-apps/haveged/Manifest             |  1 +
 sys-apps/haveged/haveged-1.9.4.ebuild | 41 +++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/sys-apps/haveged/Manifest b/sys-apps/haveged/Manifest
index 412cc3b974b..501880f66e2 100644
--- a/sys-apps/haveged/Manifest
+++ b/sys-apps/haveged/Manifest
@@ -1,2 +1,3 @@
 DIST haveged-1.9.1.tar.gz 474845 BLAKE2B bec7ecaac93f7b6ab746dcb228172272bf7575e33d6ea1e2d1cc8a8fa63187db5e41565a5b49d922c6f4c222d71452e41d0b2dd00984eda179a8026fb76432ce SHA512 267d62cfeb886ea00fa412de1a91a34821460d0f4ad789dcfb3547018300e1cbf480917571b19652f2d449369293031d9534f9533bbf6a59560f4f10608c9cd2
 DIST haveged-1.9.2.tar.gz 494682 BLAKE2B a972d128b19fecc3d01e17bd4cf6d5ec03ae716c4b4934c73193e03f3d3f9ff3461a8280ec0a20885499fd334343deb193ddc98b0697b2b14f92fff897bbf59b SHA512 65f70950fb90ef9c24ff3bf1b26e19a9cde2bec4749e2e64d5461a51646a20cf610efa2a5014219b8605957afa0084abd2ba11c7dc15f9379afce784971627b8
+DIST haveged-1.9.4.tar.gz 493215 BLAKE2B e1a8bbda36c35523c7a0c72a1377d7006440742961f9be4527d52b7e05b176334529ee032f5bdf902e729fcfe045a7a0558dfea7c50a95019747d1158f1e4a19 SHA512 20017c7637779c0cfa414233bb67efb2976f92c08e4eb1b7ea41ccd483dad755629d8e05fb8560a2db811fc2ded7d05fa081ab10c59341cb4c206595a964641d

diff --git a/sys-apps/haveged/haveged-1.9.4.ebuild b/sys-apps/haveged/haveged-1.9.4.ebuild
new file mode 100644
index 00000000000..4e82730b448
--- /dev/null
+++ b/sys-apps/haveged/haveged-1.9.4.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# 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/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+IUSE="selinux static-libs"
+
+RDEPEND="
+	!<sys-apps/openrc-0.11.8
+	selinux? ( sec-policy/selinux-entropyd )
+"
+
+# threads are broken right now, but eventually
+# we should add $(use_enable threads)
+src_configure() {
+	econf \
+		$(use_enable static-libs static) \
+		--bindir=/usr/sbin \
+		--enable-nistest \
+		--disable-threads
+}
+
+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:[~2018-09-05 10:14 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-05 10:14 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-14  9:54 [gentoo-commits] repo/gentoo:master commit in: sys-apps/haveged/ Sam James
2025-07-14  9:54 Sam James
2025-07-14  9:54 Sam James
2025-06-10 16:06 Patrick Lauer
2022-12-02 10:20 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
2020-04-07 20:43 Anthony G. Basile
2019-12-26 12:56 Georgy Yakovlev
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=1536142474.c0121a540e2f58fbf2747eb266b593bf5947fee1.jer@gentoo \
    --to=jer@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