What changed, and why it matters
This commit simply updates a third-party graphics library used by Bitcoin Core's build system from version 0.1.5 to 0.1.6, along with its corresponding checksum. There is no indication in the commit itself that this fixes a security problem, and no security-relevant information is provided.
No immediate action required. If evaluating this dependency bump for security purposes, consult the upstream xcb-util-cursor 0.1.6 release notes or changelog for any security fixes, as the commit itself does not disclose security relevance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The change is a single dependency version bump in depends/packages/libxcb_util_cursor.mk: version 0.1.5 -> 0.1.6 and SHA-256 hash updated accordingly. The package is part of the depends build system for X11-related cursor utilities. The diff contains no code changes, patches, or security notes.
Changed components
depends/packages/libxcb_util_cursor.mkInspect captured patch +2 / −2
diff --git a/depends/packages/libxcb_util_cursor.mk b/depends/packages/libxcb_util_cursor.mk
index 288afeaa..41cd0ae7 100644
--- a/depends/packages/libxcb_util_cursor.mk
+++ b/depends/packages/libxcb_util_cursor.mk
@@ -1,8 +1,8 @@
package=libxcb_util_cursor
-$(package)_version=0.1.5
+$(package)_version=0.1.6
$(package)_download_path=https://xcb.freedesktop.org/dist
$(package)_file_name=xcb-util-cursor-$($(package)_version).tar.gz
-$(package)_sha256_hash=0e9c5446dc6f3beb8af6ebfcc9e27bcc6da6fe2860f7fc07b99144dfa568e93b
+$(package)_sha256_hash=eae38b2dfc5c529a886e507ef576b12d2a20aa1f149608e4853af760f31be60b
$(package)_dependencies=libxcb libxcb_util_render libxcb_util_image
define $(package)_set_vars
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.