Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (78ae65b2d1fa62f1ca156399bba798b7c208b7b4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (78ae65b2d1fa62f1ca156399bba798b7c208b7b4)
  • Date: Wed, 15 Aug 2018 01:33:30 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

ChangeLog | 3 +++
utils/haveged/BUILD | 3 +++
utils/haveged/DEPENDS | 1 +
utils/haveged/DETAILS | 25 +++++++++++++++++++++++++
utils/haveged/HISTORY | 3 +++
utils/haveged/haveged.gpg |binary
utils/haveged/init.d/haveged | 7 +++++++
7 files changed, 42 insertions(+)

New commits:
commit 78ae65b2d1fa62f1ca156399bba798b7c208b7b4
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

utils/haveged: new spell, a simple entropy daemon

diff --git a/ChangeLog b/ChangeLog
index cf9e7d1..d2edb7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2018-08-14 Pavel Vinogradov <public AT sourcemage.org>
+ * utils/haveged: new spell, a simple entropy daemon
+
2018-08-08 Vlad Glagolev <stealth AT sourcemage.org>
* utils/msr-tools: utilities to access the processor MSRs and CPU ID
directly
diff --git a/utils/haveged/BUILD b/utils/haveged/BUILD
new file mode 100755
index 0000000..01d506a
--- /dev/null
+++ b/utils/haveged/BUILD
@@ -0,0 +1,3 @@
+OPTS+=" --exec-prefix=${INSTALL_ROOT}" &&
+
+default_build
diff --git a/utils/haveged/DEPENDS b/utils/haveged/DEPENDS
new file mode 100755
index 0000000..d324069
--- /dev/null
+++ b/utils/haveged/DEPENDS
@@ -0,0 +1 @@
+optional_depends systemd "" "" "to use systemd"
diff --git a/utils/haveged/DETAILS b/utils/haveged/DETAILS
new file mode 100755
index 0000000..7d27174
--- /dev/null
+++ b/utils/haveged/DETAILS
@@ -0,0 +1,25 @@
+ SPELL="haveged"
+ VERSION="1.9.4"
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+
SOURCE_URL[0]="https://github.com/jirka-h/${SPELL}/archive/${VERSION}.tar.gz";
+ SOURCE2="${SOURCE}.asc"
+
SOURCE2_URL[0]="https://github.com/jirka-h/${SPELL}/releases/download/${VERSION}/${SOURCE2}";
+ SOURCE_GPG="haveged.gpg:${SOURCE2}:UPSTREAM_KEY"
+ SOURCE2_IGNORE="signature"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.issihosts.com/haveged/";
+ LICENSE[0]="GPL"
+ ENTERED="20180814"
+ SHORT="a simple entropy daemon"
+cat << EOF
+The haveged project is an attempt to provide an easy-to-use, unpredictable
+random number generator based upon an adaptation of the HAVEGE algorithm.
+
+Haveged was created to remedy low-entropy conditions in the Linux
+random device that can occur under some workloads, especially on headless
+servers.
+
+Current development of haveged is directed towards improving overall
+reliability and adaptability while minimizing the barriers to using haveged
+for other tasks.
+EOF
diff --git a/utils/haveged/HISTORY b/utils/haveged/HISTORY
new file mode 100644
index 0000000..dd842d8
--- /dev/null
+++ b/utils/haveged/HISTORY
@@ -0,0 +1,3 @@
+2018-08-14 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, haveded.gpg, init.d/haveded: created spell
+
diff --git a/utils/haveged/haveged.gpg b/utils/haveged/haveged.gpg
new file mode 100644
index 0000000..3291be5
Binary files /dev/null and b/utils/haveged/haveged.gpg differ
diff --git a/utils/haveged/init.d/haveged b/utils/haveged/init.d/haveged
new file mode 100755
index 0000000..b0e8562
--- /dev/null
+++ b/utils/haveged/init.d/haveged
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+PROGRAM=/sbin/haveged
+RUNLEVEL=DEV
+NEEDS="devices"
+
+. /etc/init.d/smgl_init



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (78ae65b2d1fa62f1ca156399bba798b7c208b7b4), Pavel Vinogradov, 08/14/2018

Archive powered by MHonArc 2.6.24.

Top of Page