Summary: | sys-apps/portage-2.3.73: glsa-check no longer accepts --quiet | ||
---|---|---|---|
Product: | Portage Development | Reporter: | Karl-Johan Karlsson <creideiki+gentoo-bugzilla> |
Component: | Tools | Assignee: | Portage team <dev-portage> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Keywords: | InVCS, REGRESSION |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 691278, 693088 |
Description
Karl-Johan Karlsson
2019-08-26 04:10:02 UTC
Yes, I see we're missing this patch from bug 170784: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=cd5a8e80f949f649b6d2b174bc899f1f092684fd I'll have to check the history here to see if anything else got missed: https://gitweb.gentoo.org/proj/gentoolkit.git/log/bin/glsa-check I see there was a change here for --quiet behavior: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/bin/glsa-check?id=d3e4aad5a03efbd5089f96558d2ddd1e9bf158a8 Patches posted for review: https://archives.gentoo.org/gentoo-portage-dev/message/735ab8c58a336f2737a6888de9b8e6df https://github.com/gentoo/portage/pull/451 The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/proj/portage.git/commit/?id=af9574c902d4844d2d85fa954f5b1cf1ef7adda8 commit af9574c902d4844d2d85fa954f5b1cf1ef7adda8 Author: Zac Medico <zmedico@gentoo.org> AuthorDate: 2019-08-29 18:30:58 +0000 Commit: Zac Medico <zmedico@gentoo.org> CommitDate: 2019-08-29 19:27:19 +0000 glsa-check: Hide non-vuln glsas in quiet mode This patch is a forward port of the following commit: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=d3e4aad5a03efbd5089f96558d2ddd1e9bf158a8 commit d3e4aad5a03efbd5089f96558d2ddd1e9bf158a8 Author: vapier <vapier@gentoo.org> AuthorDate: 2010-03-07 01:37:57 +0000 Commit: vapier <vapier@gentoo.org> CommitDate: 2010-03-07 01:37:57 +0000 glsa-check: hide non-vuln glsas in quiet mode svn path=/trunk/gentoolkit/; revision=750 Bug: https://bugs.gentoo.org/692872 Signed-off-by: Zac Medico <zmedico@gentoo.org> bin/glsa-check | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) https://gitweb.gentoo.org/proj/portage.git/commit/?id=57e5ea479030de69e43252bd8dc6c93e6a87369a commit 57e5ea479030de69e43252bd8dc6c93e6a87369a Author: Zac Medico <zmedico@gentoo.org> AuthorDate: 2019-08-29 17:49:54 +0000 Commit: Zac Medico <zmedico@gentoo.org> CommitDate: 2019-08-29 19:27:19 +0000 glsa-check: Add --quiet option This patch is a forward port of the following commit: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=cd5a8e80f949f649b6d2b174bc899f1f092684fd commit cd5a8e80f949f649b6d2b174bc899f1f092684fd Author: fuzzyray <fuzzyray@gentoo.org> AuthorDate: 2009-05-07 22:15:50 +0000 Commit: fuzzyray <fuzzyray@gentoo.org> CommitDate: 2009-05-07 22:15:50 +0000 Add patch from Robert Buchholz: Add quiet option Incorporate option to quiet down glsa-check, based on a patch by Thilo Bangert <bangert@gentoo.org> in bug #170784. This option will also suppress sending of empty mail, based on a patch by Christian Gut <cycloon@is-root.org> in bug #182990. svn path=/trunk/gentoolkit/; revision=633 Bug: https://bugs.gentoo.org/692872 Signed-off-by: Zac Medico <zmedico@gentoo.org> bin/glsa-check | 17 +++++++++++------ man/glsa-check.1 | 3 +++ 2 files changed, 14 insertions(+), 6 deletions(-) The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05d4de36535c74df5e27784886a7de8d0d8afddb commit 05d4de36535c74df5e27784886a7de8d0d8afddb Author: Zac Medico <zmedico@gentoo.org> AuthorDate: 2019-08-31 06:13:47 +0000 Commit: Zac Medico <zmedico@gentoo.org> CommitDate: 2019-08-31 06:21:36 +0000 sys-apps/portage: Bump to version 2.3.74 #587930 glsa-check: add exit code for affected GLSAs #688902 Add FEATURES=pkgdir-index-trusted #690758 Use RTNETLINK to configure the loopback interface #692872 glsa-check: forward port --quiet option from gentoolkit #693026 rsync: proxychains compatibility #693088 glsa-check: forward port remaining changes from gentoolkit #693096 emerge: deprecate --changelog option Bug: https://bugs.gentoo.org/691278 Bug: https://bugs.gentoo.org/587930 Bug: https://bugs.gentoo.org/688902 Bug: https://bugs.gentoo.org/690758 Bug: https://bugs.gentoo.org/692872 Bug: https://bugs.gentoo.org/693026 Bug: https://bugs.gentoo.org/693088 Bug: https://bugs.gentoo.org/693096 Package-Manager: Portage-2.3.74, Repoman-2.3.17 Signed-off-by: Zac Medico <zmedico@gentoo.org> sys-apps/portage/Manifest | 1 + sys-apps/portage/portage-2.3.74.ebuild | 261 +++++++++++++++++++++++++++++++++ 2 files changed, 262 insertions(+) |