pkgsrc-WIP-changes archive

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

dsniff-nox11: Import dsniff-nox11-2.3nb9 as wip/dsniff-nox11 (from security/dsniff-nox11)



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Aug 27 13:19:20 2018 +0200
Changeset:	91a762733405cd5abb57337a1752398e48166def

Modified Files:
	Makefile
Added Files:
	dsniff-nox11/DESCR
	dsniff-nox11/Makefile
	dsniff-nox11/PLIST

Log Message:
dsniff-nox11: Import dsniff-nox11-2.3nb9 as wip/dsniff-nox11 (from security/dsniff-nox11)

Password sniffer, plus sniffing tools for penetration testing.

This package contains does not contain the X11 tool, webspy.
It is in the dsniff package.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=91a762733405cd5abb57337a1752398e48166def

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile              |  1 +
 dsniff-nox11/DESCR    |  4 ++++
 dsniff-nox11/Makefile | 24 ++++++++++++++++++++++++
 dsniff-nox11/PLIST    | 28 ++++++++++++++++++++++++++++
 4 files changed, 57 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 0ca6c9057f..88b1fd4fb4 100644
--- a/Makefile
+++ b/Makefile
@@ -617,6 +617,7 @@ SUBDIR+=	drumpiler
 SUBDIR+=	ds2
 SUBDIR+=	dscan
 SUBDIR+=	dsniff
+SUBDIR+=	dsniff-nox11
 SUBDIR+=	dspdfviewer
 SUBDIR+=	dssi
 SUBDIR+=	dtc
diff --git a/dsniff-nox11/DESCR b/dsniff-nox11/DESCR
new file mode 100644
index 0000000000..39d650723c
--- /dev/null
+++ b/dsniff-nox11/DESCR
@@ -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 --git a/dsniff-nox11/Makefile b/dsniff-nox11/Makefile
new file mode 100644
index 0000000000..fcd4b25e68
--- /dev/null
+++ b/dsniff-nox11/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.16 2016/04/18 08:34:35 leot Exp $
+
+.include "../../security/dsniff/Makefile.common"
+
+PKGNAME=	dsniff-nox11-${VERS}
+PKGREVISION=	9
+COMMENT=	Password sniffer
+
+CONFIGURE_ARGS+=	--without-x
+
+INSTALLATION_DIRS+=	${PKGMANDIR}/man8
+INSTALL_MAKE_FLAGS+=	install_prefix=${DESTDIR}
+
+CFLAGS.Darwin+=	-DBIND_8_COMPAT
+
+post-configure:
+	( cd ${WRKSRC} \
+	  && grep '#define.*HAVE_SYS_QUEUE_H' config.h >/dev/null \
+	  && mv missing/sys/queue.h missing/sys/queue.h.fake )
+
+post-install:
+	${RM} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8/webspy.8
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/dsniff-nox11/PLIST b/dsniff-nox11/PLIST
new file mode 100644
index 0000000000..06e5ddb785
--- /dev/null
+++ b/dsniff-nox11/PLIST
@@ -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