xbps-install: make -f preserve conf files; use it twice to overwrite all files.

This commit is contained in:
Juan RP
2013-02-02 11:30:42 +01:00
parent 7d8f0bb686
commit 5c1688944d
5 changed files with 23 additions and 9 deletions

5
NEWS
View File

@@ -1,5 +1,10 @@
xbps-0.21 (???):
* xbps-install(8): the -f, --force flag will now preserve configuration
files if they were modified, and only unpack files that have been
modified when re-installing packages. If -f is specified twice (-ff)
all package files will be overwritten from new package.
* Fix regression in xbps_fetch_file() when fetching files from HTTP
servers that don't provide us enough details (file length, mtime, etc).