New comment by mtboehlke on void-packages repository https://github.com/void-linux/void-packages/pull/40274#issuecomment-1303689053 Comment: I ran into a couple of issues with 0.8.8. `shred` utility wouldn't work due to calling getentropy for too many bytes, and stdin couldn't be specified in `comm`. These have both been fixed upstream. I currently patch these two fixes when building locally. The fix for `shred` can be found in https://github.com/landley/toybox/issues/379 and for `comm` in https://github.com/landley/toybox/issues/381