xbps-bin: it's possible to reinstall any pkg with '-f' option.

This commit is contained in:
Juan RP
2011-12-20 16:08:23 +01:00
parent 6ad7289d68
commit a5d9eb9853
6 changed files with 24 additions and 15 deletions

4
NEWS
View File

@@ -1,5 +1,9 @@
xbps-0.11.0 (???):
* xbps-bin(8): it is possible now to reinstall a package even if it's
installed with the '-f' option. If reinstalling the same package version,
only unexistent files or files not matching its hash will be extracted.
* While unpacking a binary package, always check that file to be extracted
exists on filesystem, if true and its hash is matched, skip extraction.