summaryrefslogtreecommitdiff
path: root/bin/glsa-check
AgeCommit message (Collapse)Author
2019-08-18glsa-check moved to portage repository (bug 463952)Zac Medico
This copy of glsa-check is no longer need since it has moved to the portage repository. Bug: https://bugs.gentoo.org/463952 Signed-off-by: Zac Medico <zmedico@gentoo.org>
2016-06-06glsa-check: Apply list only affected versions patch from bug 400763Paul Varner
Author: Roland Hopferwieser <gentoo@int0x80.at> X-Gentoo-bug: 400763 X-Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=400763
2012-12-22update 'svn' versions to 'git', not man pages with already set versions. Brian Dolbec
2011-02-26Fix some pylint complainsChristian Ruppert
2011-01-28Fix unicode vs. bytes issue in glsa-check (#341293)Andy Kittner
2010-05-13Replace portage.db[/] with portage.db[portage.root] so that root is not ↵fuzzyray
hardcoded svn path=/trunk/gentoolkit/; revision=782
2010-03-24Merge genscripts rev 406fuzzyray
svn path=/trunk/gentoolkit/; revision=756
2010-03-09sync with genscripts rev 343. This adds the initial py3k support and the ↵fuzzyray
analyse utility to gentoolkit svn path=/trunk/gentoolkit/; revision=751
2010-03-07glsa-check: hide non-vuln glsas in quiet modevapier
svn path=/trunk/gentoolkit/; revision=750
2009-12-11Merge genscripts rev 130fuzzyray
svn path=/trunk/gentoolkit/; revision=721
2009-08-18Remove 'new' target from glsa-listrbu
Everyone should use 'affected' or 'all' Update man page and changelog svn path=/trunk/gentoolkit/; revision=672
2009-08-18Make --pretend output in glsa-check nicer. Add colors and fix linebreaks.rbu
svn path=/trunk/gentoolkit/; revision=670
2009-06-22Fix traceback with glsa-check -f (Bug 275105)fuzzyray
svn path=/trunk/gentoolkit/; revision=665
2009-05-25Make bin files executablerbu
svn path=/trunk/gentoolkit/; revision=652
2009-05-21Change /etc/gentoolkit-version to /usr/share/gentoolkit/VERSIONfuzzyray
svn path=/trunk/gentoolkit/; revision=651
2009-05-20Do not inject GLSAs into the checkfile when fixing themfuzzyray
There is no reason applied GLSAs must be stored in a checkfile. In the current glsa-check GUI this will make it impossible to determine whether the system is still affected by the GLSA (e.g. by re-emerging, or when a GLSA is changed afterwards). The current place for the checkfile (/var/cache) is not persistent per FHS, meaning that people might clean out the contents of their injected GLSAs. Since glsa.py is moving to portage anyway, we can use /var/lib/portage as a place to store the injected GLSAs. Documentation has been updated accordingly. Note that the old checkfile should not be moved to the previous location on upgrade since this will cause false negatives due to the above arguments. A message should appear on upgrade (pkg_postinst or similar). svn path=/trunk/gentoolkit/; revision=649
2009-05-20Restructure system affection detection.fuzzyray
Store "vulnerable" and "upgrade" packages in a table, and use that data to determine which packages cannot be upgraded, and which packages actually cause upgrades svn path=/trunk/gentoolkit/; revision=648
2009-05-20Change behaviour of getMinUpgradefuzzyray
This allows to differentiate between situations where the system is unaffected and unexistance of an upgrade path. Previously, the glsa-check would treat GLSAs that had no upgrade path (such as mask glsas) as not affecting the system. svn path=/trunk/gentoolkit/; revision=647
2009-05-20Some python tweaks to speed glsa-checkfuzzyray
svn path=/trunk/gentoolkit/; revision=646
2009-05-20Handle unicode encoding when dumping to stdout and start migration to using ↵fuzzyray
StringIO svn path=/trunk/gentoolkit/; revision=645
2009-05-07Add patch from Robert Buchholz: Add quiet optionfuzzyray
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
2009-05-07Add patch from Robert Buchholz: Call CAN ids CVE ids as there is no ↵fuzzyray
differentiation anymore today. svn path=/trunk/gentoolkit/; revision=632
2009-05-07Add patch from Robert Buchholz: Sort glsa list output.fuzzyray
svn path=/trunk/gentoolkit/; revision=631
2009-05-07Add patch from Robert Buchholz: Use summarylist() to format output so we get ↵fuzzyray
colours and a list of all affected packages svn path=/trunk/gentoolkit/; revision=630
2009-05-05Update to most recent versions and add changes from djandersonfuzzyray
svn path=/trunk/gentoolkit/; revision=599
2009-05-05Rearrange trunk to support gentoolkit version 0.3. Split into gentoolkit, ↵fuzzyray
gentoolkit-dev, and deprecated. Import djanderson's work on the gentoolkit library and equery svn path=/trunk/gentoolkit/; revision=589