Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kismet for openSUSE:Factory checked in at 2025-06-12 18:11:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kismet (Old) and /work/SRC/openSUSE:Factory/.kismet.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kismet" Thu Jun 12 18:11:40 2025 rev:61 rq:1285161 version:2023_07_R2 Changes: -------- --- /work/SRC/openSUSE:Factory/kismet/kismet.changes 2025-03-20 19:25:58.832088898 +0100 +++ /work/SRC/openSUSE:Factory/.kismet.new.19631/kismet.changes 2025-06-12 18:11:45.497376979 +0200 @@ -1,0 +2,8 @@ +Mon Jun 9 09:05:26 UTC 2025 - ecsos <ec...@opensuse.org> + +- Update to version 2023-07-R2 + * Fix HTML/JS injection in the web UI +- Fix build errors. Add BuildRequires pkconfig(libssl) for all vendors + and gcc12 for Leap < 16. + +------------------------------------------------------------------- Old: ---- kismet-2023-07-R1.tar.gz New: ---- kismet-2023-07-R2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kismet.spec ++++++ --- /var/tmp/diff_new_pack.tSfOzC/_old 2025-06-12 18:11:46.965437842 +0200 +++ /var/tmp/diff_new_pack.tSfOzC/_new 2025-06-12 18:11:46.965437842 +0200 @@ -1,7 +1,7 @@ # # spec file for package kismet # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 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 2023-07-R1 +%define realver 2023-07-R2 Name: kismet -Version: 2023_07_R1 +Version: 2023_07_R2 Release: 0 Summary: An 802.11 Wireless Network Sniffer License: GPL-2.0-or-later @@ -34,7 +34,13 @@ Patch0: kismet-fix-build.patch Patch1: harden_kismet.service.patch BuildRequires: fdupes +%if 0%{?suse_version} < 1600 +BuildRequires: gcc12 +BuildRequires: gcc12-c++ +%else +BuildRequires: gcc BuildRequires: gcc-c++ +%endif BuildRequires: libcap-devel BuildRequires: libpcap-devel BuildRequires: libsensors4-devel @@ -49,9 +55,10 @@ BuildRequires: pkgconfig(libnm) BuildRequires: pkgconfig(libpcre2-8) BuildRequires: pkgconfig(libprotobuf-c) +BuildRequires: pkgconfig(libssl) BuildRequires: pkgconfig(libusb-1.0) BuildRequires: pkgconfig(libwebsockets) >= 3.2.0 -BuildRequires: pkgconfig(protobuf) +BuildRequires: pkgconfig(protobuf) >= 25.0.0 BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(zlib) @@ -331,6 +338,10 @@ %patch -P 1 -p1 %build +%if 0%{?suse_version} <= 1600 +export CC=gcc-12 +export CXX=g++-12 +%endif %limit_build -m 2500 %configure \ --sysconfdir=%{_sysconfdir}/kismet \ ++++++ kismet-2023-07-R1.tar.gz -> kismet-2023-07-R2.tar.gz ++++++ /work/SRC/openSUSE:Factory/kismet/kismet-2023-07-R1.tar.gz /work/SRC/openSUSE:Factory/.kismet.new.19631/kismet-2023-07-R2.tar.gz differ: char 29, line 1