forked from pool/tcpreplay
Accepting request 1046093 from home:dirkmueller:Factory
- update to 4.4.3: * upgrade autogen/libopts to version 5.18.16 * avoid implicit int in configure.ac * remove invalid assert in tree * program exit after send error * make libpcap version test more robust * looping inflates some packet counters - update to 4.4.2: * This is Tcpreplay suite 4.4.2 * This release contains bug fixes only. * What's Changed * Bug #716 heap-buffer-overflow in get_l2len_protocol() * Bug #721 fixed typo in tcpliveplay.c * Bug #717 avoid assertion in get_layer4_v6 * Bug #718 improved heap-overflow protection * Bug #719 better overflow protection in parse_mpls * Bug #725 FORCE_ALIGN on arm * Bug #729 tcpreplay_edit: disallow both -K and -l options * Bug #735 heap-overflow in get_l2len_protocol * Bug #745 remove autogen.sh from distribution tarballs OBS-URL: https://build.opensuse.org/request/show/1046093 OBS-URL: https://build.opensuse.org/package/show/network:utilities/tcpreplay?expand=0&rev=30
This commit is contained in:
parent
f3c0011ea4
commit
e13698078f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51f70ed14be5913f19c25cdfa530e98c14cedab1c76fbdd26eca7b61b57344f2
|
||||
size 751036
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQFKBAABCgA0FiEEhOT6IVyTSn2X3HbV6eIUl5O94X4FAmIH+Z4WHHRjcHJlcGxh
|
||||
eUBhcHBuZXRhLmNvbQAKCRDp4hSXk73hfgOWCACzbNJ1p4Gv/tdNOQGnPS2HBOiu
|
||||
ampQDjzoQHzBFDVXfPouTWYAFt5e7YFKjBDUMW53mcqFQP3ExqWPy4h9tv3P56ll
|
||||
doK3x30Rkhij777SVZbc9yYtgWMbBC9/J/fai3Uezq47kjfuLMqtAXSOt+DPw1Wc
|
||||
3W84Ug44PA4l2XAap2r+bLucjEwMuC4k58BNs1JNTP+TCqbKo+08xHwGIeTnhL/a
|
||||
4vK/hRnbOsOX22UCBYs1wH/FmE4XqZm/7mBI4bgAbBl+Rg84fLVj4ACROu5ZSwYI
|
||||
kzUgzGSkcKhdQGsXLgxCt8vSLd2atiod9vzBtyVk6dPobWcPXIO/EWfLk46l
|
||||
=xWPq
|
||||
-----END PGP SIGNATURE-----
|
3
tcpreplay-4.4.3.tar.xz
Normal file
3
tcpreplay-4.4.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:352fcd073c61140e5008ffe4e37d4744c31037e73854a921cd8b6b5d9f29cd54
|
||||
size 750072
|
11
tcpreplay-4.4.3.tar.xz.asc
Normal file
11
tcpreplay-4.4.3.tar.xz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQFKBAABCAA0FiEEhOT6IVyTSn2X3HbV6eIUl5O94X4FAmOyjTcWHHRjcHJlcGxh
|
||||
eUBhcHBuZXRhLmNvbQAKCRDp4hSXk73hflOFCAC17IUl6lkhC+z9NgiWVsiCLNbO
|
||||
l+uxG+EB7E6yS7GiXzpnqdmk3dhoGeJT6dKZmswTmTAn1NXouX25XfuQCT3hUzzk
|
||||
FQFauSiNmmpnofQceZIPnG5w+nBJ+pLPw6hXWVVopo9tuauC8SoYQgS63ok81/ts
|
||||
H/aPlZ+1xK7kXcIvb3BiRxDqRN1s5/uF1rQZPOFHHOGtMqq8P0h5dqX99tB1cdGe
|
||||
BubpRwAjMYLj9vqRAl1aGZQBaLUlYp8ntvaenYcYx3gM8jlCYJWd9CxWXe8YfLRy
|
||||
UL3LJQqouRBX1m5qOittlP3Y5LR7Lc3g6zV8jK1FRqZebuCcyA2f8RnhbWmJ
|
||||
=4pAb
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 2 08:44:39 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 4.4.3:
|
||||
* upgrade autogen/libopts to version 5.18.16
|
||||
* avoid implicit int in configure.ac
|
||||
* remove invalid assert in tree
|
||||
* program exit after send error
|
||||
* make libpcap version test more robust
|
||||
* looping inflates some packet counters
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 3 17:16:21 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 4.4.2:
|
||||
* This is Tcpreplay suite 4.4.2
|
||||
* This release contains bug fixes only.
|
||||
* What's Changed
|
||||
* Bug #716 heap-buffer-overflow in get_l2len_protocol()
|
||||
* Bug #721 fixed typo in tcpliveplay.c
|
||||
* Bug #717 avoid assertion in get_layer4_v6
|
||||
* Bug #718 improved heap-overflow protection
|
||||
* Bug #719 better overflow protection in parse_mpls
|
||||
* Bug #725 FORCE_ALIGN on arm
|
||||
* Bug #729 tcpreplay_edit: disallow both -K and -l options
|
||||
* Bug #735 heap-overflow in get_l2len_protocol
|
||||
* Bug #745 remove autogen.sh from distribution tarballs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 17 16:06:09 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package tcpreplay
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 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: tcpreplay
|
||||
Version: 4.4.1
|
||||
Version: 4.4.3
|
||||
Release: 0
|
||||
Summary: Network analysis and testing tools
|
||||
License: GPL-3.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user