From 366ef17bb6ce008f79a283ff5dc5e87ab13dbdb3 Mon Sep 17 00:00:00 2001 From: Zhenlei Huang Date: Fri, 22 Sep 2023 18:19:33 +0800 Subject: [PATCH] UPDATING: add entry for the new loader tunnable net.pf.default_to_drop --- UPDATING | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/UPDATING b/UPDATING index e2f50b13b154..38362cb86b73 100644 --- a/UPDATING +++ b/UPDATING @@ -27,6 +27,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 15.x IS SLOW: world, or to merely disable the most expensive debugging functionality at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20230922: + A new loader tunable net.pf.default_to_drop allows pf(4)’s default + behaviour to be changed from pass to drop. Previously this required + recompiling the kernel with the option PF_DEFAULT_TO_DROP. + 20230914: Enable splitting out pkgbase manpages into separate packages by default. To disable this, set WITHOUT_MANSPLITPKG=yes in src.conf.