summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-08-04 00:58:08 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-08-04 01:02:18 (EDT)
commite896bac2af929d6c59e6fdad20b41d69d32848fd (patch)
tree2c84f6a70efa4d4dc8245a381a9aedea7498b7b9 /NEWS
parent2231b66a936e3fd2ef91a44191d054836bd16711 (diff)
ob-buildopk: Check for BB tar reverse ordering bug
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 27d0f14..364d868 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,15 @@ opkbuild version 4.1.2+dev
Released: ????-??-??
+Utilities:
+
+ * ob-buildopk now checks for a bug in BusyBox versions before 1.22.0
+ that causes tar to add in reverse order entries listed on standard
+ input with the -T option. This bug causes packages to fail to
+ install and uninstall cleanly due to data files being stored after
+ the directories that contain them. This bug was exposed by changes
+ in opkbuild version 4.1.0.
+
opkbuild version 4.1.2
----------------------