What changed, and why it matters
This commit only updates a documentation file for building Bitcoin Core on NetBSD. It changes the recommended Python package from version 3.10 to version 3.13 because the older package is no longer available by default in NetBSD 10.1. There is no code change and no security issue.
No security action needed. Treat as routine documentation maintenance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies doc/build-netbsd.md, replacing the command pkgin install python310 py310-zmq with pkgin install python313 py313-zmq. This is a documentation-only update reflecting current NetBSD package availability. No source code, build scripts, dependencies, or cryptographic logic are affected.
Changed components
doc/build-netbsd.mdInspect captured patch +1 / −1
diff --git a/doc/build-netbsd.md b/doc/build-netbsd.md
index 103e6256..f19eb4c5 100644
--- a/doc/build-netbsd.md
+++ b/doc/build-netbsd.md
@@ -93,7 +93,7 @@ There is an included test suite that is useful for testing code changes when dev
To run the test suite (recommended), you will need to have Python 3 installed:
```bash
-pkgin install python310 py310-zmq
+pkgin install python313 py313-zmq
```
## Building Bitcoin Core
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.