dsniff: adjust patch to get webspy built, too

This commit is contained in:
Thomas Penteker 2011-09-03 19:29:45 +02:00
parent 6e1dccf1a2
commit 56600bca94
4 changed files with 3 additions and 11 deletions

View File

@ -29,6 +29,7 @@ drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/tcpnice
-rwxr-xr-x root/root usr/sbin/urlsnarf
-rwxr-xr-x root/root usr/sbin/webmitm
-rwxr-xr-x root/root usr/sbin/webspy
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/dsniff/
-rw-r--r-- root/root usr/share/dsniff/dnsspoof.hosts

View File

@ -1,4 +1,4 @@
d0cfab8c6cf3a9cc50a0bff39c9d7c7c 2.3-makefile.patch
e9497276660f6df0c72044fca5732577 2.3-makefile.patch
bfa966bcd5fce678ec5f6579bf407b64 dsniff-2.4_beta1-debian-r1.patch
2f761fa3475682a7512b0b43568ee7d6 dsniff-2.4b1.tar.gz
449ef7ee0534e261c2ce91d9b754b290 dsniff-httppostfix.patch

View File

@ -1,14 +1,5 @@
--- Makefile.in.orig 2010-06-04 22:50:40.824476353 +0200
+++ Makefile.in 2010-06-04 22:50:50.443351639 +0200
@@ -69,7 +69,7 @@
LIBOBJS = dummy.o @LIBOBJS@
PROGS = arpspoof dnsspoof dsniff filesnarf macof mailsnarf msgsnarf \
- sshmitm sshow tcpkill tcpnice @TCPHIJACK@ urlsnarf webmitm @WEBSPY@
+ sshmitm sshow tcpkill tcpnice @TCPHIJACK@ urlsnarf webmitm
CONFIGS = dsniff.magic dsniff.services dnsspoof.hosts
@@ -94,7 +94,7 @@
$(RANLIB) $@

View File

@ -23,7 +23,7 @@ build() {
make
install -d -m 755 $PKG/usr/sbin
for prog in arpspoof dnsspoof dsniff filesnarf macof mailsnarf msgsnarf \
sshmitm sshow tcpkill tcpnice urlsnarf webmitm; do \
sshmitm sshow tcpkill tcpnice urlsnarf webmitm webspy; do \
install -m 755 $prog $PKG/usr/sbin/; done
install -d -m 755 $PKG/usr/man/man8
for man in *.8; do install -D -m 644 $man $PKG/usr/man/man8; done