From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AF0B01382C5 for ; Fri, 18 May 2018 23:16:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86C7FE0A7C; Fri, 18 May 2018 23:16:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 645C2E0A70 for ; Fri, 18 May 2018 23:16:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC25A335C63 for ; Fri, 18 May 2018 23:16:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EBF42A5 for ; Fri, 18 May 2018 23:16:27 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1526685384.aa818cc5a350514f7ff8fc60b8ca84878fdf3743.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/wireshark/wireshark-2.6.0-r1.ebuild net-analyzer/wireshark/wireshark-2.6.0-r2.ebuild X-VCS-Directories: net-analyzer/wireshark/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: aa818cc5a350514f7ff8fc60b8ca84878fdf3743 X-VCS-Branch: master Date: Fri, 18 May 2018 23:16:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a2922f15-ffdb-476b-8351-e72bd49e2456 X-Archives-Hash: 275941ec399a0d8e25a8e6c6139d54cc commit: aa818cc5a350514f7ff8fc60b8ca84878fdf3743 Author: Jeroen Roovers gentoo org> AuthorDate: Fri May 18 23:16:02 2018 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri May 18 23:16:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa818cc5 net-analyzer/wireshark: Drop USE=caps, set wireshark group (bug #654774). Package-Manager: Portage-2.3.38, Repoman-2.3.9 .../{wireshark-2.6.0-r1.ebuild => wireshark-2.6.0-r2.ebuild} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net-analyzer/wireshark/wireshark-2.6.0-r1.ebuild b/net-analyzer/wireshark/wireshark-2.6.0-r2.ebuild similarity index 97% rename from net-analyzer/wireshark/wireshark-2.6.0-r1.ebuild rename to net-analyzer/wireshark/wireshark-2.6.0-r2.ebuild index 23ffa310a9e..b2bdb6d5cf7 100644 --- a/net-analyzer/wireshark/wireshark-2.6.0-r1.ebuild +++ b/net-analyzer/wireshark/wireshark-2.6.0-r2.ebuild @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0/${PV}" KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc64 ~x86" IUSE=" - adns androiddump bcg729 +capinfos +caps +captype ciscodump +dftest doc + adns androiddump bcg729 +capinfos +captype ciscodump +dftest doc +dumpcap +editcap gtk kerberos libxml2 lua lz4 maxminddb +mergecap +netlink nghttp2 +pcap portaudio +qt5 +randpkt +randpktdump +reordercap sbc selinux +sharkd smi snappy spandsp sshdump ssl +text2pcap tfshark +tshark +udpdump @@ -27,7 +27,7 @@ CDEPEND=" netlink? ( dev-libs/libnl:3 ) adns? ( >=net-dns/c-ares-1.5 ) bcg729? ( media-libs/bcg729 ) - caps? ( sys-libs/libcap ) + filecaps? ( sys-libs/libcap ) gtk? ( x11-libs/gdk-pixbuf x11-libs/gtk+:3 @@ -147,7 +147,7 @@ src_configure() { -DBUILD_wireshark_gtk=$(usex gtk) -DDISABLE_WERROR=yes -DENABLE_BCG729=$(usex bcg729) - -DENABLE_CAP=$(usex caps) + -DENABLE_CAP=no -DENABLE_CARES=$(usex adns) -DENABLE_GNUTLS=$(usex ssl) -DENABLE_KERBEROS=$(usex kerberos) @@ -229,6 +229,7 @@ pkg_postinst() { # Add group for users allowed to sniff. enewgroup wireshark + chgrp wireshark "${EROOT}"/usr/bin/dumpcap if use dumpcap && use pcap; then fcaps -o 0 -g wireshark -m 4710 -M 0710 \