pkgsrc/net/ettercap/patches/patch-ac
drochner 83d560177b 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
2003-01-30 10:46:56 +00:00

17 lines
449 B
Text

$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) ; \