Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libpcap for openSUSE:Factory checked 
in at 2021-02-22 14:22:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libpcap (Old)
 and      /work/SRC/openSUSE:Factory/.libpcap.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libpcap"

Mon Feb 22 14:22:59 2021 rev:60 rq:873338 version:1.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libpcap/libpcap.changes  2020-11-15 
15:22:27.643199019 +0100
+++ /work/SRC/openSUSE:Factory/.libpcap.new.2378/libpcap.changes        
2021-02-22 14:23:00.631587523 +0100
@@ -2 +2,55 @@
-Wed Oct  2 13:40:23 UTC 2019 - Pedro Monreal Gonzalez 
<[email protected]>
+Sun Feb 14 18:51:03 UTC 2021 - Pedro Monreal <[email protected]>
+
+- Update to 1.10.0
+  * Require, and assume, some level of C99 support in the C compiler
+  * Add support for capturing on DPDK devices
+  * rpcap: support rpcap-over-TLS
+  * Fix some memory leaks, including in pcap_compile()
+  * Linux: handle systems without AF_INET or AF_UNIX socket support
+  * Catch invalid IPv4 addresses in filters
+  * Show special Linux BPF offsets symbolically in bpf_image()
+      and bpf_dump()
+  * Linux: get rid of Wireless Extensions for turning monitor mode on
+  * Linux: proper memory sync for PACKET_MMAP
+  * Linux: drop support for libnl 1 and 2.
+  * Linux: Require PF_PACKET support, and kernel 2.6.27 or later
+  * Add DLT_LINUX_SLL2
+  * Add a new filter "ifindex" for DLT_LINUX_SLL2 files and live
+      Linux captures
+  * optimizer: add a hack to try to catch certain optimizer loops
+  * Probe CONFIGURATION descriptor of connected USB devices
+  * Linux: return error on interface going away, but not if it just
+      went down
+  * Linux: set socket protocol only after packet ring configured,
+      reducing bogus packet drop reports
+  * Linux: get ifdrop stats from sysfs.
+  * Fix various security issues reported by Charles Smith at
+      Tangible Security
+  * Fix various security issues reported by Include Security
+  * rpcapd: on UN*X, don't tell the client why authentication failed
+  * Linux: when adjusting BPF programs, do not subtract the
+      SLL[2]_HDR_LEN if the location is negative (special
+      metadata offset)
+  * Linux: with a timeout of zero, wait indefinitely
+  * Linux: clean up support for some non-GNU libc C libraries
+  * Increase the maximum snaplen for LINKTYPE_USBPCAP/DLT_USBPCAP
+  * Fix handling of some ioctls that fail with "permission denied"
+      even when the ioctl isn't supported at all
+  * Added support for ICMPv6 types 1-4 as tokens in filters
+  * Report the DLT description in error messages
+  * Linux: Add support for DSA data link types
+  * Linux USB: use the snapshot length to set the buffer size,
+      and set the len field to reflect the length in the URB
+  * rpcapd: allow rpcapd to rebind more rapidly
+  * Add Haiku pcap implementation
+  * rpcap: redo protocol version negotiation to avoid problems
+      with old servers (it still works with servers using the old
+      negotiation, as well as servers not supporting negotiation)
+  * Remove (unused) SITA support here.
+  * Correctly handle pcapng captures with more than one IDB with a
+      snspshot length greater than the supported maximum
+- Remove libpcap-no-old-socket.patch
+- Rebase libpcap-1.0.0-s390.patch
+
+-------------------------------------------------------------------
+Wed Oct  2 13:40:23 UTC 2019 - Pedro Monreal <[email protected]>

Old:
----
  libpcap-1.9.1.tar.gz
  libpcap-1.9.1.tar.gz.sig
  libpcap-no-old-socket.patch

New:
----
  libpcap-1.10.0.tar.gz
  libpcap-1.10.0.tar.gz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libpcap.spec ++++++
--- /var/tmp/diff_new_pack.DX6P5m/_old  2021-02-22 14:23:01.219588097 +0100
+++ /var/tmp/diff_new_pack.DX6P5m/_new  2021-02-22 14:23:01.223588101 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libpcap
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 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.9.1
+Version:        1.10.0
 Release:        0
 Summary:        A Library for Network Sniffers
 License:        BSD-3-Clause
@@ -29,7 +29,6 @@
 Source4:        https://www.tcpdump.org/release/%{name}-%{version}.tar.gz.sig
 Patch2:         libpcap-1.0.0-ppp.patch
 Patch3:         libpcap-1.0.0-s390.patch
-Patch5:         libpcap-no-old-socket.patch
 BuildRequires:  autoconf >= 2.64
 BuildRequires:  automake
 BuildRequires:  bison
@@ -86,7 +85,6 @@
 %setup -q
 %patch2
 %patch3 -p1
-%patch5 -p1
 
 %build
 %global _lto_cflags %{_lto_cflags} -ffat-lto-objects

++++++ libpcap-1.0.0-s390.patch ++++++
--- /var/tmp/diff_new_pack.DX6P5m/_old  2021-02-22 14:23:01.259588137 +0100
+++ /var/tmp/diff_new_pack.DX6P5m/_new  2021-02-22 14:23:01.263588140 +0100
@@ -8,12 +8,12 @@
  pcap-linux.c | 4 ++++
  1 file changed, 4 insertions(+)
 
-diff --git a/pcap-linux.c b/pcap-linux.c
-index 900ebbc..58292c3 100644
---- a/pcap-linux.c
-+++ b/pcap-linux.c
-@@ -3197,6 +3197,10 @@ activate_new(pcap_t *handle)
-                               handle->linktype = DLT_LINUX_SLL;
+Index: libpcap-1.10.0/pcap-linux.c
+===================================================================
+--- libpcap-1.10.0.orig/pcap-linux.c
++++ libpcap-1.10.0/pcap-linux.c
+@@ -2461,6 +2461,10 @@ activate_pf_packet(pcap_t *handle, int i
+                       }
                }
  
 +              /* Hack to make things work on s390 ctc interfaces */
@@ -23,6 +23,3 @@
                handlep->ifindex = iface_get_id(sock_fd, device,
                    handle->errbuf);
                if (handlep->ifindex == -1) {
--- 
-1.8.3.1
-

++++++ libpcap-1.9.1.tar.gz -> libpcap-1.10.0.tar.gz ++++++
++++ 50308 lines of diff (skipped)

Reply via email to