@dthompson
I'm not sure what you mean here. Patching a binary extracted from a sha256 identified tarball seems as reproducible as you can get (for a pre-built binary).
Sure it's not from source, but it is entirely reproducible. Now... I wouldn't call that a build 😋
@nixy it doesn't satisfy the definition of a reproducible build: https://reproducible-builds.org/docs/definition/
"A build is reproducible if given the same source code, build environment and build instructions, any party can recreate bit-by-bit identical copies of all specified artifacts."
so, starting from a binary doesn't count as a reproducible build.