On Sun, Feb 11, 2024 at 07:30:53AM +0100, Emmanuel Vadot wrote: > On Sat, 10 Feb 2024 18:43:47 +0000 > "Wall, Stephen" <stephen.w...@redcom.com> wrote: > > > FreeBSD 14.0p4 has been out a couple months, but it looks like the pkgbase > > repo at https://pkg.freebsd.org/${ABI}/base_release_0 is still providing > > 14.0p3. Is that intentional, or should there have been a p4 build that > > didn't happen? > > > > - Steve Wall > > pkgbase packages are build with REPRODUCIBLE_BUILD and incremental > meaning that only changed packages are updated in the repository. > p4 only contained changes for the kernel so if you look closely the > kernel packages are indeed -p4 while the userland are p3 (but we could > have multiple -p in the repo if only one tiny change happened for a -p > tag on one componant.
According to commit 4edf3b80733ecf34d05111a6cf0af9295ffbebe7 p4 includes only a security update for OpenSSH (A-23:19.openssh). kernel, ssh and runtime were rebuilt. -- Herbert