forked from pool/tcpreplay
Accepting request 891541 from home:susnux:branches:network:utilities
Update to version 4.3.4 CVE-2020-24266 and CVE-2020-24265 OBS-URL: https://build.opensuse.org/request/show/891541 OBS-URL: https://build.opensuse.org/package/show/network:utilities/tcpreplay?expand=0&rev=26
This commit is contained in:
parent
c6fdd2d1bf
commit
70ffb79339
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ed2402caa9434ff5c74b2e7b31178c73e7c7c5c4ea1e1d0e2e39a7dc46958fde
|
|
||||||
size 3727820
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQFKBAABCAA0FiEEhOT6IVyTSn2X3HbV6eIUl5O94X4FAl7mpS0WHHRjcHJlcGxh
|
|
||||||
eUBhcHBuZXRhLmNvbQAKCRDp4hSXk73hfvavB/9zzwt2kOLpZCP86gWdlFpl5g9r
|
|
||||||
5xR/nyNfHJ6yK57K5HXJ8LdFAh3/qdWVbxR2Yed4GnSbD1vXm73hbIK3FuSiWVHB
|
|
||||||
7NfXY1R2Mj6uAqNPDauVn889O2XPg1gc30inb5kwMh6hszY9ecDv+zy3FIEPio4F
|
|
||||||
QAVNsajv1dkv5UspfeR81HyuK3kYeHqsyN4hjM15qTWO35aIOuMcFBZlALsGS/W0
|
|
||||||
NrzekbadZ1FkB5CL/oNXIwXvtAixNyUro5Kmfp24IoVtB4YilBmj2tbBCeuoFLmf
|
|
||||||
hl5b73bHKR4uG5Y4cjSygM97bjKqm9tkZU+g73idVThHpHQc3Lpt0UzBZnhG
|
|
||||||
=OY1R
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
tcpreplay-4.3.4.tar.xz
Normal file
3
tcpreplay-4.3.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:42c055106e55852c29d94bb6e1b9e001a0723349f2985eb893a47d384c85002b
|
||||||
|
size 739280
|
11
tcpreplay-4.3.4.tar.xz.asc
Normal file
11
tcpreplay-4.3.4.tar.xz.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQFKBAABCgA0FiEEhOT6IVyTSn2X3HbV6eIUl5O94X4FAmCN8a4WHHRjcHJlcGxh
|
||||||
|
eUBhcHBuZXRhLmNvbQAKCRDp4hSXk73hft1hCACM+8lML5P85gT0FqW3vBRSdJje
|
||||||
|
fbT6X6B6s3PK3hMswPZBxCSACAuLqohUfehBLHLdrZvLkACAT0FXXFTeBTU7lBLv
|
||||||
|
zQMlStTcF7WEJum6O2Bfunpug9C5FAwdqwxlSd52lBLM5xTXNKs1xO47VuKcOjko
|
||||||
|
Dr6elr+Lz9aJPKFv8pXuU5XF0Emav18/VZZV5vts/3dqAd9t+wp8IajdiKu3xekC
|
||||||
|
KvSqQBelcDzG9HqU5dMqSojpxVwQ3ANyJpW+7GH1u4f50cAGOMdZGa3t6pq77jEd
|
||||||
|
n329vGdi+lArgNSsC8LM67K+jPHbIPVB+cu7hF/MbWw79cgMXdZvK068aHSj
|
||||||
|
=b/r1
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 8 14:22:53 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 15 10:28:57 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
|
Mon Jun 15 10:28:57 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package tcpreplay
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,25 +17,27 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: tcpreplay
|
Name: tcpreplay
|
||||||
Version: 4.3.3
|
Version: 4.3.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Network analysis and testing tools
|
Summary: Network analysis and testing tools
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
Group: Productivity/Networking/Diagnostic
|
Group: Productivity/Networking/Diagnostic
|
||||||
URL: http://tcpreplay.appneta.com/
|
URL: http://tcpreplay.appneta.com/
|
||||||
Source0: https://github.com/appneta/tcpreplay/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
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.gz.asc
|
Source1: https://github.com/appneta/tcpreplay/releases/download/v%{version}/%{name}-%{version}.tar.xz.asc
|
||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
BuildRequires: dbus-1-devel
|
BuildRequires: dbus-1-devel
|
||||||
BuildRequires: libdnet-devel
|
BuildRequires: libdnet-devel
|
||||||
BuildRequires: libpcap-devel
|
BuildRequires: libpcap-devel
|
||||||
BuildRequires: tcpdump
|
BuildRequires: tcpdump
|
||||||
Requires: tcpdump
|
Requires: tcpdump
|
||||||
%if 0%{?suse_version} > 1110
|
%if 0%{?suse_version} >= 1130
|
||||||
BuildRequires: libnl3-devel
|
BuildRequires: libnl3-devel
|
||||||
%endif
|
%else
|
||||||
# only needed for suse_version < 1130 (i.e. SLE11)
|
# only needed for suse_version < 1130 (i.e. SLE11)
|
||||||
|
BuildRequires: xz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Tcpreplay is a suite of utilities for editing and replaying
|
Tcpreplay is a suite of utilities for editing and replaying
|
||||||
|
Loading…
Reference in New Issue
Block a user