| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
LIB_DEPENDS should only be used if shared libraries were built by the
libpcap port. Currently only static libraries are built.
Pointy hat to: bms
|
| |
|
|
|
|
| |
Add new MASTER_SITE mirror icrew.org.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
|
|
|
|
|
|
|
| |
* Fix a condition for it (when TCPDUMP_OVERWRITE_BASE is defined
the port install is correct).
* Fix a message itself.
Approved by: portmgr (krion)
|
|
|
|
|
|
|
| |
Security: FreeBSD-SA-05:10.tcpdump
Security: http://vuxml.FreeBSD.org/9fae0f1f-df82-11d9-b875-0001020eed82.html
Security: CAN-2005-1267, CAN-2005-1278, CAN-2005-1279, CAN-2005-1280
Approved by: bms (maintainer)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Unbreak on -CURRENT.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix inconsistent configure-time behaviour. Previously, the tcpdump port
would look at the base system pcap, then attempt to link against the port.
This caused spurious link failures, and should fix build on IA64.
Add a new switch, WITH_LIBPCAP_PORT, to force the use of libpcap
from ports.
Rototile the build-time options for the port, and document them.
Fix detection of the OpenSSL libraries; 0.9.7d and later renamed the
des_cbc_encrypt function to DES_cbc_encrypt, so deal with this by
rebuilding configure after patching configure.in.
Incorporate fix for PR bin/76497 suggested by keramida@ (logic error
in the PPP IPV6CP parser).
Make some stylistic fixes while we're at it, and improve comments.
Mark as unbroken on -CURRENT.
Bump PORTREVISION.
PR: bin/76497 (possibly others)
|
| |
|
|
|
|
|
| |
interim, turned on with the WITH_TCPMD5 build-time knob.
Note that this stuff is in tcpdump CVS but isn't in any releases yet.
|
|
|
|
|
|
| |
be treated as little-endian.
Submitted by: Sam Leffler
|
|
|
|
|
| |
Update radiotap patches as radiotap is not yet in tcpdump release branch
due to endianness issues.
|
|
|
|
| |
Submitted by: trevor
|
|
|
|
|
| |
Submitted by: nectar
Pointy hat to: bms, edwin
|
|
|
|
|
|
|
|
| |
in tandem with vendor branch in src tree.
Add an option to overwrite the base system tcpdump.
PR: ports/61103
Submitted by: edwin
|
|
|
|
|
|
|
|
|
| |
new net80211 radiotap interface. This can be activated once the tcpdump port
is built and installed using the datalink type IEEE802_11_RADIO. Tested with
a wi(4), OEM PRISM2, 1.4.9 STA firmware.
Submitted by: David Young
Sponsored by: consume.net
|
|
|
|
|
|
|
| |
system libpcap.a. Create a symlink farm in the ${WRKDIR} so that tcpdump's
configure script will use the installed libpcap-0.8.1 package.
Noticed by: Andrzej Tobola
|
|
libpcap right now, in the areas of wireless and mesh networking. Import this port so as not to disturb the vendor branch, and bring the bleeding
edge stuff to a wider audience.
I will merge in optional radiotap patches later.
Sponsored by: consume.net
|