Re: [gentoo-portage-dev] [PATCH 0/3] glsa-check: forward port remaining changes from gentoolkit (bug 693088)

2019-08-30 Thread Aaron Bauman
On Fri, Aug 30, 2019 at 04:03:11PM -0700, Zac Medico wrote: > Bug: https://bugs.gentoo.org/693088 > > Zac Medico (3): > glsa-check: Fix traceback with glsa-check -f (Bug 275105) > glsa-check: Make --pretend output nicer > glsa-check: Remove 'new' target from glsa-list > > bin/glsa-check |

[gentoo-portage-dev] [PATCH 2/3] glsa-check: Make --pretend output nicer

2019-08-30 Thread Zac Medico
This patch is a forward port of the following commit: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=72ba7b1274faf37451b1641ee51140f53f4b7098 commit 72ba7b1274faf37451b1641ee51140f53f4b7098 Author: rbu AuthorDate: 2009-08-18 17:47:20 + Commit: rbu CommitDate: 2009-08-18

[gentoo-portage-dev] [PATCH 3/3] glsa-check: Remove 'new' target from glsa-list

2019-08-30 Thread Zac Medico
This patch is a forward port of the following commit: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=8190a7299a618e0ce120fe1c894b944075576342 commit 8190a7299a618e0ce120fe1c894b944075576342 Author: rbu AuthorDate: 2009-08-18 18:25:59 + Commit: rbu CommitDate: 2009-08-18

[gentoo-portage-dev] [PATCH 0/3] glsa-check: forward port remaining changes from gentoolkit (bug 693088)

2019-08-30 Thread Zac Medico
Bug: https://bugs.gentoo.org/693088 Zac Medico (3): glsa-check: Fix traceback with glsa-check -f (Bug 275105) glsa-check: Make --pretend output nicer glsa-check: Remove 'new' target from glsa-list bin/glsa-check | 35 +++ 1 file changed, 23 insertions(+),

[gentoo-portage-dev] [PATCH 1/3] glsa-check: Fix traceback with glsa-check -f (Bug 275105)

2019-08-30 Thread Zac Medico
This patch is a forward port of the following commit: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=232d69fa230abb490e0b0f8eef550f28745be6a3 commit 232d69fa230abb490e0b0f8eef550f28745be6a3 Author: fuzzyray AuthorDate: 2009-06-22 20:45:49 + Commit: fuzzyray CommitDate:

[gentoo-portage-dev] [PATCH] glsa-check: add man page exit values

2019-08-30 Thread Aaron Bauman
Bug: https://bugs.gentoo.org/587930 Reported-by: Bandie Yip Kojote Signed-off-by: Aaron Bauman --- man/glsa-check.1 | 12 1 file changed, 12 insertions(+) diff --git a/man/glsa-check.1 b/man/glsa-check.1 index a0d49d4dd..7ed29c6c0 100644 --- a/man/glsa-check.1 +++

[gentoo-portage-dev] [PATCH] glsa-check: add exit code for affected GLSAs

2019-08-30 Thread Aaron Bauman
Bug: https://bugs.gentoo.org/587930 Reported-by: Bandie Yip Kojote Signed-off-by: Aaron Bauman --- bin/glsa-check | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/glsa-check b/bin/glsa-check index 83ea6b7c3..b3ddc532a 100755 --- a/bin/glsa-check +++ b/bin/glsa-check @@ -282,6 +282,7 @@

[gentoo-portage-dev] [PATCH 2/2] Add test case for unshare_net code in portage.process

2019-08-30 Thread Mike Gilbert
Code by Zac Medico, with some small tweaks. --- lib/portage/tests/process/test_unshare_net.py | 32 +++ 1 file changed, 32 insertions(+) create mode 100644 lib/portage/tests/process/test_unshare_net.py diff --git a/lib/portage/tests/process/test_unshare_net.py

[gentoo-portage-dev] [PATCH 1/2] Use RTNETLINK to configure the loopback interface

2019-08-30 Thread Mike Gilbert
This eliminates the dependency on iproute2 on Linux. Signed-off-by: Mike Gilbert --- lib/portage/process.py | 26 -- lib/portage/util/netlink.py | 98 + 2 files changed, 108 insertions(+), 16 deletions(-) create mode 100644

[gentoo-portage-dev] Constraint-Based Dependency Solver: initial results

2019-08-30 Thread michael . lienhardt
Dear all, It's possible that the goal of my current work and its possible benefit for the gentoo community are not very clear. In my experience, emerge is a very good tool to install new packages whose use flags have already been configured. However, when the packages are not correctly