Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kismet for openSUSE:Factory checked in at 2022-01-21 01:25:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kismet (Old) and /work/SRC/openSUSE:Factory/.kismet.new.1938 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kismet" Fri Jan 21 01:25:30 2022 rev:50 rq:947629 version:2022_01_R1 Changes: -------- --- /work/SRC/openSUSE:Factory/kismet/kismet.changes 2021-08-23 10:09:50.448129482 +0200 +++ /work/SRC/openSUSE:Factory/.kismet.new.1938/kismet.changes 2022-01-21 01:26:03.710323255 +0100 @@ -1,0 +2,43 @@ +Wed Jan 19 22:32:11 UTC 2022 - Martin Hauke <[email protected]> + +- Update to version 2022-01-R1 + New features + * Significantly reduced RAM requirements + * Additional packet tags + * Additional eventbus events + * New packet deduplication system + * More info in the UI + * Show more collected information in the UI, like GPScoordinates + per SSID. + * Better column alignment in the UI + * Columns in the main device list are now better formatted and + aligned, with right-aligned numeric columns and proper + scrolling of the headers. + * Able to disable sources in the UI + * More log filtering + * Direct Wigle logging + * Direct logging to Wigle CSV format. + * Wardriving mode + Changes and Fixes + * New memory model for packet contents + * New pooled memory for packet contents + * New packet data handling + * New IPC & remote capture protocol + * New pooled memory for tracked components + * New dynamic element contents + * Optimized Adler32 checksums + * Update robinhood hash and transition more pools to it + * Reworked kismetdb database writing + * Squeeze more memory out of tracked components + * Fix Linux monitor mode creation + * Faster packet deduplication + * Better BTLE support + * Fixes for some GPS behavior + * Better handling of proxied subdirectories + * Lots of threading fixes + * Latest boost/asio/beast + * Fixes to ADSB lookups +- Add patch to fix the build of the alertsyslog plugin: + * 0001-Update-FetchGlobal-usage.patch + +------------------------------------------------------------------- Old: ---- kismet-2021-08-R1.tar.gz New: ---- 0001-Update-FetchGlobal-usage.patch kismet-2022-01-R1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kismet.spec ++++++ --- /var/tmp/diff_new_pack.0N7A4d/_old 2022-01-21 01:26:04.342318923 +0100 +++ /var/tmp/diff_new_pack.0N7A4d/_new 2022-01-21 01:26:04.350318868 +0100 @@ -1,7 +1,7 @@ # # spec file for package kismet # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,9 +20,9 @@ %bcond_with ubertooth %endif -%define realver 2021-08-R1 +%define realver 2022-01-R1 Name: kismet -Version: 2021_08_R1 +Version: 2022_01_R1 Release: 0 Summary: An 802.11 Wireless Network Sniffer License: GPL-2.0-or-later @@ -32,6 +32,7 @@ Source: https://github.com/kismetwireless/kismet/archive/%{name}-%{realver}.tar.gz Source1: %{name}-rpmlintrc Patch0: kismet-fix-build.patch +Patch1: 0001-Update-FetchGlobal-usage.patch BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: libcap-devel @@ -283,6 +284,7 @@ %prep %setup -q -n kismet-kismet-%{realver} %patch0 -p1 +%patch1 -p1 # HACK: Add python DESTDIR support for python stuff find . -type f -name "Makefile*" -exec sed -i 's|setup.py install|setup.py install --root=$(DESTDIR)|g' {} \; # Fix wrong-script-end-of-line-encoding ++++++ 0001-Update-FetchGlobal-usage.patch ++++++ >From 02dceeccb7414845ab4a51e571a464e3cfbe777a Mon Sep 17 00:00:00 2001 From: Mike Kershaw / Dragorn <[email protected]> Date: Wed, 19 Jan 2022 17:27:11 -0500 Subject: [PATCH] Update FetchGlobal usage --- plugin-alertsyslog/alertsyslog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin-alertsyslog/alertsyslog.cc b/plugin-alertsyslog/alertsyslog.cc index 52cda612c..d039b0622 100644 --- a/plugin-alertsyslog/alertsyslog.cc +++ b/plugin-alertsyslog/alertsyslog.cc @@ -70,7 +70,7 @@ int alertsyslog_openlog(global_registry *in_globalreg) { // We can't use the templated fetch_global_as here because the template object code // won't exist in the server object std::shared_ptr<packet_chain> packetchain = - std::static_pointer_cast<packet_chain>(in_globalreg->FetchGlobal(std::string("PACKETCHAIN"))); + std::static_pointer_cast<packet_chain>(in_globalreg->fetch_global(std::string("PACKETCHAIN"))); if (packetchain == NULL) { _MSG("Unable to register syslog plugin, packetchain was unavailable", -- 2.34.1 ++++++ kismet-2021-08-R1.tar.gz -> kismet-2022-01-R1.tar.gz ++++++ /work/SRC/openSUSE:Factory/kismet/kismet-2021-08-R1.tar.gz /work/SRC/openSUSE:Factory/.kismet.new.1938/kismet-2022-01-R1.tar.gz differ: char 16, line 1
