From 86a859a5f22bc34932c7a1669d2a8136e245401c892fd277c5aa85a0e7cfe9a3 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Fri, 11 Jun 2021 12:23:28 +0000 Subject: [PATCH] Accepting request 899469 from home:polslinux:branches:Base:System - Update to 1.10.1 * Fix "type XXX subtype YYY" giving a parse error * Add PCAP_AVAILABLE_1_11. * Rename struct bpf_aux_data to avoid NetBSD compile errors * Fix cross-builds with older kernels lacking BPF_MOD and BPF_XOR * Fix Bison detection for minor version 0. * Fix parallel build with FreeBSD make. * Get DLT_MATCHING_MAX right in gencode.c on NetBSD. * Define timeradd() and timersub() if necessary. * Fix Cygwin/MSYS target directories. * Fix symlinking with DESTDIR. * Fix generation of libpcap.pc with CMake when not building a shared library. * Support reading version 1.2, which some writers produce, and which is the same as 1.0 * Drop support for text-mode USB captures, as we require a 2.6.27 or later kernel * Bluetooth: fix non-blocking mode. Don't assume that all compilers used to build for Linux support the __atomic builtins OBS-URL: https://build.opensuse.org/request/show/899469 OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=73 --- libpcap-1.10.0.tar.gz | 3 --- libpcap-1.10.0.tar.gz.sig | Bin 442 -> 0 bytes libpcap-1.10.1.tar.gz | 3 +++ libpcap-1.10.1.tar.gz.sig | Bin 0 -> 442 bytes libpcap.changes | 23 +++++++++++++++++++++++ libpcap.spec | 4 ++-- 6 files changed, 28 insertions(+), 5 deletions(-) delete mode 100644 libpcap-1.10.0.tar.gz delete mode 100644 libpcap-1.10.0.tar.gz.sig create mode 100644 libpcap-1.10.1.tar.gz create mode 100644 libpcap-1.10.1.tar.gz.sig diff --git a/libpcap-1.10.0.tar.gz b/libpcap-1.10.0.tar.gz deleted file mode 100644 index 8b8a9df..0000000 --- a/libpcap-1.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d12b42623eeefee872f123bd0dc85d535b00df4d42e865f993c40f7bfc92b1e -size 934559 diff --git a/libpcap-1.10.0.tar.gz.sig b/libpcap-1.10.0.tar.gz.sig deleted file mode 100644 index a86ace29d970a2a5081808a67bcf84092594306fa5d1fd88f45cfa0581471d47..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 442 zcmV;r0Y(0a0k;GI0SW*e79j*57HU^QtGVDLnvF2viQe(q!Cegn0$=RYkpKz_5a5a4 z@!7#$4WKLxAjwP(8Z&+fIAJM)btP?n>RT=pZ4+{Loc%pw1J8dTIZwjFKnLc$4Emqt zcDFZmdV5vMdkC%1EG#YA*8(7$&gRYP;x>8U(I}Z%w+9ZaT(j{MT+sIr_j#2{*fXK% zCH2TbCS@?55XD%QlYLR%<>Akzl66ql$O(iO^0>NRM{GFG#9|J$65>PECro=!5ano+ zb7!|q;^^jf$m*G5tQsNZ!#*3XjxZlB)nUIS9h#ad>QdLLcsKm+u&32#gq> zAsH8SRE?1n?0?Ojww3I~25SAbM&v=-4NP2eC%EY%`>vn4|M9u^Ez4xYub{eUIl#3C z@r3=L)bD3e^ZnVmof=@zbM=I1RIRWNVaT)j?6NR@MkKyVq4b6A*H?dfMg@jTjzaNDvLYO@6RMBsSfY(g?n&5H)K$a~|y$eM~b;Bbi8JYjonE1=VZW kGB|NatDOgt)HjM2>xgxI_4lYh#1#!=X9tDMT}1Er**j;~s{jB1 diff --git a/libpcap-1.10.1.tar.gz b/libpcap-1.10.1.tar.gz new file mode 100644 index 0000000..38600e7 --- /dev/null +++ b/libpcap-1.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed285f4accaf05344f90975757b3dbfe772ba41d1c401c2648b7fa45b711bdd4 +size 935221 diff --git a/libpcap-1.10.1.tar.gz.sig b/libpcap-1.10.1.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..9ac49f40e294fa11f0247cd795b34b0a3c375cc9a88b2376239e8af0ac60df29 GIT binary patch literal 442 zcmV;r0Y(0a0k;GI0SW*e79j*57HU^QtGVDLnvF2viQe(q!Cegn0${-trvM5G5a5a4 z@!7#$4UVD=AgX5b>}S*b`vZ3*@fDzf?&BkKe>zBBliYq|AL!%As9mzqUPU!qU~UWo zVix;8kxGoVgE}L^1o-=_x^haC>H|$_4}8=5%(@0yi-d1Fd_8(J4rhx~S$D$otgR7Y zr^2J<6%I6HVmb~Uf-;a_kVYu?VX*ZW9t91Tas3R$dw?BvY}XY||0IM^o7M zL`c#AcZ?C1YtOy7_`km>z2 + +- Update to 1.10.1 + * Fix "type XXX subtype YYY" giving a parse error + * Add PCAP_AVAILABLE_1_11. + * Rename struct bpf_aux_data to avoid NetBSD compile errors + * Fix cross-builds with older kernels lacking BPF_MOD and BPF_XOR + * Fix Bison detection for minor version 0. + * Fix parallel build with FreeBSD make. + * Get DLT_MATCHING_MAX right in gencode.c on NetBSD. + * Define timeradd() and timersub() if necessary. + * Fix Cygwin/MSYS target directories. + * Fix symlinking with DESTDIR. + * Fix generation of libpcap.pc with CMake when not building + a shared library. + * Support reading version 1.2, which some writers produce, + and which is the same as 1.0 + * Drop support for text-mode USB captures, as we require a 2.6.27 + or later kernel + * Bluetooth: fix non-blocking mode. Don't assume that all compilers + used to build for Linux support the __atomic builtins + ------------------------------------------------------------------- Sun Feb 14 18:51:03 UTC 2021 - Pedro Monreal diff --git a/libpcap.spec b/libpcap.spec index d46502e..fd8c9c2 100644 --- a/libpcap.spec +++ b/libpcap.spec @@ -17,7 +17,7 @@ Name: libpcap -Version: 1.10.0 +Version: 1.10.1 Release: 0 Summary: A Library for Network Sniffers License: BSD-3-Clause @@ -109,7 +109,7 @@ make DESTDIR=%{buildroot} install install-shared %files -n libpcap1 %license LICENSE -%doc CHANGES CREDITS README.md doc/README.linux.md TODO +%doc CHANGES CREDITS README.md doc/README.linux TODO %{_libdir}/*.so.* %{_mandir}/man7/*