pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/dsniff-nox11 Initial import of dsniff-nox11, ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bffbefb1998e
branches: trunk
changeset: 491145:bffbefb1998e
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Mar 22 01:05:16 2005 +0000
description:
Initial import of dsniff-nox11, the tools from dsniff that don't
need X11. Addresses PR 25703 by Jukka Salmi.
diffstat:
security/dsniff-nox11/DESCR | 4 ++++
security/dsniff-nox11/Makefile | 13 +++++++++++++
security/dsniff-nox11/PLIST | 28 ++++++++++++++++++++++++++++
3 files changed, 45 insertions(+), 0 deletions(-)
diffs (57 lines):
diff -r 769e53f9da8f -r bffbefb1998e security/dsniff-nox11/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/dsniff-nox11/DESCR Tue Mar 22 01:05:16 2005 +0000
@@ -0,0 +1,4 @@
+Password sniffer, plus sniffing tools for penetration testing.
+
+This package contains does not contain the X11 tool, webspy.
+It is in the dsniff package.
diff -r 769e53f9da8f -r bffbefb1998e security/dsniff-nox11/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/dsniff-nox11/Makefile Tue Mar 22 01:05:16 2005 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/03/22 01:05:16 wiz Exp $
+
+.include "../dsniff/Makefile.common"
+
+PKGNAME= dsniff-nox11-${VERS}
+COMMENT= Password sniffer
+
+CONFIGURE_ARGS+= --without-x
+
+post-install:
+ ${RM} ${PREFIX}/man/man8/webspy.8
+
+.include "../../mk/bsd.pkg.mk"
diff -r 769e53f9da8f -r bffbefb1998e security/dsniff-nox11/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/dsniff-nox11/PLIST Tue Mar 22 01:05:16 2005 +0000
@@ -0,0 +1,28 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/03/22 01:05:16 wiz Exp $
+lib/dnsspoof.hosts
+lib/dsniff.magic
+lib/dsniff.services
+man/man8/arpspoof.8
+man/man8/dnsspoof.8
+man/man8/dsniff.8
+man/man8/filesnarf.8
+man/man8/macof.8
+man/man8/mailsnarf.8
+man/man8/msgsnarf.8
+man/man8/sshmitm.8
+man/man8/tcpkill.8
+man/man8/tcpnice.8
+man/man8/urlsnarf.8
+man/man8/webmitm.8
+sbin/arpspoof
+sbin/dnsspoof
+sbin/dsniff
+sbin/filesnarf
+sbin/macof
+sbin/mailsnarf
+sbin/msgsnarf
+sbin/sshmitm
+sbin/tcpkill
+sbin/tcpnice
+sbin/urlsnarf
+sbin/webmitm
Home |
Main Index |
Thread Index |
Old Index