[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28016] [PATCH] Reproducible issue for libjpeg-turbo
From: |
Z. Ren |
Subject: |
[bug#28016] [PATCH] Reproducible issue for libjpeg-turbo |
Date: |
Tue, 8 Aug 2017 15:32:45 +0800 (GMT+08:00) |
Hi!
While conducting a study inspired by the "reproducible builds" practice [1], we
have noticed that the package libjpeg-turbo could not be built reproducibly.
After investigation, we observe that the unreproducibility is caused by the
"configure" script, in which the output of `date` is captured.
The attached patch substitutes the `date` according to the SOUR_DATE_EPOCH.
Once applied, libjpeg-turbo could be built deterministically.
[1]: https://wiki.debian.org/ReproducibleBuilds
0001-reproducible-fix-for-libjpeg-turbo.patch
Description: Binary data
- [bug#28016] [PATCH] Reproducible issue for libjpeg-turbo,
Z. Ren <=