public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 067b907e7944972efa42cfb0405f388c527d75dc
Date: Sat, 12 Apr 2014 20:06:46 +0200	[thread overview]
Message-ID: <20140412180646.884ED210FA@argus.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 4356 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 3.x development tree".

The branch, master has been updated
       via  067b907e7944972efa42cfb0405f388c527d75dc (commit)
      from  bef9b7be19c1df172576f3c963c9febe270c8c5a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 067b907e7944972efa42cfb0405f388c527d75dc
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Sat Apr 12 20:06:24 2014 +0200

    rng-tools: New package.

-----------------------------------------------------------------------

Summary of changes:
 rng-tools/patches/rng-tools-man.patch | 21 ++++++++++++++
 rng-tools/rng-tools.nm                | 52 +++++++++++++++++++++++++++++++++++
 rng-tools/systemd/rngd.service        |  8 ++++++
 3 files changed, 81 insertions(+)
 create mode 100644 rng-tools/patches/rng-tools-man.patch
 create mode 100644 rng-tools/rng-tools.nm
 create mode 100644 rng-tools/systemd/rngd.service

Difference in files:
diff --git a/rng-tools/patches/rng-tools-man.patch b/rng-tools/patches/rng-tools-man.patch
new file mode 100644
index 0000000..010d20d
--- /dev/null
+++ b/rng-tools/patches/rng-tools-man.patch
@@ -0,0 +1,21 @@
+diff -up rng-tools-3/rngtest.1.in.man rng-tools-3/rngtest.1.in
+--- rng-tools-3/rngtest.1.in.man	2009-12-24 07:47:24.000000000 +0100
++++ rng-tools-3/rngtest.1.in	2012-01-12 10:12:27.909567190 +0100
+@@ -43,7 +43,7 @@ Exit after processing n input blocks, if
+ Dump statistics every n blocks, if n is not zero.
+ .TP
+ \fB\-t\fR \fIn\fR, \fB\-\-timedstats=\fIn\fR (default: 0)
+-Dump statistics every n secods, if n is not zero.
++Dump statistics every n seconds, if n is not zero.
+ .TP
+ \fB\-?\fR, \fB\-\-help\fR
+ Give a short summary of all program options.
+@@ -62,7 +62,7 @@ other statistics show a breakdown of the
+ tests are defined on FIPS 140-1 and FIPS 140-2 errata of 2001-10-10. They
+ were removed in FIPS 140-2 errata of 2002-12-03).
+ .PP
+-The speed statistics are taken for every 20000-bit block trasferred or
++The speed statistics are taken for every 20000-bit block transferred or
+ processed.
+ 
+ .SH EXIT STATUS
diff --git a/rng-tools/rng-tools.nm b/rng-tools/rng-tools.nm
new file mode 100644
index 0000000..ef5e035
--- /dev/null
+++ b/rng-tools/rng-tools.nm
@@ -0,0 +1,52 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info(a)ipfire.org>                   #
+###############################################################################
+
+name       = rng-tools
+version    = 4
+release    = 1
+
+groups     = System/Base
+url        = http://sourceforge.net/projects/gkernel/
+license    = GPLv2+
+summary    = Random number generator related utilities.
+
+description
+	%{summary}
+end
+
+source_dl  = http://downloads.sourceforge.net/project/gkernel/rng-tools/%{version}/
+
+build
+	requires
+		gettext
+		groff
+	end
+end
+
+packages
+	package %{name}
+		script postin
+			/bin/systemctl daemon-reload >/dev/null 2>&1 || :
+		end
+
+		script preun
+			/bin/systemctl --no-reload disable rngd.service > /dev/null 2>&1 || :
+			/bin/systemctl stop rngd.service > /dev/null 2>&1 || :
+		end
+
+		script postun
+			/bin/systemctl daemon-reload >/dev/null 2>&1 || :
+		end
+
+		script postup
+			/bin/systemctl daemon-reload 2>&1 || :
+			/bin/systemctl reload-or-try-restart rngd.service >/dev/null 2>&1 || :
+		end
+	end
+
+	package %{name}-debuginfo
+		template DEBUGINFO
+	end
+end
diff --git a/rng-tools/systemd/rngd.service b/rng-tools/systemd/rngd.service
new file mode 100644
index 0000000..770bc62
--- /dev/null
+++ b/rng-tools/systemd/rngd.service
@@ -0,0 +1,8 @@
+[Unit]
+Description=Hardware RNG Entropy Gatherer Daemon
+
+[Service]
+ExecStart=/usr/sbin/rngd -f --no-tpm=1
+
+[Install]
+WantedBy=multi-user.target


hooks/post-receive
--
IPFire 3.x development tree

                 reply	other threads:[~2014-04-12 18:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20140412180646.884ED210FA@argus.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.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