diff --git a/doc/TODO b/doc/TODO index 1a6f3265d9..3cc620ef49 100644 --- a/doc/TODO +++ b/doc/TODO @@ -20,8 +20,13 @@ xbps-bin: * Add support to handle conf_files and keep_dirs from package metadata. * Add support to remove recursively all deps of a package. * Add support to detect orphaned packages. - * Add support to check sha512 hashes of all installed files, as well as + * Add support to check sha256 hashes of all installed files, as well as hashes for binary packages before installation happens. * Add support to use the show target with no repositories. + +xbps-repo: + * Replace binpkg-genindex.sh with a target for xbps-repo to generate the + index. The goal is to be able to add/remove a package without having to + create the file from scratch, for performance. * Some problems when installing binpkgs with repos: - If first repo is valid but second is not, will fail.