What changed, and why it matters
This commit only updates three documentation files to clarify which versions of FreeBSD, NetBSD, and OpenBSD Bitcoin Core supports. No code was changed, and there is no security issue.
No action needed. This is a documentation-only change with no security relevance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies doc/build-freebsd.md, doc/build-netbsd.md, and doc/build-openbsd.md. It replaces specific release version references with links to each operating system’s supported-release policy and updates wording about which release the build guide targets. No source code, build scripts, dependencies, or configuration files were altered.
Changed components
doc/build-freebsd.mddoc/build-netbsd.mddoc/build-openbsd.mdInspect captured patch +6 / −6
diff --git a/doc/build-freebsd.md b/doc/build-freebsd.md
index 436b57c9..ffb8ecfe 100644
--- a/doc/build-freebsd.md
+++ b/doc/build-freebsd.md
@@ -1,8 +1,8 @@
# FreeBSD Build Guide
-**Updated for FreeBSD [15.0](https://www.freebsd.org/releases/15.0R/announce/)**
+Bitcoin Core is supported on all [supported FreeBSD releases](https://www.freebsd.org/security/#sup).
-This guide describes how to build bitcoind, command-line utilities, and GUI on FreeBSD.
+This guide describes how to build bitcoind, command-line utilities, and GUI on the most recent production release.
## Preparation
diff --git a/doc/build-netbsd.md b/doc/build-netbsd.md
index c269d2a1..d4d031d3 100644
--- a/doc/build-netbsd.md
+++ b/doc/build-netbsd.md
@@ -1,8 +1,8 @@
# NetBSD Build Guide
-**Updated for NetBSD [10.1](https://netbsd.org/releases/formal-10/NetBSD-10.1.html)**
+Bitcoin Core is supported on all [supported NetBSD releases](https://www.netbsd.org/releases/).
-This guide describes how to build bitcoind, command-line utilities, and GUI on NetBSD.
+This guide describes how to build bitcoind, command-line utilities, and GUI on the latest release.
## Preparation
diff --git a/doc/build-openbsd.md b/doc/build-openbsd.md
index d64fd909..bcc2eba6 100644
--- a/doc/build-openbsd.md
+++ b/doc/build-openbsd.md
@@ -1,8 +1,8 @@
# OpenBSD Build Guide
-**Updated for OpenBSD [7.8](https://www.openbsd.org/78.html)**
+Bitcoin Core is supported on [the two most recent OpenBSD releases](https://www.openbsd.org/faq/faq5.html#Flavors).
-This guide describes how to build bitcoind, command-line utilities, and GUI on OpenBSD.
+This guide describes how to build bitcoind, command-line utilities, and GUI on the latest release.
## Preparation
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.