Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcpdump/
Date: Thu, 31 Dec 2020 08:53:57
Message-Id: 1609404831.55e1a345965d7e7b06577758c7ff866051477c49.sam@gentoo
1 commit: 55e1a345965d7e7b06577758c7ff866051477c49
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 31 08:52:00 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 31 08:53:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55e1a345
7
8 net-analyzer/tcpdump: bump to 4.99.0
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 net-analyzer/tcpdump/Manifest | 2 +-
14 .../{tcpdump-4.10.0_rc1-r1.ebuild => tcpdump-4.99.0.ebuild} | 10 +++++-----
15 2 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/net-analyzer/tcpdump/Manifest b/net-analyzer/tcpdump/Manifest
18 index 04a763867c0..cd74edc21c6 100644
19 --- a/net-analyzer/tcpdump/Manifest
20 +++ b/net-analyzer/tcpdump/Manifest
21 @@ -1,2 +1,2 @@
22 -DIST tcpdump-4.10.0rc1.tar.gz 1823212 BLAKE2B aa274e548163eacb09a98edbaa1127dbb06b6fe2f6eb23ffa968a577081d9d9323c339a885a198ee08d7dced04302cf50301ca575fbe95e082a6ed89e115de05 SHA512 b226ca569eeda7cee45fc7a1e42766f404d55ebca8133da544ecd75f975701532346f0cfdbefd4fc708fca12a8d094790c99a7276bd9b563885ef036a3912493
23 DIST tcpdump-4.9.3.tar.gz 2333119 BLAKE2B 21e13fc40d98cfac0bbd5513580cf98313df1f8fea24c48f045f70d494aea3e75230b8481049660c109f9179015c3164f3e3b31acc76c0bfb1f2da5039f1834e SHA512 3aec673f78b996a4df884b1240e5d0a26a2ca81ee7aca8a2e6d50255bb53476e008a5ced4409e278a956710d8a4d31d85bbb800c9f1aab92b0b1046b59292a22
24 +DIST tcpdump-4.99.0.tar.gz 1876161 BLAKE2B 5ad7e7f888f56fac92ef3c01229ba03b45cfd706d7a904a10118b65c73aa6c5c1d39f54b7139c72116b67ed2971566596ae51d65de8528116b3a81bbcc7f52ab SHA512 921c27bdd803de9ecebe735a3efc82ac87c4efbd47949119241b8290ed1a015c25d252e428d5bf3b8e275e5b084d19bafb31020b1b3e241202cbc42f1f1d4801
25
26 diff --git a/net-analyzer/tcpdump/tcpdump-4.10.0_rc1-r1.ebuild b/net-analyzer/tcpdump/tcpdump-4.99.0.ebuild
27 similarity index 93%
28 rename from net-analyzer/tcpdump/tcpdump-4.10.0_rc1-r1.ebuild
29 rename to net-analyzer/tcpdump/tcpdump-4.99.0.ebuild
30 index 3133cb51eca..5d08f58a44e 100644
31 --- a/net-analyzer/tcpdump/tcpdump-4.10.0_rc1-r1.ebuild
32 +++ b/net-analyzer/tcpdump/tcpdump-4.99.0.ebuild
33 @@ -2,6 +2,7 @@
34 # Distributed under the terms of the GNU General Public License v2
35
36 EAPI=7
37 +
38 inherit autotools
39
40 DESCRIPTION="A Tool for network monitoring and data acquisition"
41 @@ -16,9 +17,7 @@ IUSE="+drop-root libressl +smi +ssl +samba suid test"
42 RESTRICT="!test? ( test )"
43 REQUIRED_USE="test? ( samba )"
44
45 -BDEPEND="
46 - drop-root? ( virtual/pkgconfig )
47 -"
48 +BDEPEND="drop-root? ( virtual/pkgconfig )"
49 RDEPEND="
50 net-libs/libpcap
51 drop-root? (
52 @@ -43,6 +42,7 @@ DEPEND="
53 dev-lang/perl
54 )
55 "
56 +
57 PATCHES=(
58 "${FILESDIR}"/${PN}-9999-libdir.patch
59 )
60 @@ -63,7 +63,7 @@ src_configure() {
61 }
62
63 src_test() {
64 - if [[ ${EUID} -ne 0 ]] || ! use drop-root; then
65 + if [[ ${EUID} -ne 0 ]] || ! use drop-root ; then
66 emake check
67 else
68 ewarn "If you want to run the test suite, make sure you either"
69 @@ -77,7 +77,7 @@ src_install() {
70 dodoc *.awk
71 dodoc CHANGES CREDITS README.md
72
73 - if use suid; then
74 + if use suid ; then
75 fowners root:pcap /usr/sbin/tcpdump
76 fperms 4110 /usr/sbin/tcpdump
77 fi