The branch main has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=db7c0e32a05dd7011553321e82ac66dd712eaf09
commit db7c0e32a05dd7011553321e82ac66dd712eaf09 Author: Colin Percival <cperc...@freebsd.org> AuthorDate: 2025-08-09 14:04:07 +0000 Commit: Colin Percival <cperc...@freebsd.org> CommitDate: 2025-08-09 14:04:07 +0000 Bump __FreeBSD_version for 4757b351ea9d This is necessary so that pkg builds will link to the new libutil shared object version. Fixes: 4757b351ea9d ("openssl: Import version 3.5.1") --- sys/sys/param.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/param.h b/sys/sys/param.h index 72061bd8134e..b9942c7bc2fd 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -74,7 +74,7 @@ * cannot include sys/param.h and should only be updated here. */ #undef __FreeBSD_version -#define __FreeBSD_version 1500058 +#define __FreeBSD_version 1500059 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,