diff options
author | Etienne Buira <etienne.buira@free.fr> | 2024-11-01 16:33:30 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2024-11-01 16:33:30 -0700 |
commit | 5eaf9f2e491ae9c6f54d77c821b46b2cb5af3f35 (patch) | |
tree | e31ce45ef0c5df996809e86feb3b2038d1769230 /NEWS | |
parent | Alway import iscoroutinefunction from inspect (diff) | |
download | portage-5eaf9f2e491ae9c6f54d77c821b46b2cb5af3f35.tar.gz portage-5eaf9f2e491ae9c6f54d77c821b46b2cb5af3f35.tar.bz2 portage-5eaf9f2e491ae9c6f54d77c821b46b2cb5af3f35.zip |
gpkg: do not consider symlinks targets for size estimation
Symlinks size is already accounted for, so there is no need to account
for the pointed to file.
Moreover, previous code failed to handle permission error when using
ROOT= and having absolute symlinks pointing to running root.
Signed-off-by: Etienne Buira <etienne.buira@free.fr>
Bug: https://bugs.gentoo.org/942512
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ Bug fixes: * binarytree: Fix _inject_repo_revisions to ignore remote packages for which source repostories are missing, triggering KeyError (PR #1391). +* gpkg: do not consider symlinks targets for size estimation (bug #942512). + portage-3.0.66.1 (2024-09-18) -------------- |