Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcpreplay/, net-analyzer/tcpreplay/files/
Date: Mon, 31 Dec 2018 17:41:03
Message-Id: 1546278049.176877f778d193e7af634c1d38db2841bc7108f6.jer@gentoo
1 commit: 176877f778d193e7af634c1d38db2841bc7108f6
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 31 17:39:01 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 31 17:40:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=176877f7
7
8 net-analyzer/tcpreplay: Version 4.3.1
9
10 Package-Manager: Portage-2.3.53, Repoman-2.3.12
11 Bug: https://bugs.gentoo.org/674156
12 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
13
14 net-analyzer/tcpreplay/Manifest | 2 +-
15 .../files/tcpreplay-4.3.0-enable-pcap_findalldevs.patch | 11 +++++++++++
16 .../{tcpreplay-4.3.0_beta1.ebuild => tcpreplay-4.3.1.ebuild} | 8 ++++----
17 3 files changed, 16 insertions(+), 5 deletions(-)
18
19 diff --git a/net-analyzer/tcpreplay/Manifest b/net-analyzer/tcpreplay/Manifest
20 index 34fe3f97958..c3783ba664c 100644
21 --- a/net-analyzer/tcpreplay/Manifest
22 +++ b/net-analyzer/tcpreplay/Manifest
23 @@ -1,3 +1,3 @@
24 DIST tcpreplay-4.1.2.tar.gz 2162175 BLAKE2B a99542277084a419c1f1208392e3d5b47aaf0be61a8e8de33bee9ba8e4f636fa78ae8eabcc07031c9bb659a8ba58a0aad6e4cc102e56d3dbddb0c3cf11c9df51 SHA512 3a7d125f38fe15070d666eacb4a5ef026a73ff850adec7ef3592966f38d1d155002792c5d5ac2476aa034d71be5f31b9dacd5be34af01a336149af3a42cad360
25 DIST tcpreplay-4.2.6.tar.gz 3494827 BLAKE2B 57222d7347efd780d2e1297145a7d81c8cce58a8d43bdb9b1485ef2514751e61af317dc4f5ff2068c214b2a33115d8099204d4b3165671d87bd8549c2df08bbd SHA512 a46846b29e3cd7fbc635faee9c4be90db0d346c0d0f291ac8e007e1fbf614289094e14480c1c5b40feb5a175d3cbad018e2dd4d1a5762b7d31a4325af6102e7e
26 -DIST tcpreplay-4.3.0_beta1.tar.xz 719884 BLAKE2B 872ea10a3986f122cbf48bf9217d8df96f8c8c08e37aee095fc92ab5d5cf2607b42327aab9de5453c8bd198e1a32a3ae8964b085ba3065a6b3adfd853dd0b43b SHA512 55a9c419d4604cb4912571a631035ad4bc70d06b44d0248629a47b76411c23cba63b824322c23e0f2eeac4131a5d6e4c1fb2b9a60c0f57a7397d46760ff818f9
27 +DIST tcpreplay-4.3.1.tar.xz 746804 BLAKE2B c1feb541b8243b00b2fa6ee9742ced4ef47c58a58d3a95be88faa0fa4301da0cb962a620df724cd4526ea31e74a0e7d7161eb44afea37467a19976a20855e0e0 SHA512 2dbad1a88ed19db897cc1222883c02eb7f0808f64cafb3c3ef8f21c0cfcb14d3ebb92a8a01ea203ca128ed675d2e7dcdb30d0bce30eb79e729d9d45d309f9220
28
29 diff --git a/net-analyzer/tcpreplay/files/tcpreplay-4.3.0-enable-pcap_findalldevs.patch b/net-analyzer/tcpreplay/files/tcpreplay-4.3.0-enable-pcap_findalldevs.patch
30 new file mode 100644
31 index 00000000000..6c4d2c02dc0
32 --- /dev/null
33 +++ b/net-analyzer/tcpreplay/files/tcpreplay-4.3.0-enable-pcap_findalldevs.patch
34 @@ -0,0 +1,11 @@
35 +--- a/configure.ac
36 ++++ b/configure.ac
37 +@@ -1499,6 +1499,8 @@
38 + AC_MSG_WARN(Unable to do tests when cross-compiling)
39 + fi
40 +
41 ++disable_pcap_findalldevs=no
42 ++
43 + dnl Allows user to choose which nic to use for testing purposes
44 + AC_ARG_WITH(testnic,
45 + AC_HELP_STRING([--with-testnic=NIC], [Select which network card to use for testing]),
46
47 diff --git a/net-analyzer/tcpreplay/tcpreplay-4.3.0_beta1.ebuild b/net-analyzer/tcpreplay/tcpreplay-4.3.1.ebuild
48 similarity index 93%
49 rename from net-analyzer/tcpreplay/tcpreplay-4.3.0_beta1.ebuild
50 rename to net-analyzer/tcpreplay/tcpreplay-4.3.1.ebuild
51 index d9206da3d29..1dfd57b11cd 100644
52 --- a/net-analyzer/tcpreplay/tcpreplay-4.3.0_beta1.ebuild
53 +++ b/net-analyzer/tcpreplay/tcpreplay-4.3.1.ebuild
54 @@ -1,7 +1,7 @@
55 -# Copyright 1999-2018 Gentoo Foundation
56 +# Copyright 1999-2018 Gentoo Authors
57 # Distributed under the terms of the GNU General Public License v2
58
59 -EAPI=6
60 +EAPI=7
61 inherit autotools flag-o-matic
62
63 DESCRIPTION="utilities for editing and replaying previously captured network traffic"
64 @@ -26,7 +26,7 @@ DOCS=(
65 docs/{CHANGELOG,CREDIT,HACKING,TODO}
66 )
67 PATCHES=(
68 - "${FILESDIR}"/${PN}-4.1.0-enable-pcap_findalldevs.patch
69 + "${FILESDIR}"/${PN}-4.3.0-enable-pcap_findalldevs.patch
70 )
71
72 S=${WORKDIR}/${P/_/-}
73 @@ -52,8 +52,8 @@ src_configure() {
74 $(use_enable debug) \
75 $(use_with pcapnav pcapnav-config /usr/bin/pcapnav-config) \
76 $(use_with tcpdump tcpdump /usr/sbin/tcpdump) \
77 - --disable-local-libopts \
78 --enable-dynamic-link \
79 + --enable-local-libopts \
80 --enable-shared \
81 --with-libdnet \
82 --with-testnic2=lo \