From 65d1c71008639bf29048ed1e4c266a3d46dd73e1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 5 Feb 2009 15:26:59 +0100 Subject: [PATCH] Update TODO. --HG-- extra : convert_revision : 2fb3e5cbd814d6b17645cdc78a05883942099353 --- doc/TODO | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/TODO b/doc/TODO index 1a6f3265d94..3cc620ef499 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.