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/wireshark/
Date: Mon, 28 May 2018 20:26:29
Message-Id: 1527539178.23d581aa44f9f8ecef422ca7ef788412d3d179a7.jer@gentoo
1 commit: 23d581aa44f9f8ecef422ca7ef788412d3d179a7
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 28 20:20:16 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Mon May 28 20:26:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23d581aa
7
8 net-analyzer/wireshark: Version 2.6.1.
9
10 Package-Manager: Portage-2.3.38, Repoman-2.3.9
11
12 net-analyzer/wireshark/Manifest | 1 +
13 net-analyzer/wireshark/wireshark-2.6.1.ebuild | 249 ++++++++++++++++++++++++++
14 2 files changed, 250 insertions(+)
15
16 diff --git a/net-analyzer/wireshark/Manifest b/net-analyzer/wireshark/Manifest
17 index 521ca884622..23f169a8841 100644
18 --- a/net-analyzer/wireshark/Manifest
19 +++ b/net-analyzer/wireshark/Manifest
20 @@ -1,3 +1,4 @@
21 DIST wireshark-2.4.5.tar.xz 28836740 BLAKE2B 797540daca259a2d5d7dc6e637f2b504b6d14191af4040e6b344c95db6c776b7de80c25c59c98ab84d0337cc96c7313b42c13103a3c3944768a793130deae258 SHA512 2f2c201d6b8a37dcbe03bc9affbf97d632d8e40e4fe5b3a3e79cbd5cfbeb5b9111919850546ccae355fcb042def3456438eb1c4d73f7d56d373e7898311b42f3
22 DIST wireshark-2.4.6.tar.xz 28851192 BLAKE2B 19a69d077b794ab07fbfb22b7cf9e61ff54ded5dcd0396ba97d1cbd99addaeb9670d5a870f5e83c39384230def04c078d676580bded81746753716cb392ee05a SHA512 171047fa36a6cb29d1edb8e28086e24075f8b77581d9f3142fa39af8ae3d6dfe0c2e41a9335ca5d9851578b54ac9e6e74ff5bd92a96af262a5cc7a73857b8b81
23 DIST wireshark-2.6.0.tar.xz 28314868 BLAKE2B 2121a667115474ac4b1fe05d50ffc02383bf7a8057ea072480455562c62a75d18f3c6b6886ca1e7345101d15057a67a250a3d2a2050777ff5bb1654279b1ac87 SHA512 a419ed32caeb9f25fc26e345c7baf7d847fee35730c64efad66870a786b26b9f8d5a8665b8b99be88f9cf504f6d9e640584d9849558ff09efc83400588dc6da8
24 +DIST wireshark-2.6.1.tar.xz 28386244 BLAKE2B fe45f4249c81fd83ce35384b7038d7f1b5e21d884a5faec4344dda8f0c8b71393207e043672ce57bb6f1c45800ffce8feed8573a064db8048b3c0268feb0b486 SHA512 e68f7fa5975f10feccb76ab64c9a00f141cd04a12fa586a9839c93630d3554565d8e2ddfab83ec31cb813485b14b3227b7ec6e59baef007a6fe74b8b2a5ed444
25
26 diff --git a/net-analyzer/wireshark/wireshark-2.6.1.ebuild b/net-analyzer/wireshark/wireshark-2.6.1.ebuild
27 new file mode 100644
28 index 00000000000..b2bdb6d5cf7
29 --- /dev/null
30 +++ b/net-analyzer/wireshark/wireshark-2.6.1.ebuild
31 @@ -0,0 +1,249 @@
32 +# Copyright 1999-2018 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +inherit cmake-utils eutils fcaps flag-o-matic gnome2-utils ltprune multilib qmake-utils user xdg-utils
37 +
38 +DESCRIPTION="A network protocol analyzer formerly known as ethereal"
39 +HOMEPAGE="https://www.wireshark.org/"
40 +SRC_URI="${HOMEPAGE}download/src/all-versions/${P/_/}.tar.xz"
41 +
42 +LICENSE="GPL-2"
43 +SLOT="0/${PV}"
44 +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc64 ~x86"
45 +IUSE="
46 + adns androiddump bcg729 +capinfos +captype ciscodump +dftest doc
47 + +dumpcap +editcap gtk kerberos libxml2 lua lz4 maxminddb +mergecap +netlink
48 + nghttp2 +pcap portaudio +qt5 +randpkt +randpktdump +reordercap sbc selinux
49 + +sharkd smi snappy spandsp sshdump ssl +text2pcap tfshark +tshark +udpdump
50 + zlib
51 +"
52 +
53 +S=${WORKDIR}/${P/_/}
54 +
55 +CDEPEND="
56 + >=dev-libs/glib-2.14:2
57 + dev-libs/libgcrypt:0
58 + netlink? ( dev-libs/libnl:3 )
59 + adns? ( >=net-dns/c-ares-1.5 )
60 + bcg729? ( media-libs/bcg729 )
61 + filecaps? ( sys-libs/libcap )
62 + gtk? (
63 + x11-libs/gdk-pixbuf
64 + x11-libs/gtk+:3
65 + x11-libs/pango
66 + x11-misc/xdg-utils
67 + )
68 + kerberos? ( virtual/krb5 )
69 + sshdump? ( >=net-libs/libssh-0.6 )
70 + ciscodump? ( >=net-libs/libssh-0.6 )
71 + libxml2? ( dev-libs/libxml2 )
72 + lua? ( >=dev-lang/lua-5.1:* )
73 + lz4? ( app-arch/lz4 )
74 + maxminddb? ( dev-libs/libmaxminddb )
75 + nghttp2? ( net-libs/nghttp2 )
76 + pcap? ( net-libs/libpcap )
77 + portaudio? ( media-libs/portaudio )
78 + qt5? (
79 + dev-qt/qtcore:5
80 + dev-qt/qtgui:5
81 + dev-qt/qtmultimedia:5
82 + dev-qt/qtprintsupport:5
83 + dev-qt/qtwidgets:5
84 + >=media-libs/speex-1.2.0
85 + media-libs/speexdsp
86 + x11-misc/xdg-utils
87 + )
88 + sbc? ( media-libs/sbc )
89 + smi? ( net-libs/libsmi )
90 + snappy? ( app-arch/snappy )
91 + spandsp? ( media-libs/spandsp )
92 + ssl? ( net-libs/gnutls:= )
93 + zlib? ( sys-libs/zlib !=sys-libs/zlib-1.2.4 )
94 +"
95 +# We need perl for `pod2html`. The rest of the perl stuff is to block older
96 +# and broken installs. #455122
97 +DEPEND="
98 + ${CDEPEND}
99 + dev-lang/perl
100 + !<virtual/perl-Pod-Simple-3.170
101 + !<perl-core/Pod-Simple-3.170
102 + doc? (
103 + app-doc/doxygen
104 + dev-ruby/asciidoctor
105 + )
106 + qt5? (
107 + dev-qt/linguist-tools:5
108 + )
109 + sys-devel/bison
110 + sys-devel/flex
111 + virtual/pkgconfig
112 +"
113 +RDEPEND="
114 + ${CDEPEND}
115 + gtk? ( virtual/freedesktop-icon-theme )
116 + qt5? ( virtual/freedesktop-icon-theme )
117 + selinux? ( sec-policy/selinux-wireshark )
118 +"
119 +PATCHES=(
120 + "${FILESDIR}"/${PN}-1.99.8-qtchooser.patch
121 + "${FILESDIR}"/${PN}-2.4-androiddump.patch
122 + "${FILESDIR}"/${PN}-2.6.0-androiddump-wsutil.patch
123 + "${FILESDIR}"/${PN}-2.6.0-qtsvg.patch
124 + "${FILESDIR}"/${PN}-2.6.0-redhat.patch
125 + "${FILESDIR}"/${PN}-99999999-androiddump.patch
126 +)
127 +
128 +pkg_setup() {
129 + enewgroup wireshark
130 +}
131 +
132 +src_configure() {
133 + local mycmakeargs
134 +
135 + # Workaround bug #213705. If krb5-config --libs has -lcrypto then pass
136 + # --with-ssl to ./configure. (Mimics code from acinclude.m4).
137 + if use kerberos; then
138 + case $(krb5-config --libs) in
139 + *-lcrypto*)
140 + ewarn "Kerberos was built with ssl support: linkage with openssl is enabled."
141 + ewarn "Note there are annoying license incompatibilities between the OpenSSL"
142 + ewarn "license and the GPL, so do your check before distributing such package."
143 + mycmakeargs+=( -DENABLE_GNUTLS=$(usex ssl) )
144 + ;;
145 + esac
146 + fi
147 +
148 + if use qt5; then
149 + export QT_MIN_VERSION=5.3.0
150 + append-cxxflags -fPIC -DPIC
151 + fi
152 +
153 + mycmakeargs+=(
154 + $(use androiddump && use pcap && echo -DEXTCAP_ANDROIDDUMP_LIBPCAP=yes)
155 + $(usex qt5 LRELEASE=$(qt5_get_bindir)/lrelease '')
156 + $(usex qt5 MOC=$(qt5_get_bindir)/moc '')
157 + $(usex qt5 RCC=$(qt5_get_bindir)/rcc '')
158 + $(usex qt5 UIC=$(qt5_get_bindir)/uic '')
159 + -DBUILD_androiddump=$(usex androiddump)
160 + -DBUILD_capinfos=$(usex capinfos)
161 + -DBUILD_captype=$(usex captype)
162 + -DBUILD_ciscodump=$(usex ciscodump)
163 + -DBUILD_dftest=$(usex dftest)
164 + -DBUILD_dumpcap=$(usex dumpcap)
165 + -DBUILD_editcap=$(usex editcap)
166 + -DBUILD_mergecap=$(usex mergecap)
167 + -DBUILD_mmdbresolve=$(usex maxminddb)
168 + -DBUILD_randpkt=$(usex randpkt)
169 + -DBUILD_randpktdump=$(usex randpktdump)
170 + -DBUILD_reordercap=$(usex reordercap)
171 + -DBUILD_sharkd=$(usex sharkd)
172 + -DBUILD_sshdump=$(usex sshdump)
173 + -DBUILD_text2pcap=$(usex text2pcap)
174 + -DBUILD_tfshark=$(usex tfshark)
175 + -DBUILD_tshark=$(usex tshark)
176 + -DBUILD_udpdump=$(usex udpdump)
177 + -DBUILD_wireshark=$(usex qt5)
178 + -DBUILD_wireshark_gtk=$(usex gtk)
179 + -DDISABLE_WERROR=yes
180 + -DENABLE_BCG729=$(usex bcg729)
181 + -DENABLE_CAP=no
182 + -DENABLE_CARES=$(usex adns)
183 + -DENABLE_GNUTLS=$(usex ssl)
184 + -DENABLE_KERBEROS=$(usex kerberos)
185 + -DENABLE_LIBXML2=$(usex libxml2)
186 + -DENABLE_LUA=$(usex lua)
187 + -DENABLE_LZ4=$(usex lz4)
188 + -DENABLE_NETLINK=$(usex netlink)
189 + -DENABLE_NGHTTP2=$(usex nghttp2)
190 + -DENABLE_PCAP=$(usex pcap)
191 + -DENABLE_PORTAUDIO=$(usex portaudio)
192 + -DENABLE_SBC=$(usex sbc)
193 + -DENABLE_SMI=$(usex smi)
194 + -DENABLE_SNAPPY=$(usex snappy)
195 + -DENABLE_SPANDSP=$(usex spandsp)
196 + -DENABLE_ZLIB=$(usex zlib)
197 + )
198 +
199 + cmake-utils_src_configure
200 +}
201 +
202 +src_install() {
203 + cmake-utils_src_install
204 +
205 + # FAQ is not required as is installed from help/faq.txt
206 + dodoc AUTHORS ChangeLog NEWS README* doc/randpkt.txt doc/README*
207 +
208 + # install headers
209 + local wsheader
210 + for wsheader in \
211 + epan/*.h \
212 + epan/crypt/*.h \
213 + epan/dfilter/*.h \
214 + epan/dissectors/*.h \
215 + epan/ftypes/*.h \
216 + epan/wmem/*.h \
217 + wiretap/*.h \
218 + ws_diag_control.h \
219 + ws_symbol_export.h \
220 + wsutil/*.h
221 + do
222 + echo "Installing ${wsheader}"
223 + insinto /usr/include/wireshark/$( dirname ${wsheader} )
224 + doins ${wsheader}
225 + done
226 +
227 + for wsheader in \
228 + ../${P}_build/config.h \
229 + ../${P}_build/version.h
230 + do
231 + echo "Installing ${wsheader}"
232 + insinto /usr/include/wireshark
233 + doins ${wsheader}
234 + done
235 +
236 + #with the above this really shouldn't be needed, but things may be looking
237 + # in wiretap/ instead of wireshark/wiretap/
238 + insinto /usr/include/wiretap
239 + doins wiretap/wtap.h
240 +
241 + if use gtk || use qt5; then
242 + local s
243 + for s in 16 32 48 64 128 256 512 1024; do
244 + insinto /usr/share/icons/hicolor/${s}x${s}/apps
245 + newins image/wsicon${s}.png wireshark.png
246 + done
247 + for s in 16 24 32 48 64 128 256 ; do
248 + insinto /usr/share/icons/hicolor/${s}x${s}/mimetypes
249 + newins image/WiresharkDoc-${s}.png application-vnd.tcpdump.pcap.png
250 + done
251 + fi
252 +
253 + prune_libtool_files
254 +}
255 +
256 +pkg_postinst() {
257 + gnome2_icon_cache_update
258 + xdg_desktop_database_update
259 + xdg_mimeinfo_database_update
260 +
261 + # Add group for users allowed to sniff.
262 + enewgroup wireshark
263 + chgrp wireshark "${EROOT}"/usr/bin/dumpcap
264 +
265 + if use dumpcap && use pcap; then
266 + fcaps -o 0 -g wireshark -m 4710 -M 0710 \
267 + cap_dac_read_search,cap_net_raw,cap_net_admin \
268 + "${EROOT}"/usr/bin/dumpcap
269 + fi
270 +
271 + ewarn "NOTE: To capture traffic with wireshark as normal user you have to"
272 + ewarn "add yourself to the wireshark group. This security measure ensures"
273 + ewarn "that only trusted users are allowed to sniff your traffic."
274 +}
275 +
276 +pkg_postrm() {
277 + gnome2_icon_cache_update
278 + xdg_desktop_database_update
279 + xdg_mimeinfo_database_update
280 +}