summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-06-16 19:11:42 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-06-16 19:15:06 (EDT)
commit56d3c5c9222466895f1989824f1905f66e698e94 (patch)
tree44bd0655add8525369d327884a28ef7328ae5a02
parent13dd10db24007f482881bec018d6fdbb54520551 (diff)
NEWS: List recent changes
-rw-r--r--NEWS21
1 files changed, 21 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 51cf91a..71260bc 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,27 @@ opkbuild version 4.0.2+dev
Released: ????-??-??
+Utilities:
+
+ * 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
+ ordering is now deterministic. Setting modification times of
+ symbolic links requires a "touch" utility that accepts the non-
+ standard "-h" option (supported in BusyBox 1.22.0 and later);
+ without it, packages with symbolic links won't be fully
+ reproducible.
+ * ob-gencontrol now generates source package control files without
+ redundant "Source" fields and with "Binary" and "Build-Depends"
+ fields.
+
+libopkbuild:
+
+ * New functions ob_rfc822_mktime() and ob_iso8601_gmtime() have been
+ added.
+ * ob_set_source_substvar(), ob_set_binary_substvar(), and
+ ob_substvars() are now covered by the test suite.
+
opkbuild version 4.0.2
----------------------