pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/chksniff Import chksniff from pkgsrc-wip. Package...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1ab48f3a593
branches:  trunk
changeset: 501779:e1ab48f3a593
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Oct 29 01:05:17 2005 +0000

description:
Import chksniff from pkgsrc-wip.  Packaged by  Douwe Kiela.

Chksniff is a small tool to check in what mode network interfaces are
running.  If they are running in promiscuous mode (which generally
means an interface is sniffed) this gets displayed by chksniff.

diffstat:

 net/chksniff/DESCR            |   3 +++
 net/chksniff/Makefile         |  14 ++++++++++++++
 net/chksniff/PLIST            |   2 ++
 net/chksniff/distinfo         |   6 ++++++
 net/chksniff/patches/patch-aa |  19 +++++++++++++++++++
 5 files changed, 44 insertions(+), 0 deletions(-)

diffs (64 lines):

diff -r 9d15a0ee56e9 -r e1ab48f3a593 net/chksniff/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/chksniff/DESCR        Sat Oct 29 01:05:17 2005 +0000
@@ -0,0 +1,3 @@
+Chksniff is a small tool to check in what mode network interfaces are
+running.  If they are running in promiscuous mode (which generally
+means an interface is sniffed) this gets displayed by chksniff.
diff -r 9d15a0ee56e9 -r e1ab48f3a593 net/chksniff/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/chksniff/Makefile     Sat Oct 29 01:05:17 2005 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/10/29 01:05:17 minskim Exp $
+#
+
+DISTNAME=      chksniff-0.2
+CATEGORIES=    net security
+MASTER_SITES=  http://virtus.ath.cx/chksniff/
+
+MAINTAINER=    virtus%wanadoo.nl@localhost
+HOMEPAGE=      http://virtus.ath.cx/chksniff/
+COMMENT=       Small tool to check for promiscuous interfaces
+
+GNU_CONFIGURE= YES
+
+.include "../../mk/bsd.pkg.mk"
diff -r 9d15a0ee56e9 -r e1ab48f3a593 net/chksniff/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/chksniff/PLIST        Sat Oct 29 01:05:17 2005 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/29 01:05:17 minskim Exp $
+bin/chksniff
diff -r 9d15a0ee56e9 -r e1ab48f3a593 net/chksniff/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/chksniff/distinfo     Sat Oct 29 01:05:17 2005 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/10/29 01:05:17 minskim Exp $
+
+SHA1 (chksniff-0.2.tar.gz) = 008a63e429dc0c12c0ba760e6476623ca99ad85a
+RMD160 (chksniff-0.2.tar.gz) = ad7475a9c8acc5d527e2abe28b352c1375c6bb11
+Size (chksniff-0.2.tar.gz) = 28419 bytes
+SHA1 (patch-aa) = a91144e2178475c2424ce84dbdae4c7e7faacff0
diff -r 9d15a0ee56e9 -r e1ab48f3a593 net/chksniff/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/chksniff/patches/patch-aa     Sat Oct 29 01:05:17 2005 +0000
@@ -0,0 +1,19 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/10/29 01:05:17 minskim Exp $
+
+--- src/Makefile.in.orig       2003-04-06 13:22:35.000000000 -0700
++++ src/Makefile.in
+@@ -1,4 +1,4 @@
+-CC=gcc
++CC=@CC@
+ CFLAGS=@CFLAGS@
+ INC=-I../include
+ INSDIR=@prefix@/bin
+@@ -12,7 +12,7 @@ chksniff.o:  chksniff.c
+               $(CC) $(CFLAGS) $(INC) -c chksniff.c
+ 
+ install:      
+-              cp chksniff $(INSDIR)
++              $(BSD_INSTALL_PROGRAM) chksniff $(INSDIR)
+ 
+ uninstall:    
+               rm $(INSDIR)/chksniff



Home | Main Index | Thread Index | Old Index