From 239d1403c8d675f190da96599d00ebaee5dbd053 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 25 Mar 2003 10:51:13 +0000 Subject: Update to 0.7.2, enable on NetBSD (builds fine). Changes: Support link types that use 802.2 always, never, and sometimes. Don't decrease the size of the BPF buffer from the default. Support frame relay. Handle 32-bit timestamps in DLPI, and pass the right buffer size. Handle Linux systems with modern kernel but without SOL_PACKET in the userland headers. Linux support for ARPHRD_RAWHDLC. Handle 32-bit timestamps in snoop. Support eg (Octane/O2xxx/O3xxx Gigabit) devices. Add new reserved DLT types. --- net/libpcap/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'net/libpcap/Makefile') diff --git a/net/libpcap/Makefile b/net/libpcap/Makefile index 20cf51f706e..93255923807 100644 --- a/net/libpcap/Makefile +++ b/net/libpcap/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2002/02/13 15:25:16 seb Exp $ +# $NetBSD: Makefile,v 1.12 2003/03/25 10:51:13 wiz Exp $ -DISTNAME= libpcap-0.7.1 +DISTNAME= libpcap-0.7.2 SVR4_PKGNAME= lpcap CATEGORIES= net MASTER_SITES= http://www.tcpdump.org/release/ @@ -9,8 +9,6 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.tcpdump.org/ COMMENT= System-independent interface for user-level packet capture -ONLY_FOR_PLATFORM= SunOS-*-* Linux-*-* # in NetBSD base system - GNU_CONFIGURE= yes .include "../../mk/bsd.prefs.mk" -- cgit v1.2.3