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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B772415800A for ; Fri, 25 Aug 2023 16:14:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0182F2BC013; Fri, 25 Aug 2023 16:14:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D5E7B2BC013 for ; Fri, 25 Aug 2023 16:14:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C3161335C29 for ; Fri, 25 Aug 2023 16:14:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA280F5A for ; Fri, 25 Aug 2023 16:14:24 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1692980051.5dab37cbd36f2bf0a59c7efa29c72e191eb706e1.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/kismet/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/kismet/kismet-9999.ebuild net-wireless/kismet/metadata.xml X-VCS-Directories: net-wireless/kismet/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 5dab37cbd36f2bf0a59c7efa29c72e191eb706e1 X-VCS-Branch: master Date: Fri, 25 Aug 2023 16:14:24 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6b1b6f46-f1ec-4325-991c-43cc8a0f0449 X-Archives-Hash: ba28a4c9ad9c90a62946135f14899b75 commit: 5dab37cbd36f2bf0a59c7efa29c72e191eb706e1 Author: Rick Farina gentoo org> AuthorDate: Fri Aug 25 16:13:10 2023 +0000 Commit: Rick Farina gentoo org> CommitDate: Fri Aug 25 16:14:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dab37cb net-wireless/kismet: add optional support for mqtt Signed-off-by: Rick Farina gentoo.org> net-wireless/kismet/kismet-9999.ebuild | 4 +++- net-wireless/kismet/metadata.xml | 5 +++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/net-wireless/kismet/kismet-9999.ebuild b/net-wireless/kismet/kismet-9999.ebuild index 12ccc414e920..aefd9559e78a 100644 --- a/net-wireless/kismet/kismet-9999.ebuild +++ b/net-wireless/kismet/kismet-9999.ebuild @@ -33,13 +33,14 @@ HOMEPAGE="https://www.kismetwireless.net" LICENSE="GPL-2" SLOT="0/${PV}" -IUSE="libusb lm-sensors networkmanager +pcre rtlsdr selinux +suid ubertooth udev" +IUSE="libusb lm-sensors mqtt networkmanager +pcre rtlsdr selinux +suid ubertooth udev" REQUIRED_USE="${PYTHON_REQUIRED_USE}" CDEPEND=" ${PYTHON_DEPS} acct-user/kismet acct-group/kismet + mqtt? ( app-misc/mosquitto ) networkmanager? ( net-misc/networkmanager ) dev-libs/glib:2 dev-libs/elfutils @@ -114,6 +115,7 @@ src_configure() { econf \ $(use_enable libusb libusb) \ $(use_enable libusb wifi-coconut) \ + $(use_enable mqtt mosquitto) \ $(use_enable pcre) \ $(use_enable pcre require-pcre2) \ $(use_enable lm-sensors lmsensors) \ diff --git a/net-wireless/kismet/metadata.xml b/net-wireless/kismet/metadata.xml index 2728866d3aa6..e8ae7e5c85cb 100644 --- a/net-wireless/kismet/metadata.xml +++ b/net-wireless/kismet/metadata.xml @@ -7,13 +7,14 @@ Support libusb based capture sources such as mousejack, cc2540(ble), and nrf51822(ble) + Enable MQTT support + Build with pcre support + Enable rtlsdr based kismet capture sources Install a setuid root helper binary with limited functionality; this allows running kismet as a normal user, significantly reducing security risks - Build with pcre support - Enable rtlsdr based kismet capture sources Enable capture source for ubertooth to sniff bluetooth low energy