Re: [gentoo-portage-dev] precisions on installed packages' dependencies

2020-03-22 Thread Zac Medico
On 3/22/20 5:38 PM, michael.lienha...@laposte.net wrote: > Dear all, > > Still in the process of improving my solver (and make it a usable tool), I > need to have a better idea on how installed packages should be managed. Great! > I didn't find anything on that topic in the PMS (if I've missed

[gentoo-portage-dev] precisions on installed packages' dependencies

2020-03-22 Thread michael . lienhardt
Dear all, Still in the process of improving my solver (and make it a usable tool), I need to have a better idea on how installed packages should be managed. I didn't find anything on that topic in the PMS (if I've missed it, I'm sorry). Could you confirm/correct my following understanding: 1. in

[gentoo-portage-dev] [PATCH] _hide_url_passwd: replace all occurrences (bug 713726)

2020-03-22 Thread Zac Medico
Adjust the regular expression to avoid overly-greedy .+ groups, so that is will properly replace all occurrences, as necessary for the purposes of bug 713726 since PORTAGE_BINHOST may contain multiple values. Bug: https://bugs.gentoo.org/713726 Signed-off-by: Zac Medico --- lib/portage/package/e

[gentoo-portage-dev] Re: [PATCH] _post_phase_userpriv_perms: handle $HOME (bug 713100)

2020-03-22 Thread Zac Medico
Please ignor this accidental re-send, it is identical to this previous send: https://archives.gentoo.org/gentoo-portage-dev/message/a6cb4527a2aa29c3aafccc17d91b44e5 On 3/22/20 12:56 PM, Zac Medico wrote: > Ensure that the userpriv UID has appropriate permission for files > created in $HOME during

[gentoo-portage-dev] [PATCH] emerge --info: Filter variables for credentials

2020-03-22 Thread Zac Medico
From: "Sam James (sam_c)" Closes: https://bugs.gentoo.org/713726 Signed-off-by: Sam James (sam_c) Signed-off-by: Zac Medico --- lib/_emerge/actions.py | 4 1 file changed, 4 insertions(+) diff --git a/lib/_emerge/actions.py b/lib/_emerge/actions.py index 7a39d5ec7..392f98d4d 100644 --- a

[gentoo-portage-dev] [PATCH] _post_phase_userpriv_perms: handle $HOME (bug 713100)

2020-03-22 Thread Zac Medico
Ensure that the userpriv UID has appropriate permission for files created in $HOME during privileged phases like pkg_setup, in the same way as for $T. This prevents potential permission issues for programs invoked during unprivileged phases, and it improves alignment with PMS which specifies identi