Commit graph

11 commits

Author SHA1 Message Date
Stefan Eßer
d028c5bc43 Install to /... instead of to /... 2006-08-12 15:16:47 +00:00
Stefan Eßer
6a88eeeaa3 The configure script distributed with version 0.7 of yersinia checks
for multiple pcap.h files and aborts with an error message, if more
than one is actually present. This appears to be a pre-caution to
prevent building with pcap.h from one version and running with a
library belonging to another one ...

While I see the value of such a test, it prevents building on systems
before 5.0 (where it requires a port version of libpcap). After some
testing I'm quite confident, that the port will build correctly (i.e.
without version mismatch between header and library), if the port
version of libpcap is present.

The libpcap port is used instead of the system version, if present.
In that case, yersinia is statically linked with libpcap.

The problem was detected by jau at iki dot fi (Jukka A. Ukkonen).

PR:		99869
2006-07-10 16:22:04 +00:00
Stefan Eßer
dd6c299521 There were many differences between 0.54 and 0.7 that I missed
during the upgrade of the port:

 - A gtk-2 enabled version is built unless configure is invoked
   with option --without-gtk (detected and reported by Pointyhat)

 - Several fixes seem to be no longer required and patch files
   can thus be removed

The port uses gtk if present, unless built with -DWITHOUT_GTK.
Building with gtk can be enforced via -DWITH_GTK (but this is
not the default for the package, because of the large dependency
list).
2006-07-10 16:10:59 +00:00
Stefan Eßer
ba5e3562b4 Upgrade to version 0.7. 2006-06-25 10:15:37 +00:00
Edwin Groothuis
32487a10ad SHA256ify
Approved by: krion@
2006-01-24 01:06:45 +00:00
Sergey Matveychuk
e1c4707bab libnet update:
- move 1.0 obsoleted version to net/libnet10
  net/libnet is latest Stable Version
  net/libnet is latest Beta Version

- Fix all depended ports with a new DEPENDS scheme

- While I'm here fix security/yersinia build on 4.x
  (getopt_long and ncurses issues)

PR:		ports/85519 (based on)
Submitted by:	Stas Yakovlev <stas.yakovlev_at_gmail.com>
2005-11-14 17:07:08 +00:00
Stefan Eßer
858ffea968 Fix BUILD_DEPENDS on libpcap for -STABLE, it was overriding the dependency
on libnet-devel ...
2005-09-19 18:16:02 +00:00
Stefan Eßer
43558cad27 Fix build on 4-stable: Use ports version of libpcap since system version
is too old.
2005-09-02 16:25:29 +00:00
Stefan Eßer
afd2edaee3 Compile errors on ia64 and sparc64, do not build on those archs. 2005-09-02 16:23:28 +00:00
Stefan Eßer
1f1c78dfb5 Fix URL of project web site.
Submitted by:	Dru Lavigne via Dan Langille
2005-07-26 20:10:31 +00:00
Stefan Eßer
42df98b965 New port: Yersinia
Yersinia is a layer 2 vulnerability scanner with support for the
following protocols:

- Cisco Discovery Protocol (CDP)
- Dynamic Host Configuration Protocol (DHCP)
- Dynamic Trunking Protocol (DTP)
- Hot Standby Router Protocol (HSRP)
- IEEE 802.1q
- Spanning Tree Protocol (STP, RSTP)
- Virtual Trunking Protocol (VTP)
2005-07-26 17:13:00 +00:00