Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tcpreplay for openSUSE:Factory checked in at 2021-05-15 01:24:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tcpreplay (Old) and /work/SRC/openSUSE:Factory/.tcpreplay.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tcpreplay" Sat May 15 01:24:12 2021 rev:10 rq:893066 version:4.3.4 Changes: -------- --- /work/SRC/openSUSE:Factory/tcpreplay/tcpreplay.changes 2020-06-22 17:46:48.414016589 +0200 +++ /work/SRC/openSUSE:Factory/.tcpreplay.new.2988/tcpreplay.changes 2021-05-15 01:24:27.446968093 +0200 @@ -1,0 +2,21 @@ +Sat May 8 14:22:53 UTC 2021 - Ferdinand Thiessen <[email protected]> + +- Update to version 4.3.4 + * Fixes ASAN reports memory leaks while running tests + * clean up new_cidr_map() string manipulation on error exit + * Fixed invalid --pps value protection + * Fixed packets slowly drift further and further behind when they + should be sent + * Fixed 64 bit rollover can cause pps replay issues after several + hours + * DLT_NULL/DLT_LOOP support for cross-platform PF_INET6 + * Fixed heap buffer overflow in tcpreplay fast_edit_packet + * Fixed heap buffer overflow in tcpreplay get_next_packet + * Fixed CVE-2020-24266 heap buffer overflow in tcpprep get_l2len + * Fixed CVE-2020-24265 heap buffer overflow in tcpprep + * handle malformed and unsupported packets as soft errors + * Fixed tcprewrite --fixlen not working on DLT conversion + * Fixed with multiplier option only first file can be sent and hang + * do not create tap0 if device already exists + +------------------------------------------------------------------- Old: ---- tcpreplay-4.3.3.tar.gz tcpreplay-4.3.3.tar.gz.asc New: ---- tcpreplay-4.3.4.tar.xz tcpreplay-4.3.4.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tcpreplay.spec ++++++ --- /var/tmp/diff_new_pack.oPui16/_old 2021-05-15 01:24:27.974966238 +0200 +++ /var/tmp/diff_new_pack.oPui16/_new 2021-05-15 01:24:27.974966238 +0200 @@ -1,7 +1,7 @@ # # spec file for package tcpreplay # -# 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,25 +17,27 @@ Name: tcpreplay -Version: 4.3.3 +Version: 4.3.4 Release: 0 Summary: Network analysis and testing tools License: GPL-3.0-only Group: Productivity/Networking/Diagnostic URL: http://tcpreplay.appneta.com/ -Source0: https://github.com/appneta/tcpreplay/releases/download/v%{version}/%{name}-%{version}.tar.gz -Source1: https://github.com/appneta/tcpreplay/releases/download/v%{version}/%{name}-%{version}.tar.gz.asc +Source0: https://github.com/appneta/tcpreplay/releases/download/v%{version}/%{name}-%{version}.tar.xz +Source1: https://github.com/appneta/tcpreplay/releases/download/v%{version}/%{name}-%{version}.tar.xz.asc Source2: %{name}.keyring BuildRequires: dbus-1-devel BuildRequires: libdnet-devel BuildRequires: libpcap-devel BuildRequires: tcpdump Requires: tcpdump -%if 0%{?suse_version} > 1110 +%if 0%{?suse_version} >= 1130 BuildRequires: libnl3-devel -%endif +%else # only needed for suse_version < 1130 (i.e. SLE11) +BuildRequires: xz BuildRoot: %{_tmppath}/%{name}-%{version}-build +%endif %description Tcpreplay is a suite of utilities for editing and replaying
