On 2022/09/18 15:30:51 +0200, prx <p...@si3t.ch> wrote: > * Solène Rapenne <sol...@perso.pw> le [18-09-2022 09:55:48 +0200]: > > Le Sat, 17 Sep 2022 20:54:38 +0200, > > prx <p...@si3t.ch> a écrit : > > > > > iblock now kill established connections after banning an IP. > > > > > > Find attached a diff to update the port to 1.1.0. > > > > > > Regards. > > > > > > prx > > > > hold on, it seems this version is buggy > > > > After last changes, find a new diff to update iblock port.
Committed with a small tweak, thanks! > * Remove do-build since CFLAGS are now respected It still build with -Os and, since CFLAGS are *appended*, it should take precedence over the port infrastructure -O2 (or whatever is set in mk.conf) -- or at least that's my understanding. I've sent a diff privately to solene@ to fix this, but the gist of it is to just doing `CFLAGS=' instead of the (non portable) += in the Makefile. Then we can fully override the variables by doing $ make CFLAGS="..." PREFIX="..." without much fuss. it's not a big deal if the port is build without the various -W flags. > * fix a missing "$" in README good catch!