From 56d3c5c9222466895f1989824f1905f66e698e94 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 16 Jun 2019 19:11:42 -0400 Subject: NEWS: List recent changes --- 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 ---------------------- -- cgit v0.9.1