diff options
author | wiz <wiz> | 2003-03-25 10:51:13 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-03-25 10:51:13 +0000 |
commit | 239d1403c8d675f190da96599d00ebaee5dbd053 (patch) | |
tree | 2a75c75bb364f5649af6c4e9b376ca9f75d0d95d /net/libpcap/Makefile | |
parent | 69cddec035695f1e6d61c87f1047e711a9813899 (diff) | |
download | pkgsrc-239d1403c8d675f190da96599d00ebaee5dbd053.tar.gz |
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.
Diffstat (limited to 'net/libpcap/Makefile')
-rw-r--r-- | net/libpcap/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
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" |