Bug 51898 - Update net/ettercap: 0.6.7 -> 0.6.a
Summary: Update net/ettercap: 0.6.7 -> 0.6.a
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: greid
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-06 23:30 UTC by Kirill Ponomarew
Modified: 2003-10-14 17:22 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (6.17 KB, patch)
2003-05-06 23:30 UTC, Kirill Ponomarew
no flags Details | Diff
net::ettercap.diff (11.63 KB, patch)
2003-05-07 20:46 UTC, marius
no flags Details | Diff
net::ettercap.diff2 (11.67 KB, text/plain; charset=us-ascii)
2003-10-12 11:28 UTC, marius
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kirill Ponomarew 2003-05-06 23:30:16 UTC
Update net/ettercap: 0.6.7 -> 0.6.a

- gtk2 support
- new sniffing method was added as a plugin
- three new plugins
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2003-05-07 14:26:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->greid

Over to maintainer
Comment 2 marius 2003-05-07 20:46:41 UTC
Hi,

I have a slightly more sophisticated patch/update for ettercap. The
differences are:
- bumb PORTEPOCH, otherwise 0.6.a (they mean hex A) wouldn't be recognised
  as newer by pkg_version etc.
- add 'security' as a second category (as nmap and friends are mainly there)
- respect CFLAGS, PTHREAD_CFLAGS and PTHREAD_LIBS
- make SSL-support optional, use ports/security/openssl/bsd.openssl.mk
  instead of USE_OPENSSL (USE_OPENSSL is not up to date...)
- base compilation of gnome frontend on autodetection of installed gtk20,
  use gnome-PKGNAMESUFFIX
- disable auto-download of new version via wget (saves dependency on wget,
  FreeBSD-users should update via the ports-collection anyway)
- enable compilation and installation of the plug-ins
- compile lc-converter (an application port IMO should not install sources)
- don't install ettercap.fr.8.in

All it does not is support FreeBSD prior to OSVERSION 400000 in regards
to ncurses.

The patch is tested on 4-stable/i386, 5-current/i386 and 5-current/sparc64
(the later w/o the gnome-frontend).

Marius
Comment 3 marius 2003-10-12 11:28:36 UTC
Attached is an updated version version of my patch, if someone is
interested...
The differences are:
- Update to 0.6.b instead of 0.6.a.
- Use USE_OPENSSL instead of including security/openssl/bsd.openssl.mk,
  the former got fixed.
Comment 4 Alexander Leidinger freebsd_committer freebsd_triage 2003-10-14 17:21:46 UTC
State Changed
From-To: open->closed

Commited (with maintainer timeout). Thanks.