Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id E0E9A70A97 for ; Sat, 15 Jun 2013 21:01:26 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 54D2614A1DD; Sat, 15 Jun 2013 21:01:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 906EE14A1AC for ; Sat, 15 Jun 2013 21:01:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id xd_MIhnZq0Bs for ; Sat, 15 Jun 2013 21:01:22 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id E4FF514A19D for ; Sat, 15 Jun 2013 21:01:22 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id E1A3296; Sat, 15 Jun 2013 21:01:22 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 15 Jun 2013 21:01:22 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/libpcap To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20130615210122.E1A3296@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Sat Jun 15 21:01:22 UTC 2013 Modified Files: pkgsrc/net/libpcap: Makefile PLIST distinfo pkgsrc/net/libpcap/patches: patch-configure patch-gencode.c patch-pcap-libdlpi.c Log Message: Summary for 1.4.0 libpcap release Add netfilter/nfqueue interface. If we don't have support for IPv6 address resolution, support, in filter expressions, what IPv6 stuff we can. Checks added for malloc()/realloc()/etc. failures. Fix pcap-config to include -lpthread if canusb support is present Try to fix "pcap_parse not defined" problems when --without-flex and --without-bison are used when you have Flex and Bison Fix some issues with the pcap_loop man page. Fix pcap_getnonblock() and pcap_setnonblock() to fill in the supplied error message buffer Fix typo that, it appeared, would cause pcap-libdlpi.c not to compile (perhaps systems with libdlpi also have BPF and use that instead) Catch attempts to call pcap_compile() on a non-activated pcap_t Fix crash on Linux with CAN-USB support without usbfs Fix addition of VLAN tags for Linux cooked captures Check for both EOPNOTSUPP and EINVAL after SIOCETHTOOL ioctl, so that the driver can report either one if it doesn't support SIOCETHTOOL Add DLT_INFINIBAND and DLT_SCTP Describe "proto XXX" and "protochain XXX" in the pcap-filter man page Handle either directories, or symlinks to directories, that correspond to interfaces in /sys/class/net Fix handling of VLAN tag insertion to check, on Linux 3.x kernels, for VLAN tag valid flag Clean up some man pages Support libnl3 as well as libnl1 and libnl2 on Linux To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 pkgsrc/net/libpcap/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/libpcap/PLIST cvs rdiff -u -r1.27 -r1.28 pkgsrc/net/libpcap/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/libpcap/patches/patch-configure \ pkgsrc/net/libpcap/patches/patch-gencode.c \ pkgsrc/net/libpcap/patches/patch-pcap-libdlpi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.