SHA256
1
0
forked from pool/tcpreplay

Accepting request 1039845 from network:utilities

OBS-URL: https://build.opensuse.org/request/show/1039845
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcpreplay?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2022-12-04 13:58:32 +00:00 committed by Git OBS Bridge
commit 79e7d7927d
6 changed files with 43 additions and 21 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----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-----

3
tcpreplay-4.4.1.tar.xz Normal file
View File

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

View File

@ -0,0 +1,11 @@
-----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-----

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sun Jul 17 16:06:09 UTC 2022 - Dirk Müller <dmueller@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
-------------------------------------------------------------------
Sat May 8 14:22:53 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>

View File

@ -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 @@ BuildRequires: libnl3-devel
%else
# only needed for suse_version < 1130 (i.e. SLE11)
BuildRequires: xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%endif
%description
@ -52,14 +51,13 @@ supports switches, routers and IP Flow/NetFlow appliances.
%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/*