diff options
author | wiz <wiz@pkgsrc.org> | 2003-03-25 11:02:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-03-25 11:02:56 +0000 |
commit | cdf2253ad988ef8cc85ef5928c6542b94840ab8e (patch) | |
tree | 5f0597ba39d3fccf1f634677b29a24fd64726493 /net/tcpdump | |
parent | 3d8e08c4edba963ed28808f8ee09aacd6d9e3bb9 (diff) | |
download | pkgsrc-cdf2253ad988ef8cc85ef5928c6542b94840ab8e.tar.gz |
Update to 3.7.2. Enable on NetBSD (builds fine).
Changes:
Fixed infinite loop when parsing malformed isakmp packets.
(reported by iDefense; already fixed in CVS)
Fixed infinite loop when parsing malformed BGP packets.
Fixed buffer overflow with certain malformed NFS packets.
Pretty-print unprintable network names in 802.11 printer.
Handle truncated nbp (appletalk) packets.
Updated DHCPv6 printer to match draft-ietf-dhc-dhcpv6-22.txt
Print IP protocol name even if we don't have a printer for it.
Print IP protocol name or number for fragments.
Print the whole MPLS label stack, not just the top label.
Print request header and file handle for NFS v3 FSINFO and PATHCONF
requests.
Fix NFS packet truncation checks.
Handle "old" DR-Priority and Bidir-Capable PIM HELLO options.
Handle unknown RADIUS attributes properly.
Fix an ASN.1 parsing error that would cause e.g. the OID
2.100.3 to be misrepresented as 4.20.3 .
Diffstat (limited to 'net/tcpdump')
-rw-r--r-- | net/tcpdump/Makefile | 6 | ||||
-rw-r--r-- | net/tcpdump/distinfo | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/net/tcpdump/Makefile b/net/tcpdump/Makefile index c0add5881ec..36128d8279d 100644 --- a/net/tcpdump/Makefile +++ b/net/tcpdump/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2002/08/25 21:50:17 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2003/03/25 11:02:56 wiz Exp $ -DISTNAME= tcpdump-3.7.1 +DISTNAME= tcpdump-3.7.2 CATEGORIES= net MASTER_SITES= http://www.tcpdump.org/release/ @@ -8,8 +8,6 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.tcpdump.org/ COMMENT= network monitoring tool -ONLY_FOR_PLATFORM= SunOS-*-* # in NetBSD base system - GNU_CONFIGURE= YES USE_BUILDLINK2= YES diff --git a/net/tcpdump/distinfo b/net/tcpdump/distinfo index 37fcb919f92..7782de40991 100644 --- a/net/tcpdump/distinfo +++ b/net/tcpdump/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2002/02/13 15:50:35 seb Exp $ +$NetBSD: distinfo,v 1.4 2003/03/25 11:02:56 wiz Exp $ -SHA1 (tcpdump-3.7.1.tar.gz) = 325ce99f4bb66b29df9c93d58e028972bc9c6065 -Size (tcpdump-3.7.1.tar.gz) = 428737 bytes +SHA1 (tcpdump-3.7.2.tar.gz) = 080a5360360047adee6e78b8d8c690e864092710 +Size (tcpdump-3.7.2.tar.gz) = 427223 bytes SHA1 (patch-aa) = 7ccc4b926069df4fb36729f099cd442f019b83b4 SHA1 (patch-ab) = 41d6949dea26b60393bc3b2fba0aa7b405393b24 |