aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorEtienne Buira <etienne.buira@free.fr>2024-11-01 16:33:30 -0700
committerZac Medico <zmedico@gentoo.org>2024-11-01 16:33:30 -0700
commit5eaf9f2e491ae9c6f54d77c821b46b2cb5af3f35 (patch)
treee31ce45ef0c5df996809e86feb3b2038d1769230 /NEWS
parentAlway import iscoroutinefunction from inspect (diff)
downloadportage-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--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5c1cea5c2..8847f0209 100644
--- a/NEWS
+++ b/NEWS
@@ -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)
--------------