pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security bitstir monitors rnd(4) for low entropy and u...
details: https://anonhg.NetBSD.org/pkgsrc/rev/dddd286607a5
branches: trunk
changeset: 460339:dddd286607a5
user: dan <dan%pkgsrc.org@localhost>
date: Fri Aug 29 00:25:34 2003 +0000
description:
bitstir monitors rnd(4) for low entropy and uses find(1) to solicit more.
program and pkg from Peter Hendrickson <pdh%wiredyne.com@localhost>
diffstat:
security/Makefile | 3 ++-
security/bitstir/DESCR | 7 +++++++
security/bitstir/Makefile | 16 ++++++++++++++++
security/bitstir/Makefile~ | 14 ++++++++++++++
security/bitstir/PLIST | 4 ++++
security/bitstir/distinfo | 5 +++++
security/bitstir/patches/patch-aa | 15 +++++++++++++++
7 files changed, 63 insertions(+), 1 deletions(-)
diffs (102 lines):
diff -r 7c422f2efe8c -r dddd286607a5 security/Makefile
--- a/security/Makefile Thu Aug 28 23:03:59 2003 +0000
+++ b/security/Makefile Fri Aug 29 00:25:34 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.139 2003/08/19 15:48:17 agc Exp $
+# $NetBSD: Makefile,v 1.140 2003/08/29 00:25:34 dan Exp $
#
COMMENT= Security tools
@@ -15,6 +15,7 @@
SUBDIR+= audit-packages
SUBDIR+= avcheck
SUBDIR+= beecrypt
+SUBDIR+= bitstir
SUBDIR+= cfs
SUBDIR+= crack
SUBDIR+= cy-login
diff -r 7c422f2efe8c -r dddd286607a5 security/bitstir/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/bitstir/DESCR Fri Aug 29 00:25:34 2003 +0000
@@ -0,0 +1,7 @@
+Bitstir monitors the level of entropy available from /dev/random and
+generates disk activity to automatically restore this level when it
+gets low. Programs which block when entropy runs out are delayed only
+momentarily if at all.
+
+Bitstir was written by Peter Hendrickson <pdh%wiredyne.com@localhost>. There
+is a page at http://www.wiredyne.com/software/bitstir.html.
diff -r 7c422f2efe8c -r dddd286607a5 security/bitstir/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/bitstir/Makefile Fri Aug 29 00:25:34 2003 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2003/08/29 00:25:35 dan Exp $
+#
+
+DISTNAME= bitstir-0.2
+CATEGORIES= security
+MASTER_SITES= http://www.wiredyne.com/software/downloads/
+
+MAINTAINER= pdh%wiredyne.com@localhost
+HOMEPAGE= http://www.wiredyne.com/software/downloads/
+COMMENT= Entropy restoration daemon
+
+USE_BUILDLINK2= yes
+
+ONLY_FOR_PLATFORM= NetBSD-*-*
+
+.include "../../mk/bsd.pkg.mk"
diff -r 7c422f2efe8c -r dddd286607a5 security/bitstir/Makefile~
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/bitstir/Makefile~ Fri Aug 29 00:25:34 2003 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile~,v 1.1 2003/08/29 00:25:36 dan Exp $
+#
+
+DISTNAME= bitstir-0.2
+CATEGORIES= security
+MASTER_SITES= http://www.wiredyne.com/software/downloads/
+
+MAINTAINER= pdh%wiredyne.com@localhost
+HOMEPAGE= http://www.wiredyne.com/software/downloads/
+COMMENT= Entropy restoration daemon
+
+USE_BUILDLINK2= yes
+
+.include "../../mk/bsd.pkg.mk"
diff -r 7c422f2efe8c -r dddd286607a5 security/bitstir/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/bitstir/PLIST Fri Aug 29 00:25:34 2003 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2003/08/29 00:25:36 dan Exp $
+bin/bits-avail
+bin/bitstir
+man/man8/bitstir.8
diff -r 7c422f2efe8c -r dddd286607a5 security/bitstir/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/bitstir/distinfo Fri Aug 29 00:25:34 2003 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2003/08/29 00:25:36 dan Exp $
+
+SHA1 (bitstir-0.2.tar.gz) = 867fc2b28805a71ca2f1e3e3337b3c906951e121
+Size (bitstir-0.2.tar.gz) = 6423 bytes
+SHA1 (patch-aa) = 564b3895b84f07dc05553b3289165e1a2abbe747
diff -r 7c422f2efe8c -r dddd286607a5 security/bitstir/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/bitstir/patches/patch-aa Fri Aug 29 00:25:34 2003 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1 2003/08/29 00:25:37 dan Exp $
+
+--- Makefile.orig Wed Aug 27 12:58:29 2003
++++ Makefile
+@@ -2,8 +2,8 @@
+
+ # Makefile for bitstir.
+
+-INSTALLDIR= /usr/local/bin
+-MANDIR= /usr/local/man
++INSTALLDIR= ${PREFIX}/bin
++MANDIR= ${PREFIX}/man
+ FIND?= /usr/bin/find
+
+ CC?= cc
Home |
Main Index |
Thread Index |
Old Index