The branch main has been updated by ae: URL: https://cgit.FreeBSD.org/src/commit/?id=6ba1c5abb9575aaf4ef0a7efb085d42be252e645
commit 6ba1c5abb9575aaf4ef0a7efb085d42be252e645 Author: Andrey V. Elsukov <a...@freebsd.org> AuthorDate: 2025-03-03 18:58:24 +0000 Commit: Andrey V. Elsukov <a...@freebsd.org> CommitDate: 2025-03-03 18:58:24 +0000 ipfw: add UPDATING note and modify __FreeBSD_version --- UPDATING | 7 +++++++ sys/sys/param.h | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 4740237f6b0b..15941028c5bb 100644 --- a/UPDATING +++ b/UPDATING @@ -27,6 +27,13 @@ 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".) +20250303: + Commit 4a77657cbc01 changed the ABI between ipfw(8) and ipfw(4). + Please note that the old ipfw(8) binary will not work with the new + ipfw(4) module. Therefore, it is recommended to disable ipfw during + the upgrade, otherwise the host system may become inaccessible because + ipfw rules cannot be installed with the old binary. + 20250214: Commit 4517fbfd4251 modified the internal API between the nfscommon and nfscl modules. As such, both of these modules diff --git a/sys/sys/param.h b/sys/sys/param.h index 6645130e2614..ca6957ccdb14 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -73,7 +73,7 @@ * cannot include sys/param.h and should only be updated here. */ #undef __FreeBSD_version -#define __FreeBSD_version 1500033 +#define __FreeBSD_version 1500034 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,