diff options
author | Patrick 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) |
commit | e896bac2af929d6c59e6fdad20b41d69d32848fd (patch) | |
tree | 2c84f6a70efa4d4dc8245a381a9aedea7498b7b9 /NEWS | |
parent | 2231b66a936e3fd2ef91a44191d054836bd16711 (diff) |
ob-buildopk: Check for BB tar reverse ordering bug
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 ---------------------- |