summaryrefslogtreecommitdiff
path: root/net/ettercap
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2003-12-18 03:01:38 +0000
committerxtraeme <xtraeme>2003-12-18 03:01:38 +0000
commit98feb5a5eac97cf87ff29af42165ddfd18e05a71 (patch)
tree2b73f48ddebffc09dc180d7d0483734b4e1c61cf /net/ettercap
parent48bc2a81a5071e71cfac407f98707a25e3e3ed6d (diff)
downloadpkgsrc-98feb5a5eac97cf87ff29af42165ddfd18e05a71.tar.gz
Update to 0.6.b
Changes: 0.6.b 20030710 + Plugins now works with GTK+ interface + Updated the passive OS fingerprint database (1279 records) !! Fixed internal refreshing (for huge traffic loads) !! Fixed wifi-dump support !! Fixed doppleganger re-arp !! Fixed a problem with signed char under mac G3 !! Fixed some possible buffer overflows 0.6.a 20030507 + Buffered Data Connections (only for ncurses) + New Sniffing method (Port Stealing) + Updated the passive OS fingerprint database (1189 records) + enhanced smb dissector + enhanced troll plugin against request caching + NEW PLUGIN: Confusion,Hunter, SMB suite + partial wifi-dump support (experimental) !! Fixed demonization problem !! Fixed StateMachine problem !! a bouch of bug fix
Diffstat (limited to 'net/ettercap')
-rw-r--r--net/ettercap/Makefile11
-rw-r--r--net/ettercap/PLIST6
-rw-r--r--net/ettercap/distinfo8
-rw-r--r--net/ettercap/patches/patch-af12
4 files changed, 21 insertions, 16 deletions
diff --git a/net/ettercap/Makefile b/net/ettercap/Makefile
index b93326ed21a..95d741f3960 100644
--- a/net/ettercap/Makefile
+++ b/net/ettercap/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.21 2003/11/12 03:39:41 jschauma Exp $
+# $NetBSD: Makefile,v 1.22 2003/12/18 03:01:38 xtraeme Exp $
-DISTNAME= ettercap-0.6.9
-PKGREVISION= 5
+DISTNAME= ettercap-0.6.b
CATEGORIES= security net
-MASTER_SITES= http://ettercap.sourceforge.net/download/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ettercap/} \
+ http://ettercap.sourceforge.net/download/
MAINTAINER= nk@bsdirc.net
HOMEPAGE= http://ettercap.sourceforge.net/
@@ -11,7 +11,8 @@ COMMENT= Multipurpose sniffer/interceptor/logger for switched LAN
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-plugins \
- --enable-https
+ --enable-https \
+ --disable-gtk
USE_BUILDLINK2= yes
diff --git a/net/ettercap/PLIST b/net/ettercap/PLIST
index 73e5e2a5452..566e4a94fae 100644
--- a/net/ettercap/PLIST
+++ b/net/ettercap/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2003/01/30 10:46:57 drochner Exp $
+@comment $NetBSD: PLIST,v 1.4 2003/12/18 03:01:38 xtraeme Exp $
lib/ettercap/ec_H00_lurker.so
lib/ettercap/ec_H01_zaratan.so
lib/ettercap/ec_H02_troll.so
@@ -10,6 +10,8 @@ lib/ettercap/ec_H07_hydra5.so
lib/ettercap/ec_H08_hydra6.so
lib/ettercap/ec_H09_roper.so
lib/ettercap/ec_H10_phantom.so
+lib/ettercap/ec_H12_giant1.so
+lib/ettercap/ec_H13_giant2.so
lib/ettercap/ec_H20_dwarf.so
lib/ettercap/ec_H30_thief.so
lib/ettercap/ec_H99_dummy.so
@@ -17,8 +19,10 @@ lib/ettercap/ec_arpcop.so
lib/ettercap/ec_banshee.so
lib/ettercap/ec_basilisk.so
lib/ettercap/ec_beholder.so
+lib/ettercap/ec_confusion.so
lib/ettercap/ec_dummy.so
lib/ettercap/ec_golem.so
+lib/ettercap/ec_hunter.so
lib/ettercap/ec_imp.so
lib/ettercap/ec_lamia.so
lib/ettercap/ec_leech.so
diff --git a/net/ettercap/distinfo b/net/ettercap/distinfo
index c9177a1f7b8..61bfe843d38 100644
--- a/net/ettercap/distinfo
+++ b/net/ettercap/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.9 2003/09/30 12:03:21 xtraeme Exp $
+$NetBSD: distinfo,v 1.10 2003/12/18 03:01:38 xtraeme Exp $
-SHA1 (ettercap-0.6.9.tar.gz) = 2f70055af569cca75cf2460677229b7b4e4c38a5
-Size (ettercap-0.6.9.tar.gz) = 681245 bytes
+SHA1 (ettercap-0.6.b.tar.gz) = 8cc1bbfe61e894620deef74cff0b8ca5a0b9e628
+Size (ettercap-0.6.b.tar.gz) = 689038 bytes
SHA1 (patch-aa) = 4096f767a61e96788b7bee33f51948c9006cc665
SHA1 (patch-ab) = 107ef5dda9457313d7d939745a6a21dbe2b989ce
SHA1 (patch-ac) = 6771b96f36fa9439b0edf79e632f0d2f1125eecd
SHA1 (patch-ad) = c7f997876c5b76fff77f70280f5b5fe523778abf
SHA1 (patch-ae) = 58ea3d1500fb5f1c4b38ec795b884cfb2dd0ab42
-SHA1 (patch-af) = 0e94147d720e12a4298c0bf536d4385ee75625b0
+SHA1 (patch-af) = 5dd9ef0e9cb2ab9fa6cbd6a7d2f13dbe670f9023
diff --git a/net/ettercap/patches/patch-af b/net/ettercap/patches/patch-af
index 1adcf9875ff..405d2b6b183 100644
--- a/net/ettercap/patches/patch-af
+++ b/net/ettercap/patches/patch-af
@@ -1,11 +1,11 @@
-$NetBSD: patch-af,v 1.1 2003/09/30 12:03:21 xtraeme Exp $
+$NetBSD: patch-af,v 1.2 2003/12/18 03:01:38 xtraeme Exp $
---- src/ec_dissector_ssh.c.orig 2003-09-30 13:46:55.000000000 +0200
-+++ src/ec_dissector_ssh.c 2003-09-30 13:48:01.000000000 +0200
-@@ -29,6 +29,7 @@
- #else
- #include <arpa/nameser.h>
+--- src/ec_dissector_ssh.c.orig 2003-12-18 03:54:11.000000000 +0100
++++ src/ec_dissector_ssh.c 2003-12-18 03:54:43.000000000 +0100
+@@ -37,6 +37,7 @@
+ #define NS_PUT32 PUTLONG
#endif
+
+#include <des.h>
#include <openssl/ssl.h>
#include <openssl/rand.h>