summaryrefslogtreecommitdiff
path: root/net/libpcap
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-03-25 10:51:13 +0000
committerwiz <wiz@pkgsrc.org>2003-03-25 10:51:13 +0000
commit68c4d1014f3da0e4fa396014bd45cd6fc401c90a (patch)
tree2a75c75bb364f5649af6c4e9b376ca9f75d0d95d /net/libpcap
parent05ccd512589fbf1d8ffd73034ca0214a3140478f (diff)
downloadpkgsrc-68c4d1014f3da0e4fa396014bd45cd6fc401c90a.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')
-rw-r--r--net/libpcap/Makefile6
-rw-r--r--net/libpcap/buildlink2.mk4
-rw-r--r--net/libpcap/distinfo6
3 files changed, 7 insertions, 9 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"
diff --git a/net/libpcap/buildlink2.mk b/net/libpcap/buildlink2.mk
index 78d063ce5d7..b1e13bae93e 100644
--- a/net/libpcap/buildlink2.mk
+++ b/net/libpcap/buildlink2.mk
@@ -1,9 +1,9 @@
-# $NetBSD: buildlink2.mk,v 1.2 2002/08/25 19:23:12 jlam Exp $
+# $NetBSD: buildlink2.mk,v 1.3 2003/03/25 10:51:13 wiz Exp $
.if !defined(LIBPCAP_BUILDLINK2_MK)
LIBPCAP_BUILDLINK2_MK= # defined
-BUILDLINK_DEPENDS.libpcap?= libpcap>=0.7.1
+BUILDLINK_DEPENDS.libpcap?= libpcap>=0.7.2
BUILDLINK_PKGSRCDIR.libpcap?= ../../net/libpcap
.if exists(/usr/include/pcap.h)
diff --git a/net/libpcap/distinfo b/net/libpcap/distinfo
index d725ba5bac9..732baa63b8e 100644
--- a/net/libpcap/distinfo
+++ b/net/libpcap/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2002/02/13 15:25:16 seb Exp $
+$NetBSD: distinfo,v 1.4 2003/03/25 10:51:13 wiz Exp $
-SHA1 (libpcap-0.7.1.tar.gz) = 15a12314d709a5d0e7b1e4e52e3fd4698d3468ca
-Size (libpcap-0.7.1.tar.gz) = 197653 bytes
+SHA1 (libpcap-0.7.2.tar.gz) = fcf36a938a9205ceb211883445bfd158a96098d6
+Size (libpcap-0.7.2.tar.gz) = 206173 bytes