From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: Re: ipblocklist - Call for testers Date: Thu, 14 Jul 2022 17:40:40 +0200 Message-ID: In-Reply-To: <181fd0ece98.2777.cac9d3ffac9e24d09d20af05166fd73b@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2553632265933247029==" List-Id: --===============2553632265933247029== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, I just had the time to test a bit. One glitch: 'ipblocklist.cgi' refused to start: ... Unable to read file /srv/web/ipfire/html/themes//include/colors.txt at /var/ipfire/general-functions.pl line 219. ... I had to change line 65 from: ... &General::readhash( "/srv/web/ipfire/html/themes/".$mainsettings{'THEME'}."/include/colors.txt", \%color ); ... To: ... &General::readhash("/srv/web/ipfire/html/themes/ipfire/include/colors.txt", \%color); ... Best, Matthias On 14.07.2022 16:13, Stefan Schantl wrote: > Hello Jay, >=20 > until ipblocklist has been released as regular feature (will be with core = > update 170) you have to reinstall it each time you perform a core update. >=20 > The (re)install/update process is always the same. Please keep in mind to=20 > backup and restore your "/var/ipfire/ipblocklist/settinngs" file or you=20 > will loose your settings. >=20 >=20 > Best regards, >=20 > -Stefan >=20 > Am 14. Juli 2022 14:27:26 schrieb Jay Lubomirski : >> Hi Stefan, >> >> I've updated to Core Update 169 and the ip block list menus are all=20 >> "blanked" out. Do I need to reinstall the patch to restore them? >> >> Jay >> >> On Tue, Jun 21, 2022 at 1:22 PM Stefan Schantl =20 >> wrote: >> Hello list followers, >> >> today I've uploaded a new ipblocklist test version (ipblocklist-002). >> >> It has been rebased to work with core update 168 and also contains some >> bugfixes and new features: >> >> * The update interval now is set to 15 minutes >> * The WUI now displays the "Firewall reload hint" as notice instead of >> an error. >> * The logging of the ipblocklist-update script has been improved. >> * Support for logwatch has been added. >> * A bug which sometimes prevents from reloading a blocklist after an >> update has been performed has been fixed. >> >> HINT: The update instructions are the same than for installing. >> >> WARNING: Any taken settings from previous test versions will be lost, >> when updating! (Please backup your "/var/ipfire/ipblocklist/settings" >> file in that case.) >> >> I'm planing to submit this addon to be merged and released with core >> update 170 so, please heavily test and report any kind of remaining >> issues. >> >> A big thanks in advance, >> >> -Stefan >> >>> Hello mailing list followers, >>> >>> it has been done - the port of the well known (ipblacklist) feature >>> from Tim FitzGeorge has been finished. >>> >>> Now it's time for the final steps. For this I need your help, in >>> testing and giving feedback and/or bug reports. >>> >>> I've backed and uploaded a test version, which contains all necessary >>> files and modifications. There is also a README file available which >>> gives further details and how to install the test version on your >>> sytems. >>> >>> This all can be found here: >>> >>> https://people.ipfire.org/~stevee/ipblocklist/ >>> >>> For those of you which are interested in the source code: >>> >>> https://git.ipfire.org/?p=3Dpeople/stevee/ipfire-2.x.git;a=3Dshortlog;h= =3Drefs/heads/ipblocklist-rbsed >>> >>> >>> Best regards and a happy testing, >>> >>> -Stefan >>> >=20 >=20 --===============2553632265933247029==--