pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/libpcap



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.




Home | Main Index | Thread Index | Old Index