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 20563139694 for ; Fri, 30 Jun 2017 09:22:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A3A5E0784; Fri, 30 Jun 2017 09:22:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C76BAE0784 for ; Fri, 30 Jun 2017 09:22: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 629CF3418BD for ; Fri, 30 Jun 2017 09:22:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 326D17487 for ; Fri, 30 Jun 2017 09:22: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: <1498814502.378bb3556692362ea71f268bfcc1131ad90d66da.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/wireshark/metadata.xml net-analyzer/wireshark/wireshark-2.4.0_rc2.ebuild net-analyzer/wireshark/wireshark-99999999.ebuild X-VCS-Directories: net-analyzer/wireshark/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 378bb3556692362ea71f268bfcc1131ad90d66da X-VCS-Branch: master Date: Fri, 30 Jun 2017 09:22: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: 9debaafe-3ab7-4be0-a8b2-209656641e10 X-Archives-Hash: c79792f348a39a116a4d391b85030469 commit: 378bb3556692362ea71f268bfcc1131ad90d66da Author: Jeroen Roovers gentoo org> AuthorDate: Fri Jun 30 09:21:42 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Jun 30 09:21:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=378bb355 net-analyzer/wireshark: Add more USE flags, update live ebuild. Package-Manager: Portage-2.3.6, Repoman-2.3.2 net-analyzer/wireshark/metadata.xml | 11 +++++++++++ net-analyzer/wireshark/wireshark-2.4.0_rc2.ebuild | 20 ++++++++++++++++---- net-analyzer/wireshark/wireshark-99999999.ebuild | 21 +++++++++++++++++---- 3 files changed, 44 insertions(+), 8 deletions(-) diff --git a/net-analyzer/wireshark/metadata.xml b/net-analyzer/wireshark/metadata.xml index 461d8656cff..e88111bc335 100644 --- a/net-analyzer/wireshark/metadata.xml +++ b/net-analyzer/wireshark/metadata.xml @@ -30,21 +30,32 @@ Use the GNU net-dns/c-ares library to resolve DNS names Install androiddump, an extcap interface to capture from Android devices + Install capinfos, to print information about capture files + Install captype, to print the file types of capture files Install ciscodump, extcap interface to capture from a remote Cisco router Use dev-libs/libgcrypt to decrypt traffic + Install dftest, to display filter byte-code, for debugging dfilter routines Build documentation in pdf format (US and a4 paper sizes) + Install dumpcap, to dump network traffic from inside wireshark + Install editcap, to edit and/or translate the format of capture files Use net-libs/libssh (for sshdump) Use dev-libs/libxml2 for handling XML configuration in dissectors + Install mergecap, to merge two or more capture files into one Use dev-libs/libnl Use net-libs/nghttp2 for HTTP/2 support Use net-libs/libpcap for network packet capturing (build dumpcap, rawshark) Install randpkt, a utility for creating pcap trace files full of random packets Install randpktdump, an extcap interface to provide access to the random packet generator (randpkt) + Install reordercap, to reorder input file by timestamp into output file Use media-libs/sbc for playing back SBC encoded packets + Install sharkd, the daemon variant of wireshark Use net-libs/libsmi to resolve numeric OIDs into human readable format Use app-arch/snappy for snappy compression and decompression Use media-libs/spandsp for for G.722 and G.726 codec support in the RTP Player Install sshdump, an extcap interface to capture from a remote host through SSH + Install text2pcap, to generate a capture file from an ASCII hexdump of packets Install tfshark, a terminal-based version of the FileShark capability + Install tshark, to dump and analyzer network traffic from the command line + Install udpdumpi, to get packets exported from a source (like a network device or a GSMTAP producer) that are dumped to a pcap file diff --git a/net-analyzer/wireshark/wireshark-2.4.0_rc2.ebuild b/net-analyzer/wireshark/wireshark-2.4.0_rc2.ebuild index 69dc87248c6..566d8052d7e 100644 --- a/net-analyzer/wireshark/wireshark-2.4.0_rc2.ebuild +++ b/net-analyzer/wireshark/wireshark-2.4.0_rc2.ebuild @@ -12,10 +12,11 @@ LICENSE="GPL-2" SLOT="0/${PV}" KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE=" - adns androiddump +caps ciscodump cpu_flags_x86_sse4_2 doc doc-pdf - geoip gtk kerberos lua +netlink nghttp2 +pcap portaudio +qt5 sbc selinux - smi libssh libxml2 randpkt randpktdump snappy spandsp sshdump ssl tfshark - zlib + adns androiddump +capinfos +caps +captype ciscodump cpu_flags_x86_sse4_2 + +dftest doc doc-pdf +dumpcap +editcap geoip gtk kerberos libssh libxml2 lua + +mergecap +netlink nghttp2 +pcap portaudio +qt5 +randpkt +randpktdump + +reordercap sbc selinux +sharkd smi snappy spandsp sshdump ssl +text2pcap + tfshark +tshark +udpdump zlib " REQUIRED_USE=" ciscodump? ( libssh ) @@ -146,11 +147,22 @@ src_configure() { econf \ $(use androiddump && use pcap && echo --enable-androiddump-use-libpcap=yes) \ $(use_enable androiddump) \ + $(use_enable capinfos) \ + $(use_enable captype) \ $(use_enable ciscodump) \ + $(use_enable dftest) \ + $(use_enable dumpcap) \ + $(use_enable editcap) \ + $(use_enable mergecap) \ $(use_enable randpkt) \ $(use_enable randpktdump) \ + $(use_enable reordercap) \ + $(use_enable sharkd) \ $(use_enable sshdump) \ + $(use_enable text2pcap) \ $(use_enable tfshark) \ + $(use_enable tshark) \ + $(use_enable udpdump) \ $(use_with adns c-ares) \ $(use_with caps libcap) \ $(use_with geoip) \ diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild b/net-analyzer/wireshark/wireshark-99999999.ebuild index 68d8ab35815..7304f25144e 100644 --- a/net-analyzer/wireshark/wireshark-99999999.ebuild +++ b/net-analyzer/wireshark/wireshark-99999999.ebuild @@ -12,10 +12,11 @@ LICENSE="GPL-2" SLOT="0/${PV}" KEYWORDS="" IUSE=" - adns androiddump +caps ciscodump cpu_flags_x86_sse4_2 doc doc-pdf - geoip gtk kerberos lua +netlink nghttp2 +pcap portaudio +qt5 sbc selinux - smi libssh libxml2 randpkt randpktdump snappy spandsp sshdump ssl tfshark - zlib + adns androiddump +capinfos +caps +captype ciscodump cpu_flags_x86_sse4_2 + +dftest doc doc-pdf +dumpcap +editcap geoip gtk kerberos libssh libxml2 lua + +mergecap +netlink nghttp2 +pcap portaudio +qt5 +randpkt +randpktdump + +reordercap sbc selinux +sharkd smi snappy spandsp sshdump ssl +text2pcap + tfshark +tshark +udpdump zlib " REQUIRED_USE=" ciscodump? ( libssh ) @@ -91,6 +92,7 @@ RDEPEND=" PATCHES=( "${FILESDIR}"/${PN}-1.99.8-qtchooser.patch "${FILESDIR}"/${PN}-2.1.0-sse4_2-r1.patch + "${FILESDIR}"/${PN}-2.4-androiddump.patch "${FILESDIR}"/${PN}-99999999-androiddump.patch ) @@ -149,11 +151,22 @@ src_configure() { econf \ $(use androiddump && use pcap && echo --enable-androiddump-use-libpcap=yes) \ $(use_enable androiddump) \ + $(use_enable capinfos) \ + $(use_enable captype) \ $(use_enable ciscodump) \ + $(use_enable dftest) \ + $(use_enable dumpcap) \ + $(use_enable editcap) \ + $(use_enable mergecap) \ $(use_enable randpkt) \ $(use_enable randpktdump) \ + $(use_enable reordercap) \ + $(use_enable sharkd) \ $(use_enable sshdump) \ + $(use_enable text2pcap) \ $(use_enable tfshark) \ + $(use_enable tshark) \ + $(use_enable udpdump) \ $(use_with adns c-ares) \ $(use_with caps libcap) \ $(use_with geoip) \