xbps/TODO
Juan RP 4d1cdcac0c Fix concurrency issues in pkgdb: only allow 1 write transaction at the same time.
This implementation relies on a POSIX named semaphore, which is also
required by xbps-rindex(8).
2014-02-23 08:23:14 +01:00

13 lines
423 B
Plaintext

libxbps:
- transaction: avoid fetching the whole pkg when updating and only fetch
modified files from target pkg.
- Add support to handle 'shlib-requires' and 'shlib-provides'.
xbps-create:
- Move all configuration files to <prefix>/share/<pkgname>/conf/<cffile>.
- Add -i --installed option to create binpkg from an installed version.
Issues listed at https://github.com/xtraeme/xbps/issues
Surely more stuff...