Fix pkg symlink removal introduced in the two phase package removal feature.

This commit is contained in:
Juan RP
2014-02-26 10:05:19 +01:00
parent 8c47021ec3
commit 9101241b20
3 changed files with 39 additions and 1 deletions

4
NEWS
View File

@@ -1,5 +1,9 @@
xbps-0.33 (???):
* While checking file permissions for package files removal, make sure
to not dereference symbolic links, because a symlink might point to
a file in the rootfs, which won't have the same uid/gid.
* Fixed issue #31: https://github.com/voidlinux/xbps/issues/31
* New configuration file format with a custom C parser, simpler