From 51e0b9c12123327456baccaf030f9a5ffa3dd6f17009f42681dae5b0e0e64049 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 2 Jan 2023 09:01:20 +0000 Subject: [PATCH 1/2] Accepting request 1045995 from home:AndreasStieger:branches:Base:System libpcap 1.10.2 OBS-URL: https://build.opensuse.org/request/show/1045995 OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=75 --- libpcap-1.10.1.tar.gz | 3 --- libpcap-1.10.1.tar.gz.sig | Bin 442 -> 0 bytes libpcap-1.10.2.tar.gz | 3 +++ libpcap-1.10.2.tar.gz.sig | Bin 0 -> 442 bytes libpcap.changes | 24 ++++++++++++++++++++++++ libpcap.spec | 8 ++++---- 6 files changed, 31 insertions(+), 7 deletions(-) delete mode 100644 libpcap-1.10.1.tar.gz delete mode 100644 libpcap-1.10.1.tar.gz.sig create mode 100644 libpcap-1.10.2.tar.gz create mode 100644 libpcap-1.10.2.tar.gz.sig diff --git a/libpcap-1.10.1.tar.gz b/libpcap-1.10.1.tar.gz deleted file mode 100644 index 38600e7..0000000 --- a/libpcap-1.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 9ac49f40e294fa11f0247cd795b34b0a3c375cc9a88b2376239e8af0ac60df29..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 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@mu0JdFEr(bYE1R^`^IU(t;^`ZNh0R;bBFtdcvcnj%)FxJT)6sa!5odS+g+Nv8^)d=5QV1Cd2>^E#7JZI&J7s z&C~-?D@KiFHORER=B7IXYa67zkOaTqLT{4T@JohPn5_#qqAKQA#NQQZ&JAC^ z{F6XzS|wyk-iQDQPv#Mi^SZz-c|9gx^tfim<}mq@MM>op8!M_(pfmR-YN&FID=g=L z4|1Jfq9WqbFvv9{VQ#EQeOil%)>LcS(7LS3hPY2;PA%Qw{HqZZ!_0?q7-6gt1>j>Y k0Z*kPyT`o(Lbhu4)_2**y#Velr%?qoRbwLOOu^m9txbQ^w*UYD literal 0 HcmV?d00001 diff --git a/libpcap.changes b/libpcap.changes index 0c54bef..2c3f6e3 100644 --- a/libpcap.changes +++ b/libpcap.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Sun Jan 1 12:37:49 UTC 2023 - Andreas Stieger + +- update to 1.10.2: + * Build system updates + * Developer visible fixes + * Fix some formatting string issues found by cppcheck + * "Dead" pcap_ts from pcap_open_dead() and ..._with_tstamp_precision(): + Don't crash if pcap_breakloop() is called. + * Savefiles: multiple bug fixes handling files + * Capture: Never process more than INT_MAX packets in a + pcap_dispatch() call, to avoid integer overflow + * Packet filtering: PFLOG bug fixes and improvements + * Fix memory leak in capture device open + * Fix detection of CAN/CAN FD packets in direction check + * Fix double-free crashes on errors such as running on a kernel + with CONFIG_PACKET_MMAP not configured + * Multiple CANbus bug fixes + * Fix pcap_findalldevs() to find usbmon devices + * Fix handling of VLAN tagged packets if the link-layer type is + changed from DLT_LINUX_SLL to DLT_LINUX_SLL2 + * Always turn on PACKET_AUXDATA + * Correctly compute the "real" length for isochronous USB transfers + ------------------------------------------------------------------- Fri Jun 11 12:02:38 UTC 2021 - Paolo Stivanin diff --git a/libpcap.spec b/libpcap.spec index fd8c9c2..48bab30 100644 --- a/libpcap.spec +++ b/libpcap.spec @@ -1,7 +1,7 @@ # # spec file for package libpcap # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: libpcap -Version: 1.10.1 +Version: 1.10.2 Release: 0 Summary: A Library for Network Sniffers License: BSD-3-Clause @@ -89,7 +89,7 @@ libpcap static libraries %build %global _lto_cflags %{_lto_cflags} -ffat-lto-objects autoreconf -fiv -%ifarch %sparc +%ifarch %{sparc} pic="PIC" %else pic="pic" @@ -98,7 +98,7 @@ export CFLAGS="%{optflags} -f$pic" CXXFLAGS="%{optflags} -f$pic" %configure \ --enable-bluetooth=yes \ --enable-ipv6 -make %{?_smp_mflags} all shared +%make_build all shared %install mkdir -p %{buildroot}%{_bindir} From a3fa52c2e2cb9af7402d7ecb16cd5bc1537c4cd8c4b1dbf527f3f5931665e7df Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Wed, 18 Jan 2023 09:49:35 +0000 Subject: [PATCH 2/2] Accepting request 1059303 from home:dirkmueller:Factory - update to 1.10.3: * Sort the PUBHDR variable in Makefile.in in "ls" order. * Fix typo in comment in pflog.h. * Remove two no-longer-present files from .gitignore. * Update code and comments for handling failure to set promiscuous mode based on new information. OBS-URL: https://build.opensuse.org/request/show/1059303 OBS-URL: https://build.opensuse.org/package/show/Base:System/libpcap?expand=0&rev=76 --- libpcap-1.10.2.tar.gz | 3 --- libpcap-1.10.2.tar.gz.sig | Bin 442 -> 0 bytes libpcap-1.10.3.tar.gz | 3 +++ libpcap-1.10.3.tar.gz.sig | Bin 0 -> 442 bytes libpcap.changes | 10 ++++++++++ libpcap.spec | 2 +- 6 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 libpcap-1.10.2.tar.gz delete mode 100644 libpcap-1.10.2.tar.gz.sig create mode 100644 libpcap-1.10.3.tar.gz create mode 100644 libpcap-1.10.3.tar.gz.sig diff --git a/libpcap-1.10.2.tar.gz b/libpcap-1.10.2.tar.gz deleted file mode 100644 index 6dd8052..0000000 --- a/libpcap-1.10.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db6d79d4ad03b8b15fb16c42447d093ad3520c0ec0ae3d331104dcfb1ce77560 -size 951063 diff --git a/libpcap-1.10.2.tar.gz.sig b/libpcap-1.10.2.tar.gz.sig deleted file mode 100644 index 2cfdc22199a0d6c3ee27ab58380953fb65fd463b75c962ebbb269ce735fb75c9..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 442 zcmV;r0Y(0a0k;GI0SW*e79j*57HU^QtGVDLnvF2viQe(q!Cegn0%NdI{QwFH5a5a4 z@!7#$4c`k4837qk5WC-@mu0JdFEr(bYE1R^`^IU(t;^`ZNh0R;bBFtdcvcnj%)FxJT)6sa!5odS+g+Nv8^)d=5QV1Cd2>^E#7JZI&J7s z&C~-?D@KiFHORER=B7IXYa67zkOaTqLT{4T@JohPn5_#qqAKQA#NQQZ&JAC^ z{F6XzS|wyk-iQDQPv#Mi^SZz-c|9gx^tfim<}mq@MM>op8!M_(pfmR-YN&FID=g=L z4|1Jfq9WqbFvv9{VQ#EQeOil%)>LcS(7LS3hPY2;PA%Qw{HqZZ!_0?q7-6gt1>j>Y k0Z*kPyT`o(Lbhu4)_2**y#Velr%?qoRbwLOOu^m9txbQ^w*UYD diff --git a/libpcap-1.10.3.tar.gz b/libpcap-1.10.3.tar.gz new file mode 100644 index 0000000..cfc6ccd --- /dev/null +++ b/libpcap-1.10.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a8885c403516cf7b0933ed4b14d6caa30e02052489ebd414dc75ac52e7559e6 +size 951869 diff --git a/libpcap-1.10.3.tar.gz.sig b/libpcap-1.10.3.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..24b4b21d7d3ff7d8d4c75e14b83dee4fa9c492d225d0d97c1a5c26dd2305b16c GIT binary patch literal 442 zcmV;r0Y(0a0k;GI0SW*e79j*57HU^QtGVDLnvF2viQe(q!Cegn0%O3BXaEWc5a5a4 z@!7#$4O;^YA7%~do`B=~(rtVWB)z6A8TU2X%j=B@hx#qz?r?(bAA4rk3gKG0NA&eR zC}>Xj!&`pIC3%`~)NUv-38Gh%WO%{eQJ0wgJh}$Eo9=Rw|Lt=nwF>k6Z|U(Pb}_VY zR}YLQ?pW34Y9mz6xNUXW_hUG3_YEJ z+9-x7=b76+?z=zLUy5INF-q{i>(Zh$NUDUJa2H%POShO`6Uc8yQ&Kxt#a`=iwK4y4 zfNbHC2Mi02O>mBY(Ga{{r*XG=fya%-Hn2&RT6P#$RmXp8Ov!tOK5>5q-4S`ODUfJC zIJ34okQYFW4A}*~xXao$5Pt6;rg&{TixH#8O-AF`B@{tFYB0SOIkA%eN}n%UF=JJ* kjE;g_nKb3qY(i*5Say=QpECC;M1& literal 0 HcmV?d00001 diff --git a/libpcap.changes b/libpcap.changes index 2c3f6e3..2479a83 100644 --- a/libpcap.changes +++ b/libpcap.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jan 18 09:34:17 UTC 2023 - Dirk Müller + +- update to 1.10.3: + * Sort the PUBHDR variable in Makefile.in in "ls" order. + * Fix typo in comment in pflog.h. + * Remove two no-longer-present files from .gitignore. + * Update code and comments for handling failure to set promiscuous + mode based on new information. + ------------------------------------------------------------------- Sun Jan 1 12:37:49 UTC 2023 - Andreas Stieger diff --git a/libpcap.spec b/libpcap.spec index 48bab30..e60ec77 100644 --- a/libpcap.spec +++ b/libpcap.spec @@ -17,7 +17,7 @@ Name: libpcap -Version: 1.10.2 +Version: 1.10.3 Release: 0 Summary: A Library for Network Sniffers License: BSD-3-Clause