diff options
author | adam <adam@pkgsrc.org> | 2013-06-15 21:02:03 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-06-15 21:02:03 +0000 |
commit | 43d5a139508a19165fcfa8d04621ec1710dc4d1f (patch) | |
tree | 3c470ce99d8c2aa66960e6b970640523e0244d88 /net/tcpdump/Makefile | |
parent | 292d5ee432e29cd70cec5a430972f875419ea421 (diff) | |
download | pkgsrc-43d5a139508a19165fcfa8d04621ec1710dc4d1f.tar.gz |
Summary for 4.4.0 tcpdump release
RPKI-RTR (RFC6810) is now official (TCP Port 323)
Fix detection of OpenSSL libcrypto.
Add DNSSL (RFC6106) support.
Add "radius" as an option for -T.
Update Action codes for handle_action function according to
802.11s amendment.
Decode DHCPv6 AFTR-Name option (RFC6334).
Updates for Babel.
Fix printing of infinite lifetime in ICMPv6.
Added support for SPB, SPBM Service Identifier, and Unicast
Address sub-TLV in ISIS.
Decode RIPv2 authentication up to RFC4822.
Fix RIP Request/full table decoding issues.
On Linux systems with cap-ng.h, drop root privileges
using Linux Capabilities.
Add support for reading multiple files.
Diffstat (limited to 'net/tcpdump/Makefile')
-rw-r--r-- | net/tcpdump/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/tcpdump/Makefile b/net/tcpdump/Makefile index 9a8a6f8f3ed..8a0d7897509 100644 --- a/net/tcpdump/Makefile +++ b/net/tcpdump/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.34 2013/02/06 23:23:24 jperkin Exp $ +# $NetBSD: Makefile,v 1.35 2013/06/15 21:02:03 adam Exp $ -DISTNAME= tcpdump-4.3.0 -PKGREVISION= 1 +DISTNAME= tcpdump-4.4.0 CATEGORIES= net MASTER_SITES= http://www.tcpdump.org/release/ |