00TODO 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. TODO
  2. ====
  3. o missing locking while indexing. This way the index files are regularily
  4. broken on our FTP server and have to be manually fixed.
  5. o multiple call results in different outputs (perhaps Perl 5.8.x hash
  6. randomization issue?) PR#284
  7. o "mutt15" provides "mutt". if "mutt15" is installed, openpkg-tool tries
  8. to upgrade to "mutt".
  9. o incorrect UPDATE behaviour: tries to downgrade to older versions PR303
  10. CANDO
  11. =====
  12. o in 1.3.1: on upgrading postfix it thinks 1.3.0 is the newest package.
  13. o during "openpkg build -Ua" in a release (not in CURRENT) the bootstrap
  14. package is always updated even if no new version exists.
  15. o file:// URL scheme not understood. No dramatically, but a little
  16. bit inconsistent and should be easy to fix.
  17. o boolean condition parser/evaluator: does not accept/understand "!=".
  18. This seems to not cause trouble but is a nasty weakness.
  19. o boolean condition parser/evaluator: does not accept/understand values
  20. other than "yes"/"no" This seems to not cause large trouble but is a
  21. nasty weakness and especially makes some packages more complicated.