diff --git a/0004-pcap-linux-don-t-use-TPACKETV3-for-memory-mmapped-ca.patch b/0004-pcap-linux-don-t-use-TPACKETV3-for-memory-mmapped-ca.patch index dad6899..469e5c8 100644 --- a/0004-pcap-linux-don-t-use-TPACKETV3-for-memory-mmapped-ca.patch +++ b/0004-pcap-linux-don-t-use-TPACKETV3-for-memory-mmapped-ca.patch @@ -17,11 +17,11 @@ Resolves: #1131500 1 file changed, 3 deletions(-) diff --git a/pcap-linux.c b/pcap-linux.c -index 58292c3..b3a7a51 100644 +index 939717f..f3b4ef4 100644 --- a/pcap-linux.c +++ b/pcap-linux.c -@@ -193,9 +193,6 @@ - * uses many ring related structs and macros */ +@@ -194,9 +194,6 @@ + # ifdef PCAP_SUPPORT_PACKET_RING # ifdef TPACKET_HDRLEN # define HAVE_PACKET_RING -# ifdef TPACKET3_HDRLEN diff --git a/libpcap.spec b/libpcap.spec index d9c1310..916f137 100644 --- a/libpcap.spec +++ b/libpcap.spec @@ -1,7 +1,7 @@ Name: libpcap Epoch: 14 -Version: 1.7.4 -Release: 2%{?dist} +Version: 1.8.0 +Release: 1%{?dist} Summary: A system-independent interface for user-level packet capture Group: Development/Libraries License: BSD with advertising @@ -14,7 +14,6 @@ Patch0001: 0001-man-tcpdump-and-tcpslice-have-manpages-in-man8.patch Patch0002: 0002-pcap-config-mitigate-multilib-conflict.patch Patch0003: 0003-pcap-linux-apparently-ctc-interfaces-on-s390-has-eth.patch Patch0004: 0004-pcap-linux-don-t-use-TPACKETV3-for-memory-mmapped-ca.patch -Patch0005: 0001-Fix-building-Bluetooth-Linux-Monitor-support-with-Bl.patch %description Libpcap provides a portable framework for low-level network @@ -84,6 +83,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libpcap.a %{_mandir}/man5/pcap*.5* %changelog +* Mon Aug 08 2016 Luboš Uhliarik - 14:1.8.0-1 +- new version 1.8.0 + * Thu Feb 04 2016 Fedora Release Engineering - 14:1.7.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild