commit tcpreplay for openSUSE:Factory
Hello community, here is the log from the commit of package tcpreplay for openSUSE:Factory checked in at 2017-08-24 18:43:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tcpreplay (Old) and /work/SRC/openSUSE:Factory/.tcpreplay.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "tcpreplay" Thu Aug 24 18:43:23 2017 rev:4 rq:513645 version:4.2.6 Changes: -------- --- /work/SRC/openSUSE:Factory/tcpreplay/tcpreplay.changes 2017-03-20 17:09:00.814523198 +0100 +++ /work/SRC/openSUSE:Factory/.tcpreplay.new/tcpreplay.changes 2017-08-24 18:43:25.581226115 +0200 @@ -1,0 +2,50 @@ +Mon Jul 31 17:49:44 UTC 2017 - mpluskal@suse.com + +- Update to version 4.2.6: + * Test fails on sparc64 (#393) +- Changes for version 4.2.5: + * Fix issues found by scan-build (#384) + * Improve --portmap help message (#381) + * AFL detected security crash in fuzz feature (#380) + * Coverity static scan detected issues (#374) + * Fuzz should not be overwritting Layer 3 (#372) + * Add --fuzz-factor option to specify fuzz ratio (#371) + * Warnings when building on old distributions (#368) + * Fix more Lintian detected spelling errors (#365) + * Fuzz test failure on ARM and MIPS (#364) +- Changes for version 4.2.4: + * Fix Lintian detected spelling errors (#362) +- Changes for version 4.2.3: + * Archive (remove) QuickTX until maintainer found (#357) + * Ubuntu precise 32bit_build (#356) +- Changes for version 4.2.2: + * Archive (remove) QuickTX (#357) + * Missing symbol pcap_version on macOS 10.12.4 (#356) +- Changes for version 4.2.1: + * Fix reporting of rates < 1Mbps (#348) + * Option --unique-ip not working properly (#346) +- Changes for version 4.2.0: + * MAC rewriting capabilities (#313) + * Fix several issues identified by Coverity (#305) + * Packet destortion --fuzz-seed option by Gabriel Ganne (#302) + * Add --unique-ip-loops option to modify IPs every few loops + (#296) + * Netmap startup delay increase (#290) + * tcpcapinfo buffer overflow vulnerablily (#278) + * Update git-clone instructions by Kyle McDonald (#277) + * Allow fractions for --pps option (#270) + * Print per-loop stats with --stats=0 (#269) + * Add protection against packet drift by Guillaume Scott (#268) + * Print flow stats periodically with --stats output (#262) + * Include Travis-CI build support by Ilya Shipitsin (#264) (#285) + * tcpreplay won't replay all packets in a pcap file with --netmap + (#255) + * First and last packet times in --stats output (#239) + * Switch to wire speed after 30 minutes at 6 Gbps (#210) + * tcprewrite fix checksum properly for fragmented packets (#190) +- Drop no longer needed patch (already in upstream): + * 278-fail-if-capture-has-a-packet-that-is-too-large.patch +- Use %make_install macro +- Update dependencies to support (libnl3 and dbus-1) + +------------------------------------------------------------------- Old: ---- 278-fail-if-capture-has-a-packet-that-is-too-large.patch tcpreplay-4.1.2.tar.gz tcpreplay-4.1.2.tar.gz.asc New: ---- tcpreplay-4.2.6.tar.gz tcpreplay-4.2.6.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tcpreplay.spec ++++++ --- /var/tmp/diff_new_pack.L1W0jQ/_old 2017-08-24 18:43:26.445104414 +0200 +++ /var/tmp/diff_new_pack.L1W0jQ/_new 2017-08-24 18:43:26.449103851 +0200 @@ -17,7 +17,7 @@ Name: tcpreplay -Version: 4.1.2 +Version: 4.2.6 Release: 0 Summary: Network analysis and testing tools License: GPL-3.0 @@ -26,9 +26,12 @@ 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 Source2: %{name}.keyring -Patch1: 278-fail-if-capture-has-a-packet-that-is-too-large.patch +BuildRequires: dbus-1-devel BuildRequires: libdnet-devel BuildRequires: libpcap-devel +%if 0%{?suse_version} > 1110 +BuildRequires: libnl3-devel +%endif BuildRequires: tcpdump Requires: tcpdump # only needed for suse_version < 1130 (i.e. SLE11) @@ -46,7 +49,6 @@ %prep %setup -q -%patch1 -p1 %build %configure \ @@ -54,7 +56,7 @@ make %{?_smp_mflags} V=1 %install -make %{?_smp_mflags} DESTDIR=%{buildroot} install +%make_install %files %defattr(-,root,root) ++++++ tcpreplay-4.1.2.tar.gz -> tcpreplay-4.2.6.tar.gz ++++++ ++++ 22894 lines of diff (skipped)
participants (1)
-
root@hilbert.suse.de