[Git][pacman/pacman][master] 2 commits: Fix calculation of space needed for download package
Allan McRae pushed to branch master at Pacman / Pacman Commits: b60b779f by Allan McRae at 2024-06-19T17:33:36+10:00 Fix calculation of space needed for download package The calculation used the size of the package rather than the amount remaining to download for partially downloaded packages. Signed-off-by: Allan McRae <allan@archlinux.org> - - - - - c9acfc2b by Allan McRae at 2024-06-19T17:38:07+10:00 Fix error when downloading signature file for an existing package file If a package was already downloaded but its signature file was not, pacman would download the signature then error out despite all files being present. Also fixes a similar error when some, but not all, package databases were updated with -Sy. Fixes #156 Signed-off-by: Allan McRae <allan@archlinux.org> - - - - - 2 changed files: - lib/libalpm/dload.c - lib/libalpm/sync.c View it on GitLab: https://gitlab.archlinux.org/pacman/pacman/-/compare/479f4d574a25fee0d24ffbb... -- View it on GitLab: https://gitlab.archlinux.org/pacman/pacman/-/compare/479f4d574a25fee0d24ffbb... You're receiving this email because of your account on gitlab.archlinux.org.
participants (1)
-
Allan McRae (@allan)