mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-19 06:32:15 +01:00
pentoo-bluetooth: major additions, added wireshark bluetooth baseband and kismet-ubertooth plugin
This commit is contained in:
parent
01b4a5bb59
commit
6824014593
11 changed files with 1931 additions and 1 deletions
1206
net-analyzer/wireshark/ChangeLog
Normal file
1206
net-analyzer/wireshark/ChangeLog
Normal file
File diff suppressed because it is too large
Load diff
11
net-analyzer/wireshark/Manifest
Normal file
11
net-analyzer/wireshark/Manifest
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
AUX wireshark-1.4.7-btbb.patch 3730 RMD160 6d89255c33d35b9eb8dc26776212cc15401c0afd SHA1 87c249b9e436ad59fe2945b4c5f7717584440490 SHA256 3f036f5a29ce100cd5e9da5c7a0a3174d5c34e5fe001c9260ebd86d5bce749f5
|
||||
AUX wireshark-1.4.7-gnutls_nettle.patch 733 RMD160 9b8839b432b5c6231068d784d9fd3e151c509dd1 SHA1 2592ac7fd110cfff4b70a6456fdf655f5aca45cf SHA256 6698b83bd455b626f46c2d446a6c69f6f4c6822f63207ffb1052accde881fc76
|
||||
AUX wireshark-1.4.7-wspy_dissectors_dir.patch 460 RMD160 098cc8aa80433dff0423cf64d88be89d7716fffa SHA1 fd23ab1494482e8825c79dfc5df2cac42fbcf97d SHA256 ed59b5d0af20d3c7adffa7742c245e8640e593e519200149810df4022eb8442e
|
||||
AUX wireshark-1.6-btbb.patch 3815 RMD160 398923eeb443bec2f502bcc1276fa5bb1a215fa6 SHA1 0c621c9b4eca7ef7e7d7601d3b2987ded31834b1 SHA256 411bfeba974f441c9796c2f73023ba02316fc5f755017949834ea992f7906d98
|
||||
DIST libbtbb.0.5.tgz 137378 RMD160 c5d68e7620c901cf520e33fc747cc6a0b9535154 SHA1 5465d4520b267bad53c56a67260099e60439c922 SHA256 528cfd3822f98f539cf468d82c63b32c2063bcca53299befe14200723bec7d52
|
||||
DIST wireshark-1.4.7.tar.bz2 20515206 RMD160 012ec4d7750c03bcc23e9140f31e778cde6fd645 SHA1 ba80ed0c2aa6a12fa50155bbf5b58ad41a46024e SHA256 6671a185d3cd5222a04b6c425d2ef70b84e50ebf50ace9738ae772e87bf492c1
|
||||
DIST wireshark-1.6.0rc2.tar.bz2 21824421 RMD160 e67dddd9946585e510ea04ccddea74fe0c59d5a8 SHA1 014a87dd8c840612acb0de33a8400586157dbb0f SHA256 fb8c0ec8b2ed7e6544acaa6e6fd39f93996ab84e3afb0175af83771487e39632
|
||||
EBUILD wireshark-1.4.7.ebuild 6637 RMD160 bc868901ecf0c492ab396d45fa0a5e711c04d224 SHA1 a6a81a9b0baf745f0d20cf680ee9e342cb07d0aa SHA256 3c84c5605bd450bb1043ded4dbfae1f5aaa4acf9053bc412ac1cc9666d9859ec
|
||||
EBUILD wireshark-1.6.0_rc2.ebuild 6519 RMD160 cb8245bc3c977bba545288fa84097ce7b12d715a SHA1 d11215d8b9e927cfa40a98c4121da4c6cee4e467 SHA256 32f0d87480715a55ef0effeac65af5b20483567c34f6357c944db4f6f3cfd4d2
|
||||
MISC ChangeLog 43087 RMD160 9e98d25e3064ba15ec05b126dd8d4003443ecceb SHA1 8416fd3639a9459545df2c89000dd3fb1e2a8119 SHA256 8ff0ab790e1dab3bf722cc1149a8bbb0e1de69e1785c086ae8eae0a257712b3e
|
||||
MISC metadata.xml 2242 RMD160 66dbbb758acc194df17217183b60a56f61fced38 SHA1 4498ea4c0f0f04213fd1cba2fd3de44565058f7d SHA256 2dfaef45c385c37c7ae8af96f5d8c58d9bff8f6186d55be8f2d034ebd0c60869
|
||||
97
net-analyzer/wireshark/files/wireshark-1.4.7-btbb.patch
Normal file
97
net-analyzer/wireshark/files/wireshark-1.4.7-btbb.patch
Normal file
|
|
@ -0,0 +1,97 @@
|
|||
diff -rupN wireshark-1.4.6/CMakeLists.txt wireshark.new/CMakeLists.txt
|
||||
--- wireshark-1.4.6/CMakeLists.txt 2011-04-18 14:43:07.000000000 -0400
|
||||
+++ wireshark.new/CMakeLists.txt 2011-06-01 12:42:56.853391847 -0400
|
||||
@@ -355,6 +355,7 @@ if(ENABLE_PLUGINS)
|
||||
set(PLUGIN_DIR="${DATAFILE_DIR}/plugins/${CPACK_PACKAGE_VERSION}")
|
||||
set(PLUGIN_SRC_DIRS
|
||||
plugins/asn1
|
||||
+ plugins/btbb
|
||||
plugins/docsis
|
||||
plugins/ethercat
|
||||
plugins/giop
|
||||
diff -rupN wireshark-1.4.6/configure.in wireshark.new/configure.in
|
||||
--- wireshark-1.4.6/configure.in 2011-04-18 14:43:07.000000000 -0400
|
||||
+++ wireshark.new/configure.in 2011-06-01 12:36:50.081391615 -0400
|
||||
@@ -1881,6 +1881,7 @@ AC_OUTPUT(
|
||||
packaging/svr4/pkginfo
|
||||
plugins/Makefile
|
||||
plugins/asn1/Makefile
|
||||
+ plugins/btbb/Makefile
|
||||
plugins/docsis/Makefile
|
||||
plugins/ethercat/Makefile
|
||||
plugins/giop/Makefile
|
||||
diff -rupN wireshark-1.4.6/epan/Makefile.am wireshark.new/epan/Makefile.am
|
||||
--- wireshark-1.4.6/epan/Makefile.am 2011-04-18 14:43:01.000000000 -0400
|
||||
+++ wireshark.new/epan/Makefile.am 2011-06-01 12:40:35.305391757 -0400
|
||||
@@ -189,6 +189,8 @@ if ENABLE_STATIC
|
||||
-include ../plugins/Custom.make
|
||||
plugin_src = \
|
||||
../plugins/asn1/packet-asn1.c \
|
||||
+ ../plugins/btbb/packet-btbb.c \
|
||||
+ ../plugins/btbb/packet-btlmp.c \
|
||||
../plugins/docsis/packet-bintrngreq.c \
|
||||
../plugins/docsis/packet-bpkmattr.c \
|
||||
../plugins/docsis/packet-bpkmreq.c \
|
||||
diff -rupN wireshark-1.4.6/Makefile.am wireshark.new/Makefile.am
|
||||
--- wireshark-1.4.6/Makefile.am 2011-04-18 14:43:07.000000000 -0400
|
||||
+++ wireshark.new/Makefile.am 2011-06-01 12:34:02.169391507 -0400
|
||||
@@ -265,6 +265,7 @@ if HAVE_PLUGINS
|
||||
-include plugins/Custom.make
|
||||
plugin_ldadd = $(_CUSTOM_plugin_ldadd_) \
|
||||
-dlopen plugins/asn1/asn1.la \
|
||||
+ -dlopen plugins/btbb/btbb.la \
|
||||
-dlopen plugins/docsis/docsis.la \
|
||||
-dlopen plugins/ethercat/ethercat.la \
|
||||
-dlopen plugins/giop/cosnaming.la \
|
||||
diff -rupN wireshark-1.4.6/packaging/nsis/Makefile.nmake
|
||||
wireshark.new/packaging/nsis/Makefile.nmake
|
||||
--- wireshark-1.4.6/packaging/nsis/Makefile.nmake 2011-04-18
|
||||
14:43:04.000000000 -0400
|
||||
+++ wireshark.new/packaging/nsis/Makefile.nmake 2011-06-01
|
||||
12:46:06.565391970 -0400
|
||||
@@ -46,6 +46,7 @@ HELP=../../$(INSTALL_DIR)/help/capture_f
|
||||
|
||||
PLUGINS= \
|
||||
../../plugins/asn1/asn1.dll \
|
||||
+ ../../plugins/btbb/btbb.dll \
|
||||
../../plugins/docsis/docsis.dll \
|
||||
../../plugins/ethercat/ethercat.dll \
|
||||
../../plugins/giop/coseventcomm.dll \
|
||||
diff -rupN wireshark-1.4.6/packaging/nsis/wireshark.nsi
|
||||
wireshark.new/packaging/nsis/wireshark.nsi
|
||||
--- wireshark-1.4.6/packaging/nsis/wireshark.nsi 2011-04-18
|
||||
14:43:04.000000000 -0400
|
||||
+++ wireshark.new/packaging/nsis/wireshark.nsi 2011-06-01
|
||||
12:48:23.077392053 -0400
|
||||
@@ -879,6 +879,7 @@ Section "Dissector Plugins" SecPlugins
|
||||
;-------------------------------------------
|
||||
SetOutPath '$INSTDIR\plugins\${VERSION}'
|
||||
File "..\..\plugins\asn1\asn1.dll"
|
||||
+File "..\..\plugins\btbb\btbb.dll"
|
||||
File "..\..\plugins\docsis\docsis.dll"
|
||||
File "..\..\plugins\ethercat\ethercat.dll"
|
||||
File "..\..\plugins\giop\coseventcomm.dll"
|
||||
diff -rupN wireshark-1.4.6/plugins/Makefile.am wireshark.new/plugins/Makefile.am
|
||||
--- wireshark-1.4.6/plugins/Makefile.am 2011-04-18 14:42:24.000000000 -0400
|
||||
+++ wireshark.new/plugins/Makefile.am 2011-06-01 12:27:27.649391259 -0400
|
||||
@@ -24,6 +24,7 @@
|
||||
-include Custom.make
|
||||
SUBDIRS = $(_CUSTOM_SUBDIRS_) \
|
||||
asn1 \
|
||||
+ btbb \
|
||||
docsis \
|
||||
ethercat \
|
||||
giop \
|
||||
diff -rupN wireshark-1.4.6/plugins/Makefile.nmake
|
||||
wireshark.new/plugins/Makefile.nmake
|
||||
--- wireshark-1.4.6/plugins/Makefile.nmake 2011-04-18 14:42:24.000000000 -0400
|
||||
+++ wireshark.new/plugins/Makefile.nmake 2011-06-01 12:29:31.217391333 -0400
|
||||
@@ -8,6 +8,7 @@ include ..\config.nmake
|
||||
|
||||
PLUGIN_LIST = \
|
||||
asn1 \
|
||||
+ btbb \
|
||||
docsis \
|
||||
ethercat \
|
||||
giop \
|
||||
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5800
|
||||
|
||||
Index: epan/dissectors/packet-ssl-utils.c
|
||||
===================================================================
|
||||
--- epan/dissectors/packet-ssl-utils.c (revision 37067)
|
||||
+++ epan/dissectors/packet-ssl-utils.c (working copy)
|
||||
@@ -946,7 +946,7 @@
|
||||
str->data_len = len;
|
||||
}
|
||||
|
||||
-#ifdef HAVE_LIBGNUTLS
|
||||
+#if defined(HAVE_LIBGNUTLS) && defined(HAVE_LIBGCRYPT)
|
||||
|
||||
static gint ver_major, ver_minor, ver_patch;
|
||||
|
||||
@@ -2747,7 +2747,7 @@
|
||||
sscanf(str, "%d.%d.%d", &ver_major, &ver_minor, &ver_patch);
|
||||
}
|
||||
|
||||
-#else /* HAVE_LIBGNUTLS */
|
||||
+#else /* defined(HAVE_LIBGNUTLS) && defined(HAVE_LIBGCRYPT) */
|
||||
/* no libgnutl: dummy operation to keep interface consistent*/
|
||||
void
|
||||
ssl_lib_init(void)
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5872
|
||||
|
||||
--- epan/wspython/Makefile.am 2011-04-29 06:57:10 +0000
|
||||
+++ epan/wspython/Makefile.am 2011-04-29 07:15:20 +0000
|
||||
@@ -44,12 +44,14 @@
|
||||
libwspython_la_CFLAGS = @PY_CFLAGS@
|
||||
|
||||
wspythondir=@pythondir@
|
||||
+wspythondissectorsdir=@pythondir@/wspy_dissectors
|
||||
|
||||
wspython_DATA= \
|
||||
register-dissector.py \
|
||||
wspy_dissector.py \
|
||||
wspy_libws.py
|
||||
|
||||
+wspythondissectors_DATA=
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile.common \
|
||||
|
||||
90
net-analyzer/wireshark/files/wireshark-1.6-btbb.patch
Normal file
90
net-analyzer/wireshark/files/wireshark-1.6-btbb.patch
Normal file
|
|
@ -0,0 +1,90 @@
|
|||
diff -rupN wireshark-1.6.0rc2//CMakeLists.txt wireshark.new//CMakeLists.txt
|
||||
--- wireshark-1.6.0rc2//CMakeLists.txt 2011-06-02 11:53:49.000000000 -0600
|
||||
+++ wireshark.new//CMakeLists.txt 2011-06-04 12:32:38.000000000 -0600
|
||||
@@ -375,6 +375,7 @@ if(ENABLE_PLUGINS)
|
||||
set(PLUGIN_DIR="${DATAFILE_DIR}/plugins/${CPACK_PACKAGE_VERSION}")
|
||||
set(PLUGIN_SRC_DIRS
|
||||
plugins/asn1
|
||||
+ plugins/btbb
|
||||
plugins/docsis
|
||||
plugins/ethercat
|
||||
plugins/giop
|
||||
diff -rupN wireshark-1.6.0rc2//Makefile.am wireshark.new//Makefile.am
|
||||
--- wireshark-1.6.0rc2//Makefile.am 2011-06-02 11:53:48.000000000 -0600
|
||||
+++ wireshark.new//Makefile.am 2011-06-04 12:34:00.000000000 -0600
|
||||
@@ -266,6 +266,7 @@ if HAVE_PLUGINS
|
||||
-include plugins/Custom.make
|
||||
plugin_ldadd = $(_CUSTOM_plugin_ldadd_) \
|
||||
-dlopen plugins/asn1/asn1.la \
|
||||
+ -dlopen plugins/btbb/btbb.la \
|
||||
-dlopen plugins/docsis/docsis.la \
|
||||
-dlopen plugins/ethercat/ethercat.la \
|
||||
-dlopen plugins/giop/cosnaming.la \
|
||||
diff -rupN wireshark-1.6.0rc2//configure.in wireshark.new//configure.in
|
||||
--- wireshark-1.6.0rc2//configure.in 2011-06-02 11:53:50.000000000 -0600
|
||||
+++ wireshark.new//configure.in 2011-06-04 12:33:05.000000000 -0600
|
||||
@@ -2009,6 +2009,7 @@ AC_OUTPUT(
|
||||
packaging/svr4/pkginfo
|
||||
plugins/Makefile
|
||||
plugins/asn1/Makefile
|
||||
+ plugins/btbb/Makefile
|
||||
plugins/docsis/Makefile
|
||||
plugins/ethercat/Makefile
|
||||
plugins/giop/Makefile
|
||||
diff -rupN wireshark-1.6.0rc2//epan/Makefile.am wireshark.new//epan/Makefile.am
|
||||
--- wireshark-1.6.0rc2//epan/Makefile.am 2011-06-02 11:53:41.000000000 -0600
|
||||
+++ wireshark.new//epan/Makefile.am 2011-06-04 12:34:21.000000000 -0600
|
||||
@@ -200,6 +200,8 @@ if ENABLE_STATIC
|
||||
-include ../plugins/Custom.make
|
||||
plugin_src = \
|
||||
../plugins/asn1/packet-asn1.c \
|
||||
+ ../plugins/btbb/packet-btbb.c \
|
||||
+ ../plugins/btbb/packet-btlmp.c \
|
||||
../plugins/docsis/packet-bintrngreq.c \
|
||||
../plugins/docsis/packet-bpkmattr.c \
|
||||
../plugins/docsis/packet-bpkmreq.c \
|
||||
diff -rupN wireshark-1.6.0rc2//packaging/nsis/Makefile.nmake wireshark.new//packaging/nsis/Makefile.nmake
|
||||
--- wireshark-1.6.0rc2//packaging/nsis/Makefile.nmake 2011-06-02 11:53:46.000000000 -0600
|
||||
+++ wireshark.new//packaging/nsis/Makefile.nmake 2011-06-04 12:34:56.000000000 -0600
|
||||
@@ -45,6 +45,7 @@ HELP=../../$(INSTALL_DIR)/help/capture_f
|
||||
|
||||
PLUGINS= \
|
||||
../../plugins/asn1/asn1.dll \
|
||||
+ ../../plugins/btbb/btbb.dll \
|
||||
../../plugins/docsis/docsis.dll \
|
||||
../../plugins/ethercat/ethercat.dll \
|
||||
../../plugins/giop/coseventcomm.dll \
|
||||
diff -rupN wireshark-1.6.0rc2//packaging/nsis/wireshark.nsi wireshark.new//packaging/nsis/wireshark.nsi
|
||||
--- wireshark-1.6.0rc2//packaging/nsis/wireshark.nsi 2011-06-02 11:53:46.000000000 -0600
|
||||
+++ wireshark.new//packaging/nsis/wireshark.nsi 2011-06-04 12:35:21.000000000 -0600
|
||||
@@ -895,6 +895,7 @@ Section "Dissector Plugins" SecPlugins
|
||||
;-------------------------------------------
|
||||
SetOutPath '$INSTDIR\plugins\${VERSION}'
|
||||
File "..\..\plugins\asn1\asn1.dll"
|
||||
+File "..\..\plugins\btbb\btbb.dll"
|
||||
File "..\..\plugins\docsis\docsis.dll"
|
||||
File "..\..\plugins\ethercat\ethercat.dll"
|
||||
File "..\..\plugins\giop\coseventcomm.dll"
|
||||
diff -rupN wireshark-1.6.0rc2//plugins/Makefile.am wireshark.new//plugins/Makefile.am
|
||||
--- wireshark-1.6.0rc2//plugins/Makefile.am 2011-06-02 11:52:40.000000000 -0600
|
||||
+++ wireshark.new//plugins/Makefile.am 2011-06-04 12:36:33.000000000 -0600
|
||||
@@ -24,6 +24,7 @@
|
||||
-include Custom.make
|
||||
SUBDIRS = $(_CUSTOM_SUBDIRS_) \
|
||||
asn1 \
|
||||
+ btbb \
|
||||
docsis \
|
||||
ethercat \
|
||||
giop \
|
||||
diff -rupN wireshark-1.6.0rc2//plugins/Makefile.nmake wireshark.new//plugins/Makefile.nmake
|
||||
--- wireshark-1.6.0rc2//plugins/Makefile.nmake 2011-06-02 11:52:40.000000000 -0600
|
||||
+++ wireshark.new//plugins/Makefile.nmake 2011-06-04 12:39:23.000000000 -0600
|
||||
@@ -8,6 +8,7 @@ include ..\config.nmake
|
||||
|
||||
PLUGIN_LIST = \
|
||||
asn1 \
|
||||
+ btbb \
|
||||
docsis \
|
||||
ethercat \
|
||||
giop \
|
||||
|
||||
38
net-analyzer/wireshark/metadata.xml
Normal file
38
net-analyzer/wireshark/metadata.xml
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>netmon</herd>
|
||||
<maintainer>
|
||||
<email>pva@gentoo.org</email>
|
||||
<name>Peter Volkov</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
Wireshark is the world's foremost network protocol analyzer, and is the de
|
||||
facto (and often de jure) standard across many industries and educational
|
||||
institutions. Wireshark has a rich feature set which includes 1) deep
|
||||
inspection of hundreds of protocols, with more being added all the time, 2)
|
||||
live capture and offline analysis, 3) standard three-pane packet browser, 4)
|
||||
captured network data can be browsed via a GUI, or via the TTY-mode TShark
|
||||
utility, 5) the most powerful display filters in the industry, 6) rich VoIP
|
||||
analysis, 7) read/write many different capture file formats: tcpdump
|
||||
(libpcap), Catapult DCT2000, Cisco Secure IDS iplog, Microsoft Network
|
||||
Monitor, Network General Sniffer® (compressed and uncompressed), Sniffer®
|
||||
Pro, and NetXray®, Network Instruments Observer, Novell LANalyzer, RADCOM
|
||||
WAN/LAN Analyzer, Shomiti/Finisar Surveyor, Tektronix K12xx, Visual Networks
|
||||
Visual UpTime, WildPackets EtherPeek/TokenPeek/AiroPeek, and many others, 8)
|
||||
capture files compressed with gzip can be decompressed on the fly, 9) live
|
||||
data can be read from Ethernet, IEEE 802.11, PPP/HDLC, ATM, Bluetooth, USB,
|
||||
Token Ring, Frame Relay, FDDI, and others, 10) decryption support for many
|
||||
protocols, including IPsec, ISAKMP, Kerberos, SNMPv3, SSL/TLS, WEP, and
|
||||
WPA/WPA2, 11) coloring rules can be applied to the packet list for quick,
|
||||
intuitive analysis, 12) output can be exported to XML, PostScript®, CSV, or
|
||||
plain text
|
||||
</longdescription>
|
||||
<use>
|
||||
<flag name='ares'>Use GNU <pkg>net-dns/c-ares</pkg> library to resolve DNS names</flag>
|
||||
<flag name='doc-pdf'>Build documentation in pdf format (US and a4 paper sizes)</flag>
|
||||
<flag name='gcrypt'>Use GNU crypto library (<pkg>dev-libs/libgcrypt</pkg>) to decrypt ipsec traffic</flag>
|
||||
<flag name='pcap'>Use <pkg>net-libs/libpcap</pkg> for network packet capturing (build dumpcap, rawshark)</flag>
|
||||
<flag name='smi'>Use <pkg>net-libs/libsmi</pkg> to resolve numeric OIDs into human readable format</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
223
net-analyzer/wireshark/wireshark-1.4.7.ebuild
Normal file
223
net-analyzer/wireshark/wireshark-1.4.7.ebuild
Normal file
|
|
@ -0,0 +1,223 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.4.6-r1.ebuild,v 1.8 2011/05/15 13:41:04 pva Exp $
|
||||
|
||||
EAPI="3"
|
||||
PYTHON_DEPEND="python? 2"
|
||||
inherit libtool flag-o-matic eutils toolchain-funcs python autotools
|
||||
|
||||
[[ -n ${PV#*_rc} && ${PV#*_rc} != ${PV} ]] && MY_P=${PN}-${PV/_} || MY_P=${P}
|
||||
DESCRIPTION="A network protocol analyzer formerly known as ethereal"
|
||||
HOMEPAGE="http://www.wireshark.org/"
|
||||
SRC_URI="http://www.wireshark.org/download/src/all-versions/${MY_P}.tar.bz2 \
|
||||
btbb? ( mirror://sourceforge/libbtbb/libbtbb.0.5.tgz )"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
|
||||
|
||||
IUSE="adns ares btbb doc doc-pdf gtk ipv6 lua gcrypt geoip kerberos
|
||||
profile +pcap pentoo portaudio python +caps selinux smi ssl threads zlib"
|
||||
|
||||
RDEPEND=">=dev-libs/glib-2.14:2
|
||||
zlib? ( sys-libs/zlib
|
||||
!=sys-libs/zlib-1.2.4 )
|
||||
smi? ( net-libs/libsmi )
|
||||
gtk? ( >=x11-libs/gtk+-2.4.0:2
|
||||
x11-libs/pango
|
||||
dev-libs/atk
|
||||
x11-misc/xdg-utils )
|
||||
ssl? ( net-libs/gnutls )
|
||||
gcrypt? ( dev-libs/libgcrypt )
|
||||
pcap? ( net-libs/libpcap )
|
||||
caps? ( sys-libs/libcap )
|
||||
kerberos? ( virtual/krb5 )
|
||||
portaudio? ( media-libs/portaudio )
|
||||
ares? ( >=net-dns/c-ares-1.5 )
|
||||
!ares? ( adns? ( net-libs/adns ) )
|
||||
geoip? ( dev-libs/geoip )
|
||||
lua? ( >=dev-lang/lua-5.1 )
|
||||
selinux? ( sec-policy/selinux-wireshark )"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
doc? ( dev-libs/libxslt
|
||||
app-text/docbook-xml-dtd:4.2
|
||||
dev-libs/libxml2
|
||||
app-doc/doxygen
|
||||
doc-pdf? ( dev-java/fop ) )
|
||||
>=dev-util/pkgconfig-0.15.0
|
||||
dev-lang/perl
|
||||
sys-devel/bison
|
||||
sys-apps/sed
|
||||
sys-devel/flex"
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
# borrowed from GSoC2010_Gentoo_Capabilities by constanze and flameyeys
|
||||
# @FUNCTION: fcaps
|
||||
# @USAGE: fcaps {uid:gid} {file-mode} {cap1[,cap2,...]} {file}
|
||||
# @RETURN: 0 if all okay; non-zero if failure and fallback
|
||||
# @DESCRIPTION:
|
||||
# fcaps sets the specified capabilities in the effective and permitted set of
|
||||
# the given file. In case of failure fcaps sets the given file-mode.
|
||||
fcaps() {
|
||||
local uid_gid=$1
|
||||
local perms=$2
|
||||
local capset=$3
|
||||
local path=$4
|
||||
local res
|
||||
|
||||
chmod $perms $path && \
|
||||
chown $uid_gid $path
|
||||
res=$?
|
||||
|
||||
use caps || return $res
|
||||
|
||||
#set the capability
|
||||
setcap "$capset=ep" "$path" &> /dev/null
|
||||
#check if the capabilitiy got set correctly
|
||||
setcap -v "$capset=ep" "$path" &> /dev/null
|
||||
res=$?
|
||||
|
||||
if [ $res -ne 0 ]; then
|
||||
ewarn "Failed to set capabilities. Probable reason is missed kernel support."
|
||||
ewarn "Kernel must have SECURITY_FILE_CAPABILITIES, and <FS>_FS_SECURITY"
|
||||
ewarn "enabled (e.g. EXT3_FS_SECURITY) where <FS> is the filesystem to store"
|
||||
ewarn "${path}"
|
||||
ewarn
|
||||
ewarn "Falling back to suid now..."
|
||||
chmod u+s ${path}
|
||||
fi
|
||||
return $res
|
||||
}
|
||||
|
||||
pkg_setup() {
|
||||
if ! use gtk; then
|
||||
ewarn "USE=-gtk disables gtk-based gui called wireshark."
|
||||
ewarn "Only command line utils will be built available"
|
||||
fi
|
||||
if use python; then
|
||||
python_set_active_version 2
|
||||
python_pkg_setup
|
||||
fi
|
||||
# Add group for users allowed to sniff.
|
||||
enewgroup wireshark
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}/${P}-gnutls_nettle.patch"
|
||||
epatch "${FILESDIR}"/${P}-wspy_dissectors_dir.patch
|
||||
use btbb && mv "${WORKDIR}"/libbtbb/wireshark/plugins/btbb "${S}"/plugins/
|
||||
use btbb && epatch "${FILESDIR}/${P}-btbb.patch"
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local myconf
|
||||
|
||||
if [[ $(gcc-major-version) -lt 3 ||
|
||||
( $(gcc-major-version) -eq 3 &&
|
||||
$(gcc-minor-version) -le 4 ) ]] ; then
|
||||
die "Unsupported compiler version, please upgrade."
|
||||
fi
|
||||
|
||||
if use ares && use adns; then
|
||||
elog "You asked for both, ares and adns, but we can use only one of them."
|
||||
elog "c-ares supersedes adns resolver thus using c-ares (ares USE flag)."
|
||||
myconf="$(use_with ares c-ares) --without-adns"
|
||||
else
|
||||
myconf="$(use_with adns) $(use_with ares c-ares)"
|
||||
fi
|
||||
|
||||
# profile and pie are incompatible #215806, #292991
|
||||
if use profile; then
|
||||
ewarn "You've enabled the 'profile' USE flag, building PIE binaries is disabled."
|
||||
ewarn "Also ignore \"unrecognized option '-nopie'\" gcc warning #358101."
|
||||
append-flags $(test-flags-CC -nopie)
|
||||
fi
|
||||
|
||||
# Workaround bug #213705. If krb5-config --libs has -lcrypto then pass
|
||||
# --with-ssl to ./configure. (Mimics code from acinclude.m4).
|
||||
if use kerberos; then
|
||||
case `krb5-config --libs` in
|
||||
*-lcrypto*)
|
||||
ewarn "Kerberos was built with ssl support: linkage with openssl is enabled."
|
||||
ewarn "Note there are annoying license incompatibilities between the OpenSSL"
|
||||
ewarn "license and the GPL, so do your check before distributing such package."
|
||||
myconf+=" --with-ssl"
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
||||
# Hack around inability to disable doxygen/fop doc generation
|
||||
use doc || export ac_cv_prog_HAVE_DOXYGEN=false
|
||||
use doc-pdf || export ac_cv_prog_HAVE_FOP=false
|
||||
|
||||
# dumpcap requires libcap, setuid-install requires dumpcap
|
||||
econf $(use_enable gtk wireshark) \
|
||||
$(use_enable profile profile-build) \
|
||||
$(use_with ssl gnutls) \
|
||||
$(use_with gcrypt) \
|
||||
$(use_enable ipv6) \
|
||||
$(use_enable threads) \
|
||||
$(use_with lua) \
|
||||
$(use_with kerberos krb5) \
|
||||
$(use_with smi libsmi) \
|
||||
$(use_with pcap) \
|
||||
$(use_with zlib) \
|
||||
$(use_with geoip) \
|
||||
$(use_with portaudio) \
|
||||
$(use_with python) \
|
||||
$(use_with caps libcap) \
|
||||
$(use pcap && use_enable caps setcap-install) \
|
||||
$(use pcap && use_enable !caps setuid-install) \
|
||||
--sysconfdir=/etc/wireshark \
|
||||
--with-dumpcap-group=wireshark \
|
||||
--disable-extra-gcc-checks \
|
||||
${myconf}
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake || die
|
||||
use doc && cd docbook && { emake || die; }
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "emake install failed"
|
||||
if use doc; then
|
||||
dohtml -r docbook/{release-notes.html,ws{d,u}g_html{,_chunked}}
|
||||
if use doc-pdf; then
|
||||
insinto /usr/share/doc/${PF}/pdf/
|
||||
doins docbook/{{developer,user}-guide,release-notes}-{a4,us}.pdf || die
|
||||
fi
|
||||
fi
|
||||
|
||||
# FAQ is not required as is installed from help/faq.txt
|
||||
dodoc AUTHORS ChangeLog NEWS README{,.bsd,.linux,.macos,.vmware} \
|
||||
doc/{randpkt.txt,README*}
|
||||
|
||||
insinto /usr/include/wiretap
|
||||
doins wiretap/wtap.h || die
|
||||
|
||||
if use gtk; then
|
||||
for c in hi lo; do
|
||||
for d in 16 32 48; do
|
||||
insinto /usr/share/icons/${c}color/${d}x${d}/apps
|
||||
newins image/${c}${d}-app-wireshark.png wireshark.png
|
||||
done
|
||||
done
|
||||
domenu wireshark.desktop || die
|
||||
fi
|
||||
chmod o-x "${ED}"/usr/bin/dumpcap #357237
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if use caps && use pcap; then
|
||||
fcaps 0:wireshark 550 cap_net_raw,cap_net_admin "${ROOT}"/usr/bin/dumpcap
|
||||
fi
|
||||
echo
|
||||
ewarn "NOTE: To run wireshark as normal user you have to add yourself to"
|
||||
ewarn "the wireshark group. This security measure ensures that only trusted"
|
||||
ewarn "users are allowed to sniff your traffic."
|
||||
echo
|
||||
}
|
||||
219
net-analyzer/wireshark/wireshark-1.6.0_rc2.ebuild
Normal file
219
net-analyzer/wireshark/wireshark-1.6.0_rc2.ebuild
Normal file
|
|
@ -0,0 +1,219 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.0_rc1.ebuild,v 1.1 2011/05/24 10:44:24 pva Exp $
|
||||
|
||||
EAPI="3"
|
||||
PYTHON_DEPEND="python? 2"
|
||||
inherit libtool flag-o-matic eutils toolchain-funcs python autotools
|
||||
|
||||
[[ -n ${PV#*_rc} && ${PV#*_rc} != ${PV} ]] && MY_P=${PN}-${PV/_} || MY_P=${P}
|
||||
DESCRIPTION="A network protocol analyzer formerly known as ethereal"
|
||||
HOMEPAGE="http://www.wireshark.org/"
|
||||
SRC_URI="http://www.wireshark.org/download/src/all-versions/${MY_P}.tar.bz2 \
|
||||
btbb? ( mirror://sourceforge/libbtbb/libbtbb.0.5.tgz )"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
|
||||
IUSE="adns ares btbb doc doc-pdf gtk ipv6 lua gcrypt geoip kerberos
|
||||
profile +pcap portaudio python +caps selinux smi ssl threads zlib"
|
||||
|
||||
RDEPEND=">=dev-libs/glib-2.14:2
|
||||
zlib? ( sys-libs/zlib
|
||||
!=sys-libs/zlib-1.2.4 )
|
||||
smi? ( net-libs/libsmi )
|
||||
gtk? ( >=x11-libs/gtk+-2.4.0:2
|
||||
x11-libs/pango
|
||||
dev-libs/atk
|
||||
x11-misc/xdg-utils )
|
||||
ssl? ( net-libs/gnutls )
|
||||
gcrypt? ( dev-libs/libgcrypt )
|
||||
pcap? ( net-libs/libpcap )
|
||||
caps? ( sys-libs/libcap )
|
||||
kerberos? ( virtual/krb5 )
|
||||
portaudio? ( media-libs/portaudio )
|
||||
ares? ( >=net-dns/c-ares-1.5 )
|
||||
!ares? ( adns? ( net-libs/adns ) )
|
||||
geoip? ( dev-libs/geoip )
|
||||
lua? ( >=dev-lang/lua-5.1 )
|
||||
selinux? ( sec-policy/selinux-wireshark )"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
doc? ( dev-libs/libxslt
|
||||
dev-libs/libxml2
|
||||
app-doc/doxygen
|
||||
doc-pdf? ( dev-java/fop ) )
|
||||
>=dev-util/pkgconfig-0.15.0
|
||||
dev-lang/perl
|
||||
sys-devel/bison
|
||||
sys-apps/sed
|
||||
sys-devel/flex"
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
# borrowed from GSoC2010_Gentoo_Capabilities by constanze and flameyeys
|
||||
# @FUNCTION: fcaps
|
||||
# @USAGE: fcaps {uid:gid} {file-mode} {cap1[,cap2,...]} {file}
|
||||
# @RETURN: 0 if all okay; non-zero if failure and fallback
|
||||
# @DESCRIPTION:
|
||||
# fcaps sets the specified capabilities in the effective and permitted set of
|
||||
# the given file. In case of failure fcaps sets the given file-mode.
|
||||
fcaps() {
|
||||
local uid_gid=$1
|
||||
local perms=$2
|
||||
local capset=$3
|
||||
local path=$4
|
||||
local res
|
||||
|
||||
chmod $perms $path && \
|
||||
chown $uid_gid $path
|
||||
res=$?
|
||||
|
||||
use caps || return $res
|
||||
|
||||
#set the capability
|
||||
setcap "$capset=ep" "$path" &> /dev/null
|
||||
#check if the capabilitiy got set correctly
|
||||
setcap -v "$capset=ep" "$path" &> /dev/null
|
||||
res=$?
|
||||
|
||||
if [ $res -ne 0 ]; then
|
||||
ewarn "Failed to set capabilities. Probable reason is missed kernel support."
|
||||
ewarn "Kernel must have SECURITY_FILE_CAPABILITIES, and <FS>_FS_SECURITY"
|
||||
ewarn "enabled (e.g. EXT3_FS_SECURITY) where <FS> is the filesystem to store"
|
||||
ewarn "${path}"
|
||||
ewarn
|
||||
ewarn "Falling back to suid now..."
|
||||
chmod u+s ${path}
|
||||
fi
|
||||
return $res
|
||||
}
|
||||
|
||||
pkg_setup() {
|
||||
if ! use gtk; then
|
||||
ewarn "USE=-gtk disables gtk-based gui called wireshark."
|
||||
ewarn "Only command line utils will be built available"
|
||||
fi
|
||||
if use python; then
|
||||
python_set_active_version 2
|
||||
python_pkg_setup
|
||||
fi
|
||||
# Add group for users allowed to sniff.
|
||||
enewgroup wireshark
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
use btbb && mv "${WORKDIR}"/libbtbb/wireshark/plugins/btbb "${S}"/plugins/
|
||||
use btbb && epatch "${FILESDIR}/${PN}-1.6-btbb.patch"
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local myconf
|
||||
|
||||
if [[ $(gcc-major-version) -lt 3 ||
|
||||
( $(gcc-major-version) -eq 3 &&
|
||||
$(gcc-minor-version) -le 4 ) ]] ; then
|
||||
die "Unsupported compiler version, please upgrade."
|
||||
fi
|
||||
|
||||
if use ares && use adns; then
|
||||
elog "You asked for both, ares and adns, but we can use only one of them."
|
||||
elog "c-ares supersedes adns resolver thus using c-ares (ares USE flag)."
|
||||
myconf="$(use_with ares c-ares) --without-adns"
|
||||
else
|
||||
myconf="$(use_with adns) $(use_with ares c-ares)"
|
||||
fi
|
||||
|
||||
# profile and pie are incompatible #215806, #292991
|
||||
if use profile; then
|
||||
ewarn "You've enabled the 'profile' USE flag, building PIE binaries is disabled."
|
||||
ewarn "Also ignore \"unrecognized option '-nopie'\" gcc warning #358101."
|
||||
append-flags $(test-flags-CC -nopie)
|
||||
fi
|
||||
|
||||
# Workaround bug #213705. If krb5-config --libs has -lcrypto then pass
|
||||
# --with-ssl to ./configure. (Mimics code from acinclude.m4).
|
||||
if use kerberos; then
|
||||
case `krb5-config --libs` in
|
||||
*-lcrypto*)
|
||||
ewarn "Kerberos was built with ssl support: linkage with openssl is enabled."
|
||||
ewarn "Note there are annoying license incompatibilities between the OpenSSL"
|
||||
ewarn "license and the GPL, so do your check before distributing such package."
|
||||
myconf+=" --with-ssl"
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
||||
# Hack around inability to disable doxygen/fop doc generation
|
||||
use doc || export ac_cv_prog_HAVE_DOXYGEN=false
|
||||
use doc-pdf || export ac_cv_prog_HAVE_FOP=false
|
||||
|
||||
# dumpcap requires libcap, setuid-install requires dumpcap
|
||||
econf $(use_enable gtk wireshark) \
|
||||
$(use_enable profile profile-build) \
|
||||
$(use_with ssl gnutls) \
|
||||
$(use_with gcrypt) \
|
||||
$(use_enable ipv6) \
|
||||
$(use_enable threads) \
|
||||
$(use_with lua) \
|
||||
$(use_with kerberos krb5) \
|
||||
$(use_with smi libsmi) \
|
||||
$(use_with zlib) \
|
||||
$(use_with geoip) \
|
||||
$(use_with portaudio) \
|
||||
$(use_with python) \
|
||||
$(use_with caps libcap) \
|
||||
$(use_with pcap) \
|
||||
$(use_with pcap dumpcap-group wireshark) \
|
||||
$(use pcap && use_enable caps setcap-install) \
|
||||
$(use pcap && use_enable !caps setuid-install) \
|
||||
--sysconfdir=/etc/wireshark \
|
||||
--disable-extra-gcc-checks \
|
||||
${myconf}
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake || die
|
||||
use doc && cd docbook && { emake || die; }
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "emake install failed"
|
||||
if use doc; then
|
||||
dohtml -r docbook/{release-notes.html,ws{d,u}g_html{,_chunked}}
|
||||
if use doc-pdf; then
|
||||
insinto /usr/share/doc/${PF}/pdf/
|
||||
doins docbook/{{developer,user}-guide,release-notes}-{a4,us}.pdf || die
|
||||
fi
|
||||
fi
|
||||
|
||||
# FAQ is not required as is installed from help/faq.txt
|
||||
dodoc AUTHORS ChangeLog NEWS README{,.bsd,.linux,.macos,.vmware} \
|
||||
doc/{randpkt.txt,README*}
|
||||
|
||||
insinto /usr/include/wiretap
|
||||
doins wiretap/wtap.h || die
|
||||
|
||||
if use gtk; then
|
||||
for c in hi lo; do
|
||||
for d in 16 32 48; do
|
||||
insinto /usr/share/icons/${c}color/${d}x${d}/apps
|
||||
newins image/${c}${d}-app-wireshark.png wireshark.png
|
||||
done
|
||||
done
|
||||
domenu wireshark.desktop || die
|
||||
fi
|
||||
chmod o-x "${ED}"/usr/bin/dumpcap #357237
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if use caps && use pcap; then
|
||||
fcaps 0:wireshark 550 cap_net_raw,cap_net_admin "${ROOT}"/usr/bin/dumpcap
|
||||
fi
|
||||
echo
|
||||
ewarn "NOTE: To run wireshark as normal user you have to add yourself to"
|
||||
ewarn "the wireshark group. This security measure ensures that only trusted"
|
||||
ewarn "users are allowed to sniff your traffic."
|
||||
echo
|
||||
}
|
||||
|
|
@ -1 +1 @@
|
|||
EBUILD pentoo-bluetooth-2010.0.ebuild 417 RMD160 34e754a1fd7afda2fe1c10a05cf4f499e705f32d SHA1 4c548ea4f2fc3a5264df037cd8359f62e4be187c SHA256 59ccb5e93189b992af022f99ae411b72ed49a75d8feda012cc99e25ceaeae008
|
||||
EBUILD pentoo-bluetooth-2010.0.ebuild 478 RMD160 4e003f7499af784383078c5e000e4ff597da7c3c SHA1 8fc8df713cac0d87809bc192a1bdfac8c86a0ebb SHA256 7e4b29cc24fcec0b1e47f3e04e46d6c0f8df9e1d2af842caeb11190949158d0d
|
||||
|
|
|
|||
|
|
@ -16,6 +16,8 @@ RDEPEND="${DEPEND}
|
|||
x86? ( net-wireless/bluemaho )
|
||||
net-wireless/bt-audit
|
||||
net-wireless/btscanner
|
||||
net-wireless/kismet-ubertooth
|
||||
net-analyzer/wireshark[btbb]
|
||||
net-wireless/haraldscan"
|
||||
|
||||
# net-wireless/gnome-bluetooth
|
||||
|
|
|
|||
Loading…
Reference in a new issue