Re: How to find green IP that is sending traffic to hostile network

2025-05-24 Thread Bernhard Bitsch
Am 23.05.2025 um 17:33 schrieb Tim Zakharov: At Status->Network (other)->Firewall Hits Graph I sometimes see values in the 'To Hostile Networks' line beneath the graph, which tells me a green IP attempted to send traffic to a Hostile Network.  In a forum conversation with Adolf Belka, I was

[PATCH] bc: Update to version 1.08.1

2025-05-24 Thread Adolf Belka
- Update from version 1.07.1 to 1.08.1 - Update of rootfile not required - Changelog 1.08.1 Fix a formatting botch in doc/bc.1 (which was rendered as blank lines at the top of the page). 1.08.0 Streamlined the build process; should now be better behaved

[PATCH] whois: Update to version 5.6.1

2025-05-24 Thread Adolf Belka
- Update from version 5.5.23 to 5.6.1 - Update of rootfile not required - Changelog 5.6.1 * Added the .pg TLD server. * Updated the .gov, .mu, .中国 (.xn--fiqs8s) and .中國 (.xn--fiqz9s) TLD servers. * Removed the .jobs TLD server. * Added the enc

[PATCH] less: Update to version 678

2025-05-24 Thread Adolf Belka
- Update from version 668 to 678 - Update of rootfile not required - Changelog 678 * Treat -r in LESS environment variable as -R. * Add ESC-j and ESC-k commands (github #560). * Add --no-paste option (github #523). * Add --no-edit-warn option (github #513).

[PATCH] man: Update to version 2.13.1

2025-05-24 Thread Adolf Belka
- Update from version 2.13.0 to 2.13.1 - Update of rootfile - Changelog 2.13.1 Fixes: * Fix various minor formatting issues in manual pages. * Tolerate additional spaces in preprocessor strings. * Fix check for generated source files in out-of-tree builds.

[PATCH] vim: Update to version 9.1.1406

2025-05-24 Thread Adolf Belka
- Update from version 9.1.1153 to 9.1.1406 - Update of rootfile - Changelog is not available. Generally each patch version number update is related to a commit entry in the git repository. The details for all the commit changes can be found at https://github.com/vim/vim/commits/master/ Sig

[PATCH] texinfo: Update to version 7.2

2025-05-24 Thread Adolf Belka
- Update from version 7.1.1 to 7.2 - Update of rootfile - Changelog 7.2 * Build . "make install" installs files for texi2any under $datadir/texi2any, not $datadir/texinfo. * texinfo.tex . use @ as the escape character in all index files. this re

[PATCH] meson: Update to version 1.8.0

2025-05-24 Thread Adolf Belka
- Update from version 1.6.0 to 1.8.0 - Update of rootfile - Changelog 1.8.0 https://mesonbuild.com/Release-notes-for-1-8-0.html 1.7.0 https://mesonbuild.com/Release-notes-for-1-7-0.html Signed-off-by: Adolf Belka --- config/rootfiles/common/meson | 18 +++---

[PATCH] elfutils: Update to version 0.193

2025-05-24 Thread Adolf Belka
- Update from version 0.192 to 0.193 - Update of rootfile - Changelog 0.193 debuginfod: Add CORS (webapp access) support to webapi and --cors option. Add --listen-address option for binding the HTTP listen socket to a specific IPv4 or IPv6 addr

[PATCH] gperf: Update to version 3.3

2025-05-24 Thread Adolf Belka
- Update from version 3.1 to 3.3 - Update of rootfile not required - Changelog 3.3 * Speedup: gperf is now between 2x and 2.5x faster. 3.2.1 * The generated code avoids -Wundef warnings in C++ mode. 3.2 * The input file may now use Windows line terminators (CR/LF

[PATCH] libconfig: Update to version 1.8

2025-05-24 Thread Adolf Belka
- Update from version 1.7.3 to 1.8 - Update of rootfile - Changelog 1.8 - Added support for binary integer values - Miscellaneous code cleanup 1.7.4 - Handle malloc failures by calling a fatal error handler - New API to provide alternative fatal error

[PATCH] ipblocklist-functions.pl: Allow downloading empty blocklists

2025-05-24 Thread Stefan Schantl
Some blocklist providers does serve blocklists for current events or with very limited updates. Therefore there is a chance such a blocklist could be empty for a certain time. This patch allows to replace an existing filled blocklist by an empty one and vice versa. Fixes #13804. Signed-off-by: S