Debian reproducibility statistics
tests.reproducible-builds.org
Debian reproducibility statistics
1–10 of 72 posts
Re: Debian reproducibility statistics
#2Re: Debian reproducibility statistics
#3Can someone shed some light on what exactly "reproducible" means in this context?
Re: Debian reproducibility statistics
#4Can someone shed some light on what exactly "reproducible" means in this context?
It's a term for binaries (usually ELF) being byte-to-byte equal in two different runs of a compiler. This way you can build a binary package from source package and if its content is the same, you know what source code was used to build the package, and then you can e.g. inspect the code for backdoors or build debug symbols without planning for that beforehand. https://en.wikipedia.org/wiki/Reproducible_build
Re: Debian reproducibility statistics
#5Earlier quoted context omitted.
It's a term for binaries (usually ELF) being byte-to-byte equal in two different runs of a compiler. This way you can build a binary package from source package and if its content is the same, you know what source code was used to build the package, and then you can e.g. inspect the code for backdoors or build debug symbols without planning for that beforehand. https://en.wikipedia.org/wiki/Reproducible_build
And why Debian is not reproducible?
Re: Debian reproducibility statistics
#6Can someone shed some light on what exactly "reproducible" means in this context?
Re: Debian reproducibility statistics
#7Earlier quoted context omitted.
It's a term for binaries (usually ELF) being byte-to-byte equal in two different runs of a compiler. This way you can build a binary package from source package and if its content is the same, you know what source code was used to build the package, and then you can e.g. inspect the code for backdoors or build debug symbols without planning for that beforehand. https://en.wikipedia.org/wiki/Reproducible_build
And why Debian is not reproducible?
Or... deeper parts of the compiler toolchain change, and the application doesn't re-build without changes.
Re: Debian reproducibility statistics
#8Earlier quoted context omitted.
It's a term for binaries (usually ELF) being byte-to-byte equal in two different runs of a compiler. This way you can build a binary package from source package and if its content is the same, you know what source code was used to build the package, and then you can e.g. inspect the code for backdoors or build debug symbols without planning for that beforehand. https://en.wikipedia.org/wiki/Reproducible_build
And why Debian is not reproducible?
"With this we can detect problems related to timestamps, file ordering, CPU usage, (pseudo-)randomness and other things"
https://tests.reproducible-builds.org/debian/index_variation...
Re: Debian reproducibility statistics
#9Project started in 2014 it seems.