diff options
-rw-r--r-- | TODO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -22,6 +22,9 @@ Functional Changes - Split `ob_set_package_substvars()` into `ob_set_source_substvars()` and ob_set_binary_substvars()`. Set `Binary-Version` in the latter. * ob-buildopk, ob-genchanges, ob-gencontrol, opkbuild: s/src-/src:/ + * ob-buildopk: Build external archives with ar by default, or tar if chosen by + configure option. prokit and pro-archman must first be modified to unpack + ar archives before ProteanOS switches to ar. Future Tasks ============ @@ -29,8 +32,6 @@ Future Tasks Functional Changes ------------------ - * ob-buildopk: Build external archives with ar, not tar. prokit and - pro-archman must first be modified to unpack ar archives. * ob-unpacksource: Maybe call separate decompressor utilities instead of using tar's seamless decompression. This enables support for xz with BusyBox < 1.21.0 (commit dfc2473). (Not really needed, since ProteanOS has |