summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-06-16 21:29:57 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-06-16 21:29:57 (EDT)
commitdb25745e4910f8faed6c9152c1d19b53dce1e8da (patch)
treeb947cca74823447fbf95921669411cd3753003d9
parent56d3c5c9222466895f1989824f1905f66e698e94 (diff)
NEWS: Mention SOURCE_DATE_EPOCH
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 71260bc..52a8a4d 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,8 @@ Released: ????-??-??
Utilities:
+ * opkbuild now sets the standardized [1] "SOURCE_DATE_EPOCH"
+ environment variable to assist in making builds reproducible.
* ob-buildopk now strives to build reproducible opk archives.
Specifically, archive member modification times are set to a
package's changelog date, owners and groups are set to 0, and file
@@ -24,6 +26,8 @@ libopkbuild:
* ob_set_source_substvar(), ob_set_binary_substvar(), and
ob_substvars() are now covered by the test suite.
+[1]: https://reproducible-builds.org/specs/source-date-epoch/
+
opkbuild version 4.0.2
----------------------