diff options
author | drochner <drochner@pkgsrc.org> | 2003-01-30 10:46:56 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2003-01-30 10:46:56 +0000 |
commit | 83d560177bdf7698a380a57f8c815eadea95fbf1 (patch) | |
tree | 646d7c40d05aa5d456f326e56f95fd68643298e7 /net/ettercap/Makefile | |
parent | 385d1edac8a28a147a0257fc7065ec21eaff2196 (diff) | |
download | pkgsrc-83d560177bdf7698a380a57f8c815eadea95fbf1.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/Makefile')
-rw-r--r-- | net/ettercap/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/ettercap/Makefile b/net/ettercap/Makefile index 0bd71aeef20..08851c1b08a 100644 --- a/net/ettercap/Makefile +++ b/net/ettercap/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2003/01/24 13:36:20 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2003/01/30 10:46:56 drochner Exp $ -DISTNAME= ettercap-0.6.7 +DISTNAME= ettercap-0.6.9 CATEGORIES= security net MASTER_SITES= http://ettercap.sourceforge.net/download/ @@ -17,6 +17,9 @@ USE_BUILDLINK2= yes USE_NCURSES= # newpad(), MAX_FORM_COMMAND PTHREAD_OPTS+= require +post-build: + cd ${WRKSRC}/plugins ; ${MAKE_ENV} ${MAKE} all + post-install: cd ${WRKSRC}/plugins ; ${MAKE_ENV} ${MAKE} install |