summaryrefslogtreecommitdiff
path: root/net/ettercap/patches
diff options
context:
space:
mode:
authordrochner <drochner>2003-01-30 10:46:56 +0000
committerdrochner <drochner>2003-01-30 10:46:56 +0000
commitf5de0181b0ded95e792311fb21772c4e59964740 (patch)
tree646d7c40d05aa5d456f326e56f95fd68643298e7 /net/ettercap/patches
parent80ff6e7f8f76cdf05632b77eef4230b226fed155 (diff)
downloadpkgsrc-f5de0181b0ded95e792311fb21772c4e59964740.tar.gz
update to 0.6.9
changes: + GTK+ 2.0 interface (experimental) (--enable-devel) + Windows Plugins porting + Updated the passive OS fingerprint database (1093 records) + Dissector Proxy 8080 + NTLM auth + Enhanced poisoning method (solaris issue) + NEW PLUGIN: troll, PPTP suite + text and ebcdic view from command line + lc-convert utility (share dir) -fixes
Diffstat (limited to 'net/ettercap/patches')
-rw-r--r--net/ettercap/patches/patch-aa12
-rw-r--r--net/ettercap/patches/patch-ac17
2 files changed, 23 insertions, 6 deletions
diff --git a/net/ettercap/patches/patch-aa b/net/ettercap/patches/patch-aa
index 24665219ffc..87f71bd9d58 100644
--- a/net/ettercap/patches/patch-aa
+++ b/net/ettercap/patches/patch-aa
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.2 2002/06/05 00:29:02 hubertf Exp $
+$NetBSD: patch-aa,v 1.3 2003/01/30 10:46:57 drochner Exp $
---- Makefile.in.orig Fri May 17 15:48:19 2002
-+++ Makefile.in Tue Jun 4 17:19:35 2002
-@@ -28,7 +28,7 @@
+--- Makefile.in.orig Wed Jan 22 16:00:38 2003
++++ Makefile.in Tue Jan 28 11:45:39 2003
+@@ -29,7 +29,7 @@
DEBUG = @DEBUG@
CFLAG = @E_CFLAGS@
--COPTS = -I. @COPTS@
-+COPTS = -I. -I${prefix}/include @COPTS@
+-COPTS = -I. -Isrc/include @COPTS@ @GTK_CFLAGS@
++COPTS = -I. -Isrc/include -I${prefix}/include @COPTS@ @GTK_CFLAGS@
PROG = @PROG@
VERSION = @VERSION@
diff --git a/net/ettercap/patches/patch-ac b/net/ettercap/patches/patch-ac
new file mode 100644
index 00000000000..bcb929026d4
--- /dev/null
+++ b/net/ettercap/patches/patch-ac
@@ -0,0 +1,17 @@
+$NetBSD: patch-ac,v 1.1 2003/01/30 10:46:57 drochner Exp $
+
+--- plugins/Makefile.in.orig Mon Oct 28 16:02:14 2002
++++ plugins/Makefile.in Tue Jan 28 12:19:57 2003
+@@ -10,10 +10,10 @@
+
+ plugins:
+ for plug in $(PLUGINS); do \
+- make -C $$plug; \
++ ( cd $$plug; ${MAKE} ) \
+ done
+
+-install: plugins
++install:
+ for plug in $(PLUGINS); do \
+ $(INSTALL) -d $(DESTDIR)$(PLUGDIR) ; \
+ $(INSTALL) -m 700 ./$$plug/ec_$$plug.so $(DESTDIR)$(PLUGDIR) ; \