io_archive: Use SOURCE_DATE_EPOCH for meta files instead of current time
Using the current time would require normalization with SOURCE_DATE_EPOCH, instead of implementing that this patch simply uses 1970-01-01 for DESCRIPTION
and APKINDEX
.
This patch has been updated to use SOURCE_DATE_EPOCH for DESCRIPTION
and APKINDEX
.
I've only lightly tested this, I'm not sure how reasonable this change is.
Edited by kpcyrd