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