summaryrefslogtreecommitdiff
path: root/net/tcpdump/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-03-25 11:02:56 +0000
committerwiz <wiz@pkgsrc.org>2003-03-25 11:02:56 +0000
commitcdf2253ad988ef8cc85ef5928c6542b94840ab8e (patch)
tree5f0597ba39d3fccf1f634677b29a24fd64726493 /net/tcpdump/Makefile
parent3d8e08c4edba963ed28808f8ee09aacd6d9e3bb9 (diff)
downloadpkgsrc-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/Makefile')
-rw-r--r--net/tcpdump/Makefile6
1 files changed, 2 insertions, 4 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