| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
19 Jun 2012 01:39:43
4.3.0
|
wxs  |
Update to 4.3.0.
Don't specify major version for libpcap dependency.
While here convert to new-style options. |
15 Jan 2012 03:15:02
4.2.1
|
wxs  |
- Update to 4.2.1.
- Switch to using OPTIONS.
- Make libsmi optional.
- Add support for chroot and dropping privileges.
- Use pcap-config to find the right libpcap, no need to do the symlink farm. |
20 Mar 2011 12:54:45
4.1.1
|
miwi  |
- Get Rid MD5 support |
07 Apr 2010 19:49:33
4.1.1
|
wxs  |
- Update to 4.1.1 |
09 May 2009 02:46:09
4.0.0
|
wxs  |
- Mark my ports as MAKE_JOBS_SAFE (with the exception of nethack34-gnome which
is MAKE_JOBS_UNSAFE). |
24 Apr 2009 14:39:33
4.0.0
|
wxs  |
- Pick up maintainership on these ports. |
24 Apr 2009 13:44:11
4.0.0
|
bms  |
Drop maintainership. |
24 Apr 2009 13:42:54
4.0.0
|
bms  |
Update to 4.0.0. |
04 Aug 2007 11:41:31
3.9.7
|
gabor  |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav) |
02 Aug 2007 21:27:23
3.9.7
|
bms  |
tcpdump -> 3.9.7 |
01 Aug 2007 17:55:56
3.9.6
|
miwi  |
- Update to 3.9.6
Approved by: maintainer timeout (security, 1 day), remko (secteam) |
23 Jul 2007 09:36:52
3.9.5  |
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
19 Dec 2006 10:30:19
3.9.5  |
bms  |
add to ipv6 category
PR: 106898
Submitted by: Janos Mohacsi |
08 Oct 2006 16:38:18
3.9.5  |
bms  |
Update to 3.9.5.
PR: 104148
Submitted by: chinsan |
04 Aug 2006 12:34:50
3.9.4  |
erwin  |
Add support for DESTDIR part I.
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.
Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.
PR: 100555
Submitted by: gabor
Sponsored by: Google Summer of Code 2006 |
25 Jan 2006 07:00:31
3.9.4  |
bms  |
Fix tcpdump dependency on libpcap.
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 |
20 Jan 2006 00:01:19
3.9.4  |
kris  |
BROKEN: Broken dependency |
13 Dec 2005 00:13:51
3.9.4  |
bms  |
Update to libpcap 0.9.4 and tcpdump 3.9.4.
Add new MASTER_SITE mirror icrew.org. |
15 Nov 2005 06:52:12
3.8.3_2  |
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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. |
08 Aug 2005 11:54:19
3.8.3_2  |
sem  |
* Change BROKEN with IGNORE tag for pointyhat does not run the port build.
* Fix a condition for it (when TCPDUMP_OVERWRITE_BASE is defined
the port install is correct).
* Fix a message itself.
Approved by: portmgr (krion) |
20 Jun 2005 08:12:35
3.8.3_2  |
simon  |
Fix infinite loop DoS vulnerabilities.
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) |
26 Mar 2005 22:07:43
3.8.3_1  |
kris  |
BROKEN on 5.x: Broken dependency
Approved by: portmgr (self) |
29 Jan 2005 19:47:02
3.8.3_1  |
bms  |
Build against libpcap from ports instead of the base system by default.
Unbreak on -CURRENT. |
23 Jan 2005 00:39:01
3.8.3_1  |
bms  |
Mega-commit fixing several outstanding issues with the port.
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) |
17 Dec 2004 06:40:45
3.8.3  |
kris  |
BROKEN on 6.x: Build fails |
03 Apr 2004 06:24:17
3.8.3  |
bms  |
Update WITH_RADIOTAP patches to new endian-aware version. DLT 127 is to
be treated as little-endian.
Submitted by: Sam Leffler |
31 Mar 2004 00:14:06
3.8.3  |
bms  |
Update tcpdump/libpcap ports for new releases 3.8.3/0.8.3. Reset PORTREVISION.
Update radiotap patches as radiotap is not yet in tcpdump release branch
due to endianness issues. |
25 Mar 2004 03:13:15
3.8.1_351  |
bms  |
SIZE update jumbo-commit.
Submitted by: trevor |
19 Jan 2004 19:51:57
3.8.1_351  |
bms  |
Decouple ${PORTREVISION} from ${DISTNAME}.
Submitted by: nectar
Pointy hat to: bms, edwin |
13 Jan 2004 17:57:36
3.8.1_351  |
bms  |
Update tcpdump port to latest beta with fixes for security vulnerabilities
in tandem with vendor branch in src tree.
Add an option to overwrite the base system tcpdump.
PR: ports/61103
Submitted by: edwin |
11 Dec 2003 14:03:36
3.8.1  |
bms  |
Add a new option, WITH_RADIOTAP. Import David Young's patches for using the
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 |
11 Dec 2003 13:49:52
3.8.1  |
bms  |
Fix pcap dependency. Previously tcpdump 3.8.1 would be linked against the
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 |
10 Dec 2003 19:14:20
3.8.1  |
bms  |
Add a port of tcpdump 3.8.1. Some work is being done around tcpdump and
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 |