diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -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 ---------------------- |