libxbps: properly detect obsolete files with files being between pkgs.

120 test cases now successfully pass, and all known issues about
pkg updates that move files between them should be gone (hopefully).
This commit is contained in:
Juan RP
2015-02-26 19:37:46 +01:00
parent 8de52caa2f
commit b6b446d32e
4 changed files with 37 additions and 13 deletions

4
NEWS
View File

@@ -1,5 +1,9 @@
xbps-0.44 (???):
* libxbps: properly detect when a file has been moved between packages:
if the mtime stored in the pkg metadata does not match the mtime
of the same file stored on disk, don't detect this as an obsolete file.
* xbps-pkgdb(8): this now exits with an error if any test has failed.
* libxbps: while unpacking pkg files that were not modified (sha256 hash matched),