Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 235970 - sys-apps/portage: glsa-check Add option for reversed listing
Summary: sys-apps/portage: glsa-check Add option for reversed listing
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: 691278
  Show dependency tree
 
Reported: 2008-08-28 00:55 UTC by pavel sanda
Modified: 2019-11-02 00:31 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch (patch,1.52 KB, patch)
2008-08-28 00:56 UTC, pavel sanda
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description pavel sanda 2008-08-28 00:55:28 UTC
It would be convenient to have reversed listing of GLSAS, i'm usually not interested in the old entries at all.

Reproducible: Always

Steps to Reproduce:
Comment 1 pavel sanda 2008-08-28 00:56:23 UTC
Created attachment 163952 [details, diff]
patch

adding -r option for listing. diffed against the current trunk.
Comment 2 pavel sanda 2012-05-02 17:21:59 UTC
ping :)
Comment 3 Zac Medico gentoo-dev 2019-08-19 05:25:03 UTC
glsa-check is included with >=sys-apps/portage-2.3.72 (bug 463952).
Comment 5 Larry the Git Cow gentoo-dev 2019-09-01 19:03:31 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/portage.git/commit/?id=a17c3627190aa2e9594220b22f9f1acf46c81d2f

commit a17c3627190aa2e9594220b22f9f1acf46c81d2f
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2019-09-01 04:36:05 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2019-09-01 18:29:10 +0000

    glsa-check: add --reverse option (bug 235970)
    
    Add --reverse option which causes GLSAs to be listed in reverse order,
    so that the most recent GLSAs are listed earlier.
    
    Suggested-by: Pavel Sanda <ps@twin.jikos.cz>
    Bug: https://bugs.gentoo.org/235970
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 bin/glsa-check | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
Comment 6 Larry the Git Cow gentoo-dev 2019-09-01 21:20:49 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc1ee19f135a3446d16deac8f783472b464e3a2e

commit fc1ee19f135a3446d16deac8f783472b464e3a2e
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2019-09-01 21:12:24 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2019-09-01 21:20:36 +0000

    sys-apps/portage: Bump to version 2.3.75
    
     #235970 glsa-check: add --reverse option
     #692134 glsa-check: fix truncated CVE ids in listmode
     #692746 missed virtual/libmysqlclient update
     #693242 premature backtracking termination
    
    Bug: https://bugs.gentoo.org/691278
    Bug: https://bugs.gentoo.org/235970
    Bug: https://bugs.gentoo.org/692134
    Bug: https://bugs.gentoo.org/692746
    Bug: https://bugs.gentoo.org/693242
    Package-Manager: Portage-2.3.75, Repoman-2.3.17
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 sys-apps/portage/Manifest              |   1 +
 sys-apps/portage/portage-2.3.75.ebuild | 261 +++++++++++++++++++++++++++++++++
 2 files changed, 262 insertions(+)