Added support to check SHA256 integrity for binary pkgs.
This currently checks: - While removing, any file is checked and if hash doesn't match the file is ignored and not removed. - While installing, if a binary pkg file doesn't match with the one reported by the repository's pkg index file, the process will be stopped. --HG-- extra : convert_revision : 42bb64e89a092f0ff3e7d951e5b26e45d63a60fe
This commit is contained in:
2
doc/TODO
2
doc/TODO
@@ -13,8 +13,6 @@ xbps-bin:
|
||||
* Add support to handle conf_files and keep_dirs from package metadata.
|
||||
* Add support to remove recursively all deps of a package. [IN PROGRESS]
|
||||
* Add support to detect orphaned packages.
|
||||
* Add support to check sha256 hashes of all installed files, as well as
|
||||
hashes for binary packages before installation happens.
|
||||
* Add support to install binary packages without any repository.
|
||||
|
||||
xbps-repo:
|
||||
|
||||
Reference in New Issue
Block a user