Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tcpreplay for openSUSE:Factory checked in at 2022-12-04 14:58:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tcpreplay (Old) and /work/SRC/openSUSE:Factory/.tcpreplay.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tcpreplay" Sun Dec 4 14:58:32 2022 rev:11 rq:1039845 version:4.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/tcpreplay/tcpreplay.changes 2021-05-15 01:24:27.446968093 +0200 +++ /work/SRC/openSUSE:Factory/.tcpreplay.new.1835/tcpreplay.changes 2022-12-04 14:59:00.980499094 +0100 @@ -1,0 +2,24 @@ +Sun Jul 17 16:06:09 UTC 2022 - Dirk Müller <dmuel...@suse.com> + +- update to 4.4.1: + * fix support for feeding PCAP files from STDIN + * fix Debian/kfreebsd build + * fix typos + * safeguard against corrupt packet lengths in checksum functions + * fix double free in Juniper DLT + * fix to flows.c, fix #665 + * update Travis CI to focal + * LINUX installed netmap auto detection + * Support for Q-in-Q VLAN tags + * skipbroadcast + * add security policy document + * Directories of pcaps as arguments + * stage PR from @halver94 + * fix PPS calc for long-running sessions + * Improve SDK selection + * fix directory include feature + * mac os tests fail + * Revert "send_packet: Avoid clock drift + * mac update on multicast + +------------------------------------------------------------------- Old: ---- tcpreplay-4.3.4.tar.xz tcpreplay-4.3.4.tar.xz.asc New: ---- tcpreplay-4.4.1.tar.xz tcpreplay-4.4.1.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tcpreplay.spec ++++++ --- /var/tmp/diff_new_pack.dKzTcd/_old 2022-12-04 14:59:01.508502137 +0100 +++ /var/tmp/diff_new_pack.dKzTcd/_new 2022-12-04 14:59:01.512502160 +0100 @@ -1,7 +1,7 @@ # # spec file for package tcpreplay # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,12 @@ Name: tcpreplay -Version: 4.3.4 +Version: 4.4.1 Release: 0 Summary: Network analysis and testing tools License: GPL-3.0-only Group: Productivity/Networking/Diagnostic -URL: http://tcpreplay.appneta.com/ +URL: https://tcpreplay.appneta.com/ 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 @@ -36,7 +36,6 @@ %else # only needed for suse_version < 1130 (i.e. SLE11) BuildRequires: xz -BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif %description @@ -52,14 +51,13 @@ %build %configure \ --enable-dynamic-link -make %{?_smp_mflags} V=1 +%make_build %install %make_install %files -%defattr(-,root,root) -%doc docs/LICENSE +%license docs/LICENSE %doc docs/CHANGELOG %{_bindir}/* %{_mandir}/man1/* ++++++ tcpreplay-4.3.4.tar.xz -> tcpreplay-4.4.1.tar.xz ++++++ ++++ 20399 lines of diff (skipped)