Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libpcap for openSUSE:Factory checked in at 2023-01-25 17:42:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libpcap (Old) and /work/SRC/openSUSE:Factory/.libpcap.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libpcap" Wed Jan 25 17:42:17 2023 rev:62 rq:1059311 version:1.10.3 Changes: -------- --- /work/SRC/openSUSE:Factory/libpcap/libpcap.changes 2021-06-15 16:37:11.261677970 +0200 +++ /work/SRC/openSUSE:Factory/.libpcap.new.32243/libpcap.changes 2023-01-25 17:50:01.694257659 +0100 @@ -1,0 +2,34 @@ +Wed Jan 18 09:34:17 UTC 2023 - Dirk Müller <[email protected]> + +- 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 <[email protected]> + +- 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 + +------------------------------------------------------------------- Old: ---- libpcap-1.10.1.tar.gz libpcap-1.10.1.tar.gz.sig New: ---- libpcap-1.10.3.tar.gz libpcap-1.10.3.tar.gz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libpcap.spec ++++++ --- /var/tmp/diff_new_pack.Whs6xN/_old 2023-01-25 17:50:02.262260693 +0100 +++ /var/tmp/diff_new_pack.Whs6xN/_new 2023-01-25 17:50:02.270260736 +0100 @@ -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.3 Release: 0 Summary: A Library for Network Sniffers License: BSD-3-Clause @@ -89,7 +89,7 @@ %build %global _lto_cflags %{_lto_cflags} -ffat-lto-objects autoreconf -fiv -%ifarch %sparc +%ifarch %{sparc} pic="PIC" %else pic="pic" @@ -98,7 +98,7 @@ %configure \ --enable-bluetooth=yes \ --enable-ipv6 -make %{?_smp_mflags} all shared +%make_build all shared %install mkdir -p %{buildroot}%{_bindir} ++++++ libpcap-1.10.1.tar.gz -> libpcap-1.10.3.tar.gz ++++++ ++++ 24243 lines of diff (skipped)
