SHA256
1
0
forked from pool/tcpreplay

Accepting request 816318 from network:utilities

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/816318
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcpreplay?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2020-06-22 15:46:46 +00:00 committed by Git OBS Bridge
commit 92e0284c21
6 changed files with 38 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4f479bd9196cafde70c58ab072ca4959ecc5278555cf1aa7cf42f7f210daa951
size 3725334

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQFKBAABCAA0FiEEhOT6IVyTSn2X3HbV6eIUl5O94X4FAlyIG6gWHHRjcHJlcGxh
eUBhcHBuZXRhLmNvbQAKCRDp4hSXk73hfp0DB/oCoysPB6IBCVwQkBF0ilEWJ/yF
wQEIO93SSvNdd9D5o1Y4fUXHGWswMZm3nXnh5/mAdZN3W8DzWNtDOYjWWc/o3hU2
9fD20M0LL/tDflEjaKHYKPqSgdF2/FahiTD2UJclyaQZyKV3lHSHGD9juM1m7JcA
c/zJhZuW9iqqOhc8cdZHakgLU3ctOpKFbyv6BUXNA6hyPJ7Xfbg1Zt3nxAIH8RKV
Ne9amU0Zh67ubAVxnT5qquPTJztllz8kFV4zJOQPolTAc7wH1a4Z9TXkdPAQEyh9
/WYtK4+6/q3IM6GCSKwfRkGfjhkUAly07g2E9MrZ3eKGUz3CswH5bbKg6uMs
=11aC
-----END PGP SIGNATURE-----

3
tcpreplay-4.3.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ed2402caa9434ff5c74b2e7b31178c73e7c7c5c4ea1e1d0e2e39a7dc46958fde
size 3727820

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQFKBAABCAA0FiEEhOT6IVyTSn2X3HbV6eIUl5O94X4FAl7mpS0WHHRjcHJlcGxh
eUBhcHBuZXRhLmNvbQAKCRDp4hSXk73hfvavB/9zzwt2kOLpZCP86gWdlFpl5g9r
5xR/nyNfHJ6yK57K5HXJ8LdFAh3/qdWVbxR2Yed4GnSbD1vXm73hbIK3FuSiWVHB
7NfXY1R2Mj6uAqNPDauVn889O2XPg1gc30inb5kwMh6hszY9ecDv+zy3FIEPio4F
QAVNsajv1dkv5UspfeR81HyuK3kYeHqsyN4hjM15qTWO35aIOuMcFBZlALsGS/W0
NrzekbadZ1FkB5CL/oNXIwXvtAixNyUro5Kmfp24IoVtB4YilBmj2tbBCeuoFLmf
hl5b73bHKR4uG5Y4cjSygM97bjKqm9tkZU+g73idVThHpHQc3Lpt0UzBZnhG
=OY1R
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Jun 15 10:28:57 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
- Update to version 4.3.3:
* Increase cache buffers size to accomodate VLAN edits (#594)
* Correct L2 header length to correct IP header offset (#583)
* Fix warnings from gcc version 10 (#580)
* Heap Buffer Overflow in randomize_iparp (#579)
* Use after free in get_ipv6_next (#578)
* Heap Buffer Overflow in git_ipv6_next (#576)
* Call pcap_freecode() on pcap_compile() (#572)
* Increase max snaplen to 262144 (#571)
* Fix divide by zero in fuzzing (#570)
* Unique IP repeats at very high iteration counts (#566)
* Fails to compile on FreeBSD amd64 13.0 (#558)
* Heap Buffer Overflow in do_checksum (#556) (#577)
* Attempt to correct corrupt pcap files, if possible (#557)
* Fix GCC v10 warnings (#555)
* Remove some duplicated SOURCES entries (#551)
* Expand /dev/bpfX hard limit to fix macOS Mojave (#550)
* Implement loopdelay-ms when using loop=0 (#546)
* Heap overflow packet2tree and get_l2len (#530)
-------------------------------------------------------------------
Fri Jun 12 05:24:23 UTC 2020 - Martin Pluskal <mpluskal@suse.com>

View File

@ -17,7 +17,7 @@
Name: tcpreplay
Version: 4.3.2
Version: 4.3.3
Release: 0
Summary: Network analysis and testing tools
License: GPL-3.0-only
@ -48,8 +48,6 @@ supports switches, routers and IP Flow/NetFlow appliances.
%setup -q
%build
# fix building with gcc10
export CFLAGS="%{optflags} -fcommon"
%configure \
--enable-dynamic-link
make %{?_smp_mflags} V=1