xbps-create(1): timestamps of metadata files are now set to epoch.

Thanks to @Gottox for finding the real issue.
This commit is contained in:
Juan RP
2015-09-03 11:12:49 +02:00
parent 2a6b14ae74
commit 782ec10111
3 changed files with 39 additions and 10 deletions

14
NEWS
View File

@@ -1,5 +1,14 @@
xbps-0.48 (???):
* xbps-create(1): it is now able to generate identical packages when its
content does not differ. This is the first part required to the
"100% reproducible builds" goal.
* xbps-create(1): do not add a build-date property to packages.
* xbps-rindex(1): use mtime of file instead of the build-date field in the
package to set build-date in the repo index.
* libxbps: when using verbose mode (-v) also print pkgs that are being
added to the transaction, this way we can know what pkg(s) are blocking
a transaction when there are unresolved (reverse)dependencies.
@@ -27,11 +36,6 @@ xbps-0.48 (???):
extra alphanumeric characters in the `reverts' object. Added a new testcase
to verify its correctness.
* xbps-create(1): do not add a build-date property to packages.
* xbps-rindex(1): use mtime of file instead of the build-date field in the
package to set build-date in the repo index.
xbps-0.47 (2015-07-18):
* When executing pkg configuration, override the umask with sane defaults.