forked from void-linux/xbps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
24 lines (19 loc) · 802 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
libxbps:
- transaction: avoid fetching the whole pkg when updating and only fetch
modified files from target pkg.
- transaction: split fetch part to xbps_transaction_fetch().
- transaction: check for obsoletes exactly once, via xbps_transaction_prepare().
- transaction: check for free space in all affected top-level dirs.
- transaction: check all pkg top-level dirs to see if they are writable.
xbps-*:
- Document exit codes.
xbps-create:
- Move all configuration files to <prefix>/share/<pkgname>/conf/<cffile>.
- Add -i --installed option to create binpkg from an installed version.
xbps-fetch:
- stdout support
- configurable libfetch timeout
- configurable number of connection retries
xbps-digest:
- blake2b support
Issues listed at https://github.com/void-linux/xbps/issues