commit 268d8d631983806482da9c03f5015f393c2e1d4d Author: Adolf Belka Date: Fri Sep 12 12:10:44 2025 +0200 qemu-ga: Update to version 10.1.0 - Update from version 10.0.2 to 10.1.0 in tandem with qemu - Update of rootfile not required - Changelog as for qemu update Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer commit f8026c6ae0c87a131be73e030434412ff9356441 Author: Adolf Belka Date: Fri Sep 12 12:10:45 2025 +0200 qemu: Update to version 10.1.0 - Update from version 10.0.2 to 10.1.0 - Update of rootfile - Changelog for 10.1 can be found at https://wiki.qemu.org/ChangeLog/10.1 - Changelog for 10.0 can be found at https://wiki.qemu.org/ChangeLog/10.0 Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer commit 6c474f0f044ca188173f96119e49622ceb6f67ad Author: Adolf Belka Date: Fri Sep 12 12:10:43 2025 +0200 opus: Update to version 1.5.2 - Update from version 1.5.1 to 1.5.2 - Update of rootfile - Changelog 1.5.2 fixes several build issues that were discovered since the 1.5 release. It also fixes a misalignment issue in the AVX2 code that could cause crashes under Windows. Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer commit 906d5f6c3ded525e8347e4ca5cb9641efddfeaed Author: Adolf Belka Date: Fri Sep 12 12:10:42 2025 +0200 nagios_nrpe: Update to version 4.1.3 - Update from version 4.1.0 to 4.1.3 - Update of rootfile not required - Changelog 4.1.3 **FIXES** - Change of ssl.c and ssl.h to nrpe-ssl.c and nrpe-ssl.h 4.1.2 **FIXES** - Fixed printing of incorrect packet version to just logging the error - Fixed and updated SSL 4.1.1 **FIXES** - Use correct HUP signal for Solaris Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer commit b32dfb7750cb3184e4e74ea22bb83cf97369e0bd Author: Adolf Belka Date: Fri Sep 12 12:10:41 2025 +0200 libusbredir: Update to version 0.15.0 - Update from version 0.13.0 to 0.15.0 - Update of rootfile not required - Changelog 0.15.0 - !74 usbredirect: Fix crash with multiple connections - !73 usbredirect: Fix win32 cross-compile warning - usbredirtestclient: Fix memory leak 0.14.0 - !67 usbredirect: Fix redirecting identical devices - !64 usbredirect: Fix CPU tight loop when run as TCP server - !68 usbredirect: Fix some minor memory leaks - !65 usbredirect: Add documentation about bus-device option - !70 usbredirtestclient: Fix build on MacOS 10.5 Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer commit 858dcffd9f3170bdf2ddb572cecb413799119681 Author: Adolf Belka Date: Fri Sep 12 12:10:40 2025 +0200 libslirp: Update to version 4.9.1 - Update from version 4.7.0 to 4.9.1 - Update of rootfile not required - 2 security fixes in version 4.8.0 - Changelog 4.9.1 Fixed - meson: use boolean defaults for boolean options !149 - meson: specify that C++ is only used for host binaries !149 - meson: add dependency override for libslirp !150 - Do not link tests with libslirp.map #84 - apple: Fix getting IPv4 DNS server address when IPv4 and IPv4 are interleaved #85 - Windows: Fix ICMP generation #87 #88 - tcp: Fix starting the linger2 timer on socket shutdown #86 Changed - tcp: on input, reset TCPT_KEEP to TCPTV_KEEP_IDLE rather than TCPTV_KEEPINTVL - tcp: on input during init, reset TCPT_KEEP to TCPTV_KEEP_INIT - tcp: Reduce linger time to two minutes 4.9.0 Added - Add SlirpAddPollSocketCb and {,un}register_poll_socket that can be used from SLIRP_CONFIG_VERSION_MAX 6 to properly support socket handles on win64. Fixed - bootp: Fill siaddr with tftp addr as per RFC2131 !135 - tcp_listen: Fix host forwarding on Windows !137 - tftp: Fix address returned in proxying #82 !147 Changed - Fix build on mold #77 - Fix static linking !134 - slirp_os_socket abstraction for Windows !136 - cksum: Update implementation to include 64-bit computation support !144 - reduce compilation warnings on Windows !143 4.8.0 Security - tcp: Fix testing for last fragment - tftp: Fix use-after-free Added - Add support for Haiku !123 - ncsi: Add manufacturer's ID !122 - ncsi: Add Get Version ID command !122 - ncsi: Add out-of-band ethernet address !125 - ncsi: Add Mellanox Get Mac Address handler !125 - icmp6: Add echo request forwarding support - Add fuzzing infrastructure Fixed - Fix missing cleanups - windows: Build fixes - ipv6: Use target address from Neighbor Advertisement !129 - dns: Reject domain-search when any entry ends with ".." - dns: Use localhost as dns when /etc/resolv.conf empty !130 - icmp: Handle ICMP packets as IPPROTO_IP on BSD !133 - eth: pad ethernet frames to 60 bytes #34 Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer commit b3a1d8aa35ddacecab0035e502fd2cc869d9d31f Author: Adolf Belka Date: Fri Sep 12 12:10:39 2025 +0200 iptraf-ng: Update to version 1.2.2 - Update from version 1.2.1 to 1.2.2 - Update of rootfile not required - CVE fix in this version - Changelog 1.2.2 - small cleanups: remove unused code/variable, correct format specifiers - serv.c: fix and validate port/ranges entering/loading/saving - SECURITY FIX: CVE-2024-52949: interface names: limit length to IFNAMSIZ Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer commit 17059ff73567bd4d6a6650fd2a79ce479dc3da5d Author: Adolf Belka Date: Fri Sep 12 12:10:38 2025 +0200 iotop: Update to version 1.30 - Update from version 1.26 to 1.30 - Update of rootfile not required - Changelog 1.30 kernel commit 0bf2d83 fixes the problem with struct taskstats, now iotop 1.30 handles only v15 of the struct in a different way, retaining compatibility with both old and new kernels show zero current values for exited processes flush stdout after each batch run 1.29 Fix Linux kernel incompatible struct taskstats 1.28 add option to specify bin directory by @mhlavink in #78 fix batch mode 1.27 src/iotop: correct pg_cb signature by @mikoxyz in #64 Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer commit fb73b4911884ed95b94eed40d2ebcffa9e80d409 Author: Adolf Belka Date: Fri Sep 12 12:10:35 2025 +0200 core198: Ship elinks Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer commit b86fce3529da3e950396682a786097b7a880f60e Author: Adolf Belka Date: Fri Sep 12 12:10:37 2025 +0200 elinks: Update to version 0.18.0 - Update from version 0.17.1.1 to 0.18.0 - Update of rootfile not required - Changelog 0.18.0 * redirect also for 308 #343 * ignore HUBBUB_UNKNOWN #344 0.18.0rc1 * drop combining compile time option * bump mozjs dependency to 128 * console.assert (and extension console.exit) * test option for testing js code * added document.scripting_sleep_on_error option #319 * skip hidden elements #341 * fix linking -lexecinfo #337 * Serbian translation update * Polish translation update * detect if gettext has _nl_msg_cat_cntr #325 * added reopen-last-closed-tab action #309 * added options for memory limits of Spidermonkey and QuickJS * gemini input #121 * compilation fixes Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer commit 7b70deb80d6f8d382102aa5642ccfbcb08812ede Author: Adolf Belka Date: Fri Sep 12 12:10:34 2025 +0200 core 198: Ship dtc Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer commit 52f6843cd2971942efeea516a18f4a17400e1597 Author: Adolf Belka Date: Fri Sep 12 12:10:36 2025 +0200 dtc: Update to version 1.7.2 - Update from version 1.7.1 to 1.7.2 - Update of rootfile - Changelog 1.7.2 Build - Fix automatic dependency handling for paths with spaces in them - Fix to allow compilation with swig 4.3.0 - Disable pointless warnings on swig generated code fdtoverlay - Improve error message with missing /__symbols__ Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer commit 4099da996a41219b0519170eb9849cf435696b30 Author: Michael Tremer Date: Fri Sep 12 15:47:22 2025 +0000 core198: Ship xfsprogs Signed-off-by: Michael Tremer commit 4cb80898b6b0223a69ddfb1a1828472b2bbcf7a5 Author: Adolf Belka Date: Tue Sep 9 18:51:37 2025 +0200 xfsprogs: Update to version 6.16.0 - Update from version 6.14.0 to 6.16.0 - Update of rootfile not required - Changelog 6.16.0 Document current limitation of shrinking fs (Xavier Claude) mkfs: require reflink for max_atomic_write option (John Garry) xfs_scrub: remove EXPERIMENTAL warnings (Darrick J. Wong) mkfs: allow users to configure the desired maximum atomic write size (Darrick J. Wong) mkfs: try to align AG size based on atomic write capabilities (Darrick J. Wong) mkfs: autodetect log stripe unit for external log devices (Darrick J. Wong) mkfs: don't complain about overly large auto-detected log stripe units (Darrick J. Wong) xfs_io: dump new atomic_write_unit_max_opt statx field (Darrick J. Wong) xfs_db: create an untorn_max subcommand (Darrick J. Wong) 6.15.0 xfs_mdrestore: don't allow restoring onto zoned block devices (Christoph Hellwig) man: adjust description of the statx manpage (Darrick J. Wong) xfs_protofile: fix permission octet when suid/guid is set (Luca Di Maio) xfs_repair: fix libxfs abstraction mess (Darrick J. Wong) xfs_growfs: support internal RT devices (Christoph Hellwig) xfs_mdrestore: support internal RT devices (Christoph Hellwig) xfs_scrub: support internal RT device (Christoph Hellwig) xfs_spaceman: handle internal RT devices (Christoph Hellwig) xfs_io: handle internal RT devices in fsmap output (Christoph Hellwig) xfs_io: don't re-query fs_path information in fsmap_f (Christoph Hellwig) xfs_io: correctly report RGs with internal rt dev in bmap output (Christoph Hellwig) man: document XFS_FSOP_GEOM_FLAGS_ZONED (Christoph Hellwig) xfs_mkfs: document the new zoned options in the man page (Christoph Hellwig) xfs_mkfs: reflink conflicts with zoned file systems for now (Christoph Hellwig) xfs_mkfs: default to rtinherit=1 for zoned file systems (Christoph Hellwig) xfs_mkfs: calculate zone overprovisioning when specifying size (Christoph Hellwig) xfs_mkfs: support creating file system with zoned RT devices (Christoph Hellwig) xfs_mkfs: factor out a validate_rtgroup_geometry helper (Christoph Hellwig) xfs_repair: validate rt groups vs reported hardware zones (Christoph Hellwig) xfs_repair: fix the RT device check in process_dinode_int (Christoph Hellwig) xfs_repair: support repairing zoned file systems (Christoph Hellwig) libfrog: report the zoned geometry (Christoph Hellwig) xfs_repair: phase6: scan longform entries before header check (Bill O'Donnell) xfs_repair: Bump link count if longform_dir2_rebuild yields shortform dir (Eric Sandeen) mkfs: fix the issue of maxpct set to 0 not taking effect (liuh) mkfs: fix blkid probe API violations causing weird output (Darrick J. Wong) xfs_io: make statx mask parsing more generally useful (Darrick J. Wong) xfs_io: redefine what statx -m all does (Darrick J. Wong) xfs_io: catch statx fields up to 6.15 (Darrick J. Wong) man: fix missing cachestat manpage (Darrick J. Wong) Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer commit 87069e7462ade9b1d29cc595bd6ed2195746e6cf Author: Michael Tremer Date: Fri Sep 12 15:42:23 2025 +0000 core198: Ship ruby Signed-off-by: Michael Tremer commit fa6dd38f634b22ad62f147dd360b1b06f2cd1a25 Author: Adolf Belka Date: Tue Sep 9 18:51:35 2025 +0200 ruby: Update to version 3.4.5 - Update from version 3.4.4 to 3.4.5 - Update of rootfile - Changelog 3.4.5 Bug #21340: Bump autoconf version to properly handle C23 bool/stdbool defines - Ruby - Ruby Issue Tracking System Sync lockfile from rubygems/rubygems by deivid-rodriguez · Pull Request #13472 Bug #21438: use-after-free when resizing exivars - Ruby - Ruby Issue Tracking System Ensure that memory is not freed before calling free_fast_fallback_getaddrinfo_* by shioimm · Pull Request #12661 Fix heap-use-after-free in free_fast_fallback_getaddrinfo_entry by shioimm · Pull Request #13231 Bug #21441: SEGV during thread cleanup if profiler calls thread_profiles_frames at wrong time - Ruby - Ruby Issue Tracking System Bug #21255: Can't build Ruby with Windows SDK 10.0.26100 - Ruby - Ruby Issue Tracking System Backport GH-13617 for s390x by hsbt · Pull Request #13757 Bump up resolv-0.6.2 for Ruby 3.4 by hsbt · Pull Request #13818 Bug #21197: Prism does not accept newline after defined? keyword - Ruby - Ruby Issue Tracking System Bug #21333: heap-use-after-free caused by rehash during update - Ruby - Ruby Issue Tracking System Bug #21357: Crash in Hash#merge! with ruby-dev in rubocop-rspec test suite - Ruby - Ruby Issue Tracking System Bug #21383: Prism leaks memory with invalid yield - Ruby - Ruby Issue Tracking System Bug #21394: Memory leak in Prism's RubyVM::InstructionSequence.new - Ruby - Ruby Issue Tracking System Bug #21099: TestGc#test_gc_stress_at_startup assertion failure - Ruby - Ruby Issue Tracking System Bug #21395: Please backport caa6ba1a46afa1bc696adc5fe91ee992f9570c89 - Ruby - Ruby Issue Tracking System Bug #21439: Crash with PM_SPLAT_NODE compiler error (Prism) - Ruby - Ruby Issue Tracking System Bug #21354: Symbol#to_proc is not ractor safe - Ruby - Ruby Issue Tracking System Bug #20009: Marshal.load raises exception when load dumped class include non-ASCII - Ruby - Ruby Issue Tracking System Bug #21380: Use-After-Free in String#split with In-Block String Modification - Ruby - Ruby Issue Tracking System Bug #21447: Fix handling of PM_CONSTANT_PATH_NODE node in keyword arguments with ARGS_SPLAT - Ruby - Ruby Issue Tracking System Bug #21448: Random.urandom may fail to fall back to reading /dev/urandom on Linux < 3.17 - Ruby - Ruby Issue Tracking System Bug #21440: Cannot create instances of frozen Data subclasses - Ruby - Ruby Issue Tracking System Bug #21437: Date#hash may return different values for equal dates with large years - Ruby - Ruby Issue Tracking System Bug #21497: building issue when using gcc15, because C23 is default - Ruby - Ruby Issue Tracking System Bug #21500: Backport gcc 15 support - Ruby - Ruby Issue Tracking System Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer commit 6578b94a7f4418edf78b308172818f1c46f85f32 Author: Michael Tremer Date: Fri Sep 12 15:41:55 2025 +0000 core198: Ship libconfig Signed-off-by: Michael Tremer commit c825cbfb1cdb548fe3b20df1c4a25c6872ed92d1 Author: Adolf Belka Date: Tue Sep 9 18:51:34 2025 +0200 libconfig: Update to version 1.8.1 - Update from version 1.8 to 1.8.1 - Update of rootfile - sobump but find-dependencies did not flag anu issues up. - Changelog 1.8.1 Various bugfixes, portability fixes, and documentation updates. Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer commit 769c643866f16ba906e1ea39e4571eb610e98660 Author: Michael Tremer Date: Fri Sep 12 15:41:24 2025 +0000 core198: Ship libarchive Signed-off-by: Michael Tremer commit 0df37ca6dd0d9afb604bb23edce3a68c6fcb97ec Author: Adolf Belka Date: Tue Sep 9 18:51:33 2025 +0200 libarchive: Update to version 3.8.1 - Update from version 3.8.0 to 3.8.1 - Update of rootfile - Changelog 3.8.1 Notable bugfixes: libarchive: fix FILE_skip regression (#2642) compress: Prevent call stack overflow (#2649) iso9660: always check archive_string_ensure return value (#2651) tar: Support negative time values with pax (#2634) tar: Reset accumulated header state after reading macOS metadata blob (#2636) tar: Keep block alignment after pax error (#2637) tar: Handle extra bytes after sparse entries (#2643) windows: check archive_wstring_ensure return value (#2652) Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer commit 2319d04c8466fe625744d1a8a686e4858f1e5c60 Author: Michael Tremer Date: Fri Sep 12 15:41:03 2025 +0000 core198: Ship iproute2 Signed-off-by: Michael Tremer commit a57e4ec951295f048566fa4777219deeae4f2d0a Author: Adolf Belka Date: Tue Sep 9 18:51:32 2025 +0200 iproute2: Update to version 6.16.0 - Update from version 6.15.0 to 6.16.0 - Update of rootfile not required - Changelog is not provided. Details of changes can be found from the git commit changes https://git.kernel.org/pub/scm/network/iproute2/iproute2.git Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer commit 1b0bc21ecf998665a8cc5b9d77fbccb22f69eb21 Author: Michael Tremer Date: Fri Sep 12 15:40:38 2025 +0000 core198: Ship cmake Signed-off-by: Michael Tremer commit 6138664111c1be203d4dc626ea96804bfa5663bf Author: Adolf Belka Date: Tue Sep 9 18:51:31 2025 +0200 cmake: Update to version 4.1.1 - Update from version 4.0.2 to 4.1.1 - Update of rootfile - Changelog 4.1.1 This version made no changes to documented features or interfaces. Some implementation updates were made to support ecosystem changes and/or fix regressions. 4.1.0 File-Based API The cmake-file-api(7) v1 now writes partial replies when buildsystem generation fails with an error. See the v1 Reply Error Index. Generators Makefile Generators and Ninja Generators gained support for adding a linker launcher with Fortran, CUDA, and HIP. See the CMAKE__LINKER_LAUNCHER variable and _LINKER_LAUNCHER target property for details. Command-Line The cmake --build command-line tool, when used with the Xcode generator, now detects when a third-party tool has wrapped the generated .xcodeproj in a .xcworkspace, and drives the build through the workspace instead. Configure Log The cmake-configure-log(7) now reports events from find_package() (in CONFIG mode), find_path(), find_file(), find_library(), and find_program() commands when first invoked, when their results transition between "not found" and "found", or when enabled explicitly by the --debug-find command-line option. See Event Kind find and Event Kind find_package. Logging may also be controlled by the CMAKE_FIND_DEBUG_MODE and CMAKE_FIND_DEBUG_MODE_NO_IMPLICIT_CONFIGURE_LOG variables. Compilers Diab compilers from Wind River Systems, versions 5.9.x+, are now supported with compiler id Diab for languages ASM, C, and CXX. Renesas Compilers are now supported with compiler id Renesas for languages ASM and C. Commands The add_dependencies() command may be called with no dependencies. The cmake_pkg_config() command now supports the IMPORT and POPULATE subcommands for interfacing CMake targets with pkg-config based dependencies. The project() command now has experimental support for the COMPAT_VERSION keyword, gated by CMAKE_EXPERIMENTAL_EXPORT_PACKAGE_INFO. Variables The CMAKE_FIND_REQUIRED variable was added to tell find_package(), find_path(), find_file(), find_library(), and find_program() to be REQUIRED by default. The commands also gained an OPTIONAL keyword to ignore the variable for a specific call. The CMAKE__COMPILER_ARCHITECTURE_ID variable is now populated for most compilers, and documented for public use. The CMAKE__ICSTAT variable and corresponding _ICSTAT target property were added to tell the Makefile Generators and the Ninja Generators to run the IAR icstat tool along with the compiler for C and CXX languages. Environment Variables The CMAKE__IMPLICIT_LINK_LIBRARIES_EXCLUDE environment variable was added to optionally exclude specific libraries from the detected set of CMAKE__IMPLICIT_LINK_LIBRARIES. Properties The AUTOMOC_INCLUDE_DIRECTORIES target property and associated CMAKE_AUTOMOC_INCLUDE_DIRECTORIES variable were added to override the automatic discovery of moc includes from a target's transitive include directories. The MACOSX_PACKAGE_LOCATION source file property now works when set on a source directory, and copies its entire tree into the bundle. The PDB_NAME and COMPILE_PDB_NAME target properties now support generator expressions. Modules The FindASPELL module now provides a version variable, imported targets, and components to optionally select the Aspell library and executable separately. The FindBLAS and FindLAPACK modules now support the NVIDIA Performance Libraries (NVPL). The FindProtobuf module's protobuf_generate(DEPENDENCIES) command argument now accepts multiple values. The FindProtobuf module's protobuf_generate_cpp() and protobuf_generate_python() commands, together with their Protobuf_IMPORT_DIRS and PROTOBUF_GENERATE_CPP_APPEND_PATH hint variables, are now deprecated in favor of the protobuf_generate() command. Regular Expressions The string(REGEX MATCHALL), string(REGEX REPLACE), and list(TRANSFORM REPLACE) commands now match the regular expression ^ anchor at most once in repeated searches, at the start of the input. See policy CMP0186. The string(REGEX REPLACE) command now allows references to unmatched groups. They are replaced with empty strings. The string(REGEX MATCH), string(REGEX MATCHALL), and string(REGEX REPLACE) commands now allow zero-length matches. CTest ctest(1) gained a --schedule-random-seed option to specify a numeric random seed to make ctest --schedule-random deterministic for reproduction. CPack The CPack NuGet Generator gained option CPACK_NUGET_SYMBOL_PACKAGE to generate NuGet symbol packages containing PDB files. The CPack RPM Generator gained CPACK_RPM_PACKAGE_ENHANCES, CPACK_RPM_PACKAGE_RECOMMENDS, and CPACK_RPM_PACKAGE_SUPPLEMENTS variables to specify the corresponding RPM spec fields. Deprecated and Removed Features The FindGTest module's result variables GTEST_INCLUDE_DIRS, GTEST_LIBRARIES, GTEST_MAIN_LIBRARIES, and GTEST_BOTH_LIBRARIES are now deprecated in favor of using GTest::gtest and GTest::gtest_main imported targets. The FindGCCXML module has been deprecated via policy CMP0188. Port projects to CastXML instead. The FindCABLE module has been deprecated via policy CMP0191. The CMakeDetermineVSServicePack module has been deprecated via policy CMP0196. Port projects to the CMAKE__COMPILER_VERSION variable instead. Other Changes The ExternalProject module no longer checks the URL archive file extension. Any archive type that cmake -E tar can extract is now allowed. Modules FindPython3, FindPython2 and FindPython now enforce consistency of artifacts in cross-compiling mode. This prevents mixing host and target artifacts. See policy CMP0190. The GNUInstallDirs module now prefers to default SYSCONFDIR, LOCALSTATEDIR, and RUNSTATEDIR to absolute paths when installing to special prefixes. See policy CMP0192. The GNUInstallDirs module now caches CMAKE_INSTALL_* variables with their leading usr/ for install prefix /. See policy CMP0193. The install(TARGETS) command no longer ignores file sets which haven't been defined at the point it is called. The ordering of target_sources(FILE_SET) and install(TARGETS) is no longer semantically relevant. Enabling ASM no longer accidentally succeeds using MSVC's cl C compiler as an assembler. See policy CMP0194. The MSVC link -machine: flag is no longer added to the CMAKE_*_LINKER_FLAGS variables. See policy CMP0197. The TARGET_PROPERTY generator expression now evaluates the LINK_LIBRARIES and INTERFACE_LINK_LIBRARIES target properties transitively. See policy CMP0189. 4.0.4 This version made no changes to documented features or interfaces. Some implementation updates were made to support ecosystem changes and/or fix regressions. 4.0.3 This version made no changes to documented features or interfaces. Some implementation updates were made to support ecosystem changes and/or fix regressions. Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer commit 0cbb9835fe27b6d99663a1b9e9d19414537ba388 Author: Michael Tremer Date: Wed Sep 3 18:00:02 2025 +0000 suricata-reporter: Update to 0.2 Signed-off-by: Michael Tremer commit 48c401ea406d7508f85316be6433625e12cb09a6 Author: Michael Tremer Date: Wed Sep 3 17:57:48 2025 +0000 core198: Ship Suricata changes Signed-off-by: Michael Tremer commit 06b8a198a1df9dfb760f531be7ebef28407f9afd Author: Michael Tremer Date: Tue Sep 2 13:00:28 2025 +0000 web-user-interface: Create the fonts directory Signed-off-by: Michael Tremer commit 757937c728ea7c4092aa52fdd639e197134cf544 Author: Michael Tremer Date: Mon Sep 1 15:34:08 2025 +0000 suricata: Remove the bundled reporter Signed-off-by: Michael Tremer commit 518d05d9929433767c53cffe4600912228e0344f Author: Michael Tremer Date: Mon Sep 1 15:32:02 2025 +0000 suricata-reporter: Move the configuration from suricata Signed-off-by: Michael Tremer commit 620eaa5e2219ee714d0e8b2568e7296f866124ba Author: Michael Tremer Date: Mon Sep 1 15:24:36 2025 +0000 suricata-reporter: Import package This is now being packaged and distributed externally. Signed-off-by: Michael Tremer commit 40a1dc20172e374c33bbdbbd5fae0675d7f8bfe5 Author: Michael Tremer Date: Sun Aug 31 14:47:12 2025 +0000 web-user-interface: Use the fonts from the separate package We should not ship anything binary in the sources anyways. Signed-off-by: Michael Tremer commit c2c0f0b2de1164a012f1426a29c6bdb7c2ffde2a Author: Michael Tremer Date: Sun Aug 31 14:40:19 2025 +0000 prompt: New package This ships our current font. Signed-off-by: Michael Tremer commit c777f8a801c97f88701b61046550ef957ee38cf2 Merge: 962a028dc d667c52a0 Author: Michael Tremer Date: Wed Sep 3 17:49:58 2025 +0000 Merge remote-tracking branch 'ms/suricata-8' into next commit d667c52a0550adb314977aedc5139307fba3018e Author: Michael Tremer Date: Wed Sep 3 14:40:38 2025 +0100 ids.cgi: Add some spacing Signed-off-by: Michael Tremer commit 49cf90dd6d0c1d271df1e946beadf026d18c6e49 Author: Michael Tremer Date: Wed Sep 3 14:25:09 2025 +0100 ids.cgi: Allow to choose which alerts to send by email Signed-off-by: Michael Tremer commit 6d541160462ecdbae89d95be156a792c6afcd432 Author: Michael Tremer Date: Wed Aug 13 10:34:46 2025 +0100 ids.cgi: Update wording and checkbox order Signed-off-by: Michael Tremer commit 64f9f56be56f5838c249c4ae8439e64f2b04c162 Author: Stefan Schantl Date: Mon Aug 11 19:39:01 2025 +0200 ids.cgi: Auto fill form inputs with their temporary stored values in error case If an user provides any invalid input in the form an error message will be displayed. In this case, all the form elements (inputs) will be filled with their temporary stored values from the cgiparams hash. Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer commit cde22e11b1ba763056029e86d80a933925f7a9eb Author: Stefan Schantl Date: Mon Aug 11 19:38:13 2025 +0200 ids.cgi: Allow to configure report summary feature Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer commit a0424a85aadedcf96a3cc5e0c23ac0f2fd55d5d2 Author: Michael Tremer Date: Mon Aug 11 14:28:24 2025 +0100 suricata-report-generator: Implement sending reports via email Signed-off-by: Michael Tremer commit 401351dfe47590c477d338a8e3918bcd628fe0b7 Author: Michael Tremer Date: Mon Aug 11 14:28:00 2025 +0100 suricata-report-generator: Don't print rows This is a left-over debug statement. Signed-off-by: Michael Tremer commit c5a5eae15a002eb5d851554a13f3862f3993250b Author: Michael Tremer Date: Mon Aug 11 12:47:55 2025 +0100 suricata: Automatically email reports once per month/week/day Signed-off-by: Michael Tremer commit 09e6c2141c8112af2e7aa49f953e4654692d5519 Author: Michael Tremer Date: Mon Aug 11 12:04:06 2025 +0100 ids.cgi: Fix regular expression to check for valid email addresses Signed-off-by: Michael Tremer commit dce3ae8784d72013f10eeb77d16869a79bd89e47 Author: Michael Tremer Date: Mon Aug 11 11:56:39 2025 +0100 langs: Capitalize "Sender Address" Signed-off-by: Michael Tremer commit 2d1c7c81e248aed9dc1e114a7c978ce7d9555603 Author: Michael Tremer Date: Mon Aug 11 11:55:55 2025 +0100 ids.cgi: Remove placeholders Signed-off-by: Michael Tremer commit 275fbf7e723c077db1f559c61c2045639a1cb1b6 Author: Michael Tremer Date: Mon Aug 11 11:54:52 2025 +0100 ids.cgi: Update translations Signed-off-by: Michael Tremer commit 141d3dd7047ceb41706f1b6cd34eb39a34e4b8bc Author: Michael Tremer Date: Mon Aug 11 11:47:49 2025 +0100 ids.cgi: Fix table flows This slightly changes how we list interfaces, but since that got a little bit tight if lots of interfaces were available (and which language has been used), this is probably a good idea to change it to rows. Signed-off-by: Michael Tremer commit 29ef4c53b05f40b2452722e192451bc104487dfb Author: Michael Tremer Date: Mon Aug 11 10:04:21 2025 +0100 ids-functions.pl: Don't detect number of CPU cores This value is no longer being used in the configuration. Signed-off-by: Michael Tremer commit 30dd4d3e6bbbeb25a3083b60ab21a3afc6742a06 Author: Stefan Schantl Date: Sat Aug 9 16:46:37 2025 +0200 ids-functions.pl: Add generate_report_generator_config() function This function is used to genereate the config file for the newly introduced suricata-report-generator. Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer commit 1276dfd2793c3142509863e5c89802ef49319dd1 Author: Stefan Schantl Date: Sat Aug 9 17:50:48 2025 +0200 ids.cgi: Add code for e-mail input validation Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer commit c4d57cfc8033271fd066090c42db4c40bb2baff2 Author: Stefan Schantl Date: Sat Aug 9 13:28:35 2025 +0200 ids.cgi: Allow to configure new mail alert system Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer