There is a new pull request by crtxcr against master on the void-packages repository https://github.com/crtxcr/void-packages musl_fix_strverscmp https://github.com/void-linux/void-packages/pull/41228 musl: fix strverscmp comparison of digit sequence #### Testing the changes - I tested the changes in this PR: **briefly** #### Local build testing - I built this PR locally for my native architecture, (n/a) - I built this PR locally for these architectures (if supported. mark crossbuilds): - x86_64-musl The test in https://github.com/void-linux/void-packages/pull/41226 fails due to a bug in musl which causes strverscmp() to behave incorrectly and differently from glibc. This PR applies an upstream patch to fix that behavior. After applying the patch, the failed test succeeds A patch file from https://github.com/void-linux/void-packages/pull/41228.patch is attached