xbps_fetch_file: don't check for file truncation if server answers with invalid info.

This commit is contained in:
Juan RP
2013-02-01 13:40:27 +01:00
parent 42e0f19bbe
commit bdcdb9f1a0
2 changed files with 4 additions and 1 deletions

3
NEWS
View File

@@ -1,5 +1,8 @@
xbps-0.21 (???):
* Fix regression in xbps_fetch_file() when fetching files from HTTP
servers that don't provide us enough details (file length, mtime, etc).
* Fix regression introduced in b9136c61c95698a5dafbc69ee9cd873110c68e45,
breaking package conflicts detection.