pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/nipper Nipper performs security audits of network ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4ed5289c1d37
branches:  trunk
changeset: 532826:4ed5289c1d37
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sat Sep 01 22:33:53 2007 +0000

description:
Nipper performs security audits of network device configuration files. The
report produced by Nipper includes; detailed security-related issues with
recommendations, a configuration report and various appendices. Nipper has a
large number of configuration options which are described on this page.

diffstat:

 net/nipper/DESCR    |   4 ++++
 net/nipper/Makefile |  23 +++++++++++++++++++++++
 net/nipper/PLIST    |   7 +++++++
 net/nipper/distinfo |   5 +++++
 4 files changed, 39 insertions(+), 0 deletions(-)

diffs (55 lines):

diff -r fbb0cab30ced -r 4ed5289c1d37 net/nipper/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/nipper/DESCR  Sat Sep 01 22:33:53 2007 +0000
@@ -0,0 +1,4 @@
+Nipper performs security audits of network device configuration files. The
+report produced by Nipper includes; detailed security-related issues with
+recommendations, a configuration report and various appendices. Nipper has
+a large number of configuration options which are described on this page.
diff -r fbb0cab30ced -r 4ed5289c1d37 net/nipper/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/nipper/Makefile       Sat Sep 01 22:33:53 2007 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/09/01 22:33:53 adrianp Exp $
+#
+
+DISTNAME=      nipper-0.10.5
+CATEGORIES=    net
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=nipper/}
+EXTRACT_SUFX=  .tgz
+
+MAINTAINER=    adrianp%NetBSD.org@localhost
+HOMEPAGE=      http://nipper.sourceforge.net/
+COMMENT=       Performs security audits of network device configuration
+
+INSTALLATION_DIRS=     ${PREFIX}/share/doc/nipper
+
+do-build:
+       cd ${WRKSRC} && \
+               ${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -o nipper nipper.c
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/nipper ${PREFIX}/bin
+       ${INSTALL_DATA} ${WRKSRC}/docs/*.txt ${PREFIX}/share/doc/nipper
+
+.include "../../mk/bsd.pkg.mk"
diff -r fbb0cab30ced -r 4ed5289c1d37 net/nipper/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/nipper/PLIST  Sat Sep 01 22:33:53 2007 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/09/01 22:33:53 adrianp Exp $
+bin/nipper
+share/doc/nipper/Features.txt
+share/doc/nipper/Options.txt
+share/doc/nipper/Quickstart.txt
+share/doc/nipper/XML.txt
+@dirrm share/doc/nipper
diff -r fbb0cab30ced -r 4ed5289c1d37 net/nipper/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/nipper/distinfo       Sat Sep 01 22:33:53 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/09/01 22:33:53 adrianp Exp $
+
+SHA1 (nipper-0.10.5.tgz) = f99faf8e0731b81463f82d7ff64f86a9d5f762e2
+RMD160 (nipper-0.10.5.tgz) = 40322e68376ec19a01a5654d2792aff0a98b0fee
+Size (nipper-0.10.5.tgz) = 198770 bytes



Home | Main Index | Thread Index | Old Index