commit: 55e1a345965d7e7b06577758c7ff866051477c49
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 31 08:52:00 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 31 08:53:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55e1a345
net-analyzer/tcpdump: bump to 4.99.0
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/tcpdump/Manifest | 2 +-
.../{tcpdump-4.10.0_rc1-r1.ebuild => tcpdump-4.99.0.ebuild} | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/net-analyzer/tcpdump/Manifest b/net-analyzer/tcpdump/Manifest
index 04a763867c0..cd74edc21c6 100644
--- a/net-analyzer/tcpdump/Manifest
+++ b/net-analyzer/tcpdump/Manifest
@@ -1,2 +1,2 @@
-DIST tcpdump-4.10.0rc1.tar.gz 1823212 BLAKE2B
aa274e548163eacb09a98edbaa1127dbb06b6fe2f6eb23ffa968a577081d9d9323c339a885a198ee08d7dced04302cf50301ca575fbe95e082a6ed89e115de05
SHA512
b226ca569eeda7cee45fc7a1e42766f404d55ebca8133da544ecd75f975701532346f0cfdbefd4fc708fca12a8d094790c99a7276bd9b563885ef036a3912493
DIST tcpdump-4.9.3.tar.gz 2333119 BLAKE2B
21e13fc40d98cfac0bbd5513580cf98313df1f8fea24c48f045f70d494aea3e75230b8481049660c109f9179015c3164f3e3b31acc76c0bfb1f2da5039f1834e
SHA512
3aec673f78b996a4df884b1240e5d0a26a2ca81ee7aca8a2e6d50255bb53476e008a5ced4409e278a956710d8a4d31d85bbb800c9f1aab92b0b1046b59292a22
+DIST tcpdump-4.99.0.tar.gz 1876161 BLAKE2B
5ad7e7f888f56fac92ef3c01229ba03b45cfd706d7a904a10118b65c73aa6c5c1d39f54b7139c72116b67ed2971566596ae51d65de8528116b3a81bbcc7f52ab
SHA512
921c27bdd803de9ecebe735a3efc82ac87c4efbd47949119241b8290ed1a015c25d252e428d5bf3b8e275e5b084d19bafb31020b1b3e241202cbc42f1f1d4801
diff --git a/net-analyzer/tcpdump/tcpdump-4.10.0_rc1-r1.ebuild
b/net-analyzer/tcpdump/tcpdump-4.99.0.ebuild
similarity index 93%
rename from net-analyzer/tcpdump/tcpdump-4.10.0_rc1-r1.ebuild
rename to net-analyzer/tcpdump/tcpdump-4.99.0.ebuild
index 3133cb51eca..5d08f58a44e 100644
--- a/net-analyzer/tcpdump/tcpdump-4.10.0_rc1-r1.ebuild
+++ b/net-analyzer/tcpdump/tcpdump-4.99.0.ebuild
@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
inherit autotools
DESCRIPTION="A Tool for network monitoring and data acquisition"
@@ -16,9 +17,7 @@ IUSE="+drop-root libressl +smi +ssl +samba suid test"
RESTRICT="!test? ( test )"
REQUIRED_USE="test? ( samba )"
-BDEPEND="
- drop-root? ( virtual/pkgconfig )
-"
+BDEPEND="drop-root? ( virtual/pkgconfig )"
RDEPEND="
net-libs/libpcap
drop-root? (
@@ -43,6 +42,7 @@ DEPEND="
dev-lang/perl
)
"
+
PATCHES=(
"${FILESDIR}"/${PN}-9999-libdir.patch
)
@@ -63,7 +63,7 @@ src_configure() {
}
src_test() {
- if [[ ${EUID} -ne 0 ]] || ! use drop-root; then
+ if [[ ${EUID} -ne 0 ]] || ! use drop-root ; then
emake check
else
ewarn "If you want to run the test suite, make sure you either"
@@ -77,7 +77,7 @@ src_install() {
dodoc *.awk
dodoc CHANGES CREDITS README.md
- if use suid; then
+ if use suid ; then
fowners root:pcap /usr/sbin/tcpdump
fperms 4110 /usr/sbin/tcpdump
fi