ports/114212: [PATCH] net/libpcap: update to 0.9.6
Robin Gruyters
r.gruyters at yirdis.nl
Mon Jul 2 09:50:02 UTC 2007
>Number: 114212
>Category: ports
>Synopsis: [PATCH] net/libpcap: update to 0.9.6
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Mon Jul 02 09:50:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Robin Gruyters
>Release: FreeBSD 6.2-RELEASE-p5 i386
>Organization:
YIRDIS B.V.
>Environment:
System: FreeBSD server.yirdis.net 6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5 #4: Thu May 31 10:58:52 CEST 2007
>Description:
- Update to 0.9.6
Changelog libpcap 0.9.6:
- Put the public libpcap headers into a pcap subdirectory in both the
source directory and the target include directory, and have include
files at the top-level directory to include those headers, for
backwards compatibility.
- Add Bluetooth support
- Add USB capturing support on Linux
- Add support for the binary USB sniffing interface in Linux
- Add support for new FreeBSD BIOCSDIRECTION ioctl
- Add additional filter operations for 802.11 frame types
- Add support for filtering on MTP2 frame types
- Propagate some changes from the main branch, so the x.9 branch has
all the DLT_ and LINKTYPE_ values that the main branch does
- Reserved a DLT_ and SAVEFILE_ value for PPI (Per Packet Info)
encapsulated packets
- Add LINKTYPE_ for IEEE 802.15.4, with address fields padded as done
by Linux drivers
- Add LINKTYPE_ value corresponding to DLT_IEEE802_16_MAC_CPS.
- Add DLT for IEEE 802.16 (WiMAX) MAC Common Part Sublayer
- Add DLT for Bluetooth HCI UART transport layer
- When building a shared library, build with "-fPIC" on Linux to
support x86_64
- Link with "$(CC) -shared" rather than "ld -shared" when building a
".so" shared library
- Add support for autoconf 2.60
- Fixes to discard unread packets when changing filters
- Changes to handle name changes in the DAG library resulting from
switching to libtool.
- Add support for new DAG ERF types.
- Add an explicit "-ldag" when building the shared library, so the DAG
library dependency is explicit.
- Mac OSX fixes for dealing with "wlt" devices
- Fixes in add_or_find_if() & pcap_findalldevs() to optimize
generating device lists
- Fixed a bug in pcap_open_live(). The return value of
PacketSetHwFilter was not checked.
Port maintainer (bms at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- libpcap-0.9.6.patch begins here ---
Index: Makefile
===================================================================
RCS file: /data3/Build/CVS/ports/net/libpcap/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile 19 Dec 2006 10:31:17 -0000 1.10
+++ Makefile 2 Jul 2007 09:44:33 -0000
@@ -6,7 +6,7 @@
#
PORTNAME= libpcap
-PORTVERSION= 0.9.5
+PORTVERSION= 0.9.6
CATEGORIES= net ipv6
MASTER_SITES= http://www.tcpdump.org/release/ \
http://www.icrew.org/mirror/tcp_dump/tcpdump_3_9/
Index: distinfo
===================================================================
RCS file: /data3/Build/CVS/ports/net/libpcap/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo 8 Oct 2006 16:37:58 -0000 1.6
+++ distinfo 2 Jul 2007 09:45:04 -0000
@@ -1,3 +1,3 @@
-MD5 (libpcap-0.9.5.tar.gz) = b0626ad59004fe5767ddd2ce743a2271
-SHA256 (libpcap-0.9.5.tar.gz) = 6a6568bc082c266864687674707628d1531e86cffad439af72b865ac3169c322
-SIZE (libpcap-0.9.5.tar.gz) = 433207
+MD5 (libpcap-0.9.6.tar.gz) = 2e1b5e983654c1d5991450e3e0e525ca
+SHA256 (libpcap-0.9.6.tar.gz) = cac67ef8837a2bdd20d7fb5e990e233d80a9ff398cf08a62bb7fac068a419b3e
+SIZE (libpcap-0.9.6.tar.gz) = 438657
--- libpcap-0.9.6.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list