Added support to check the SHA256 hash for any binpkg before installation happens.

--HG--
extra : convert_revision : 4f812eb0cfb614461527e360db1692bd5f9c34aa
This commit is contained in:
Juan RP
2009-03-02 23:38:24 +01:00
parent 05f918ea93
commit 37e4be86f9
6 changed files with 74 additions and 14 deletions

View File

@@ -16,10 +16,6 @@ xbps-bin:
* Add support to handle conf_files and keep_dirs from package metadata.
[PARTIALLY IMPLEMENTED]
* Add support to install binary packages without any repository.
* Check SHA256 hash of pkg and dependencies before installing.
Currently the hash is checked before a pkg is unpacked, this is
suboptimal because if some pkg fails, previous packages will be
installed and therefore unusable. [IN PROGRESS]
* Show binpkg size and installed size for all packages that are going
to be installed before installation happens.
* Add support to update packages.