Date: Sat, 9 Aug 2025 14:05:18 GMT From: Colin Percival <cperciva@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: db7c0e32a05d - main - Bump __FreeBSD_version for 4757b351ea9d Message-ID: <202508091405.579E5IFr091210@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=db7c0e32a05dd7011553321e82ac66dd712eaf09 commit db7c0e32a05dd7011553321e82ac66dd712eaf09 Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2025-08-09 14:04:07 +0000 Commit: Colin Percival <cperciva@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,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202508091405.579E5IFr091210>