Created attachment 299869 [details] Patch to list only affected atoms It would be comfortable to list in verbose mode only atoms that are affected. E.g. $ equery l freetype * Searching for freetype ... [IP-] [ ] media-libs/freetype-1.4_pre20080316-r2:1 [IP-] [ ] media-libs/freetype-2.4.8:2 Currently I get: $ /usr/bin/glsa-check -qtv 201201-09 This system is affected by the following GLSAs: 201201-09 [N] [remote ] FreeType: Multiple vulnerabilities ( media-libs/freetype-1.4_pre20080316-r2 media-libs/freetype-2.4.8 ) It would be better to get: $ ./glsa-check -qtv 201201-09 This system is affected by the following GLSAs: 201201-09 [N] [remote ] FreeType: Multiple vulnerabilities ( media-libs/freetype-1.4_pre20080316-r2 ) I am not familiar with python so the patch might not be very clean.
Created attachment 426716 [details, diff] Patch for app-portage/gentoolkit-0.3.1
Thanks for the patch. Pushed to the gentoolkit repository with a slight modification (used sorted instead of list for mylist). https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=d158f2e656bd72f01b72bb94cb734fb1021934b5 This can be tested with app-portage/gentoolkit-9999
Merge in portage's copy of glsa-check: https://gitweb.gentoo.org/proj/portage.git/commit/?id=75c790503028fd1d609b56c55865a38ae6a6e392
Released in gentoolkit-0.3.2.
*** Bug 537204 has been marked as a duplicate of this bug. ***