git: f5828b88a979 - stable/15 - Bump `__FreeBSD_version` for ee6882e6b1287aa9
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 31 Jan 2026 23:49:36 UTC
The branch stable/15 has been updated by ngie:
URL: https://cgit.FreeBSD.org/src/commit/?id=f5828b88a979fd9b48c2a6370bf2ee761d4ee52a
commit f5828b88a979fd9b48c2a6370bf2ee761d4ee52a
Author: Enji Cooper <ngie@FreeBSD.org>
AuthorDate: 2026-01-31 23:46:51 +0000
Commit: Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2026-01-31 23:46:51 +0000
Bump `__FreeBSD_version` for ee6882e6b1287aa9
While the change in ee6882e6b1287aa9 was likely benign, this commit is
playing it safe by updating __FreeBSD_version, per the libcrypto
dependencies change, as libcrypto now explicitly depends on libpthread
and has threading support explicitly enabled.
This is a direct commit to stable/15.
---
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 9f810fb68147..2ba2af796ed1 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 1500505
+#define __FreeBSD_version 1500506
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,