summaryrefslogtreecommitdiff
path: root/man/glsa-check.1
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>
2012-12-22Make the man page titles more consistent and enable setup.py to set the ↵Brian Dolbec
manpage versions.
2012-12-19drop trailing whitespaceMike Frysinger
Should be no functional changes here. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2011-01-06man page formatting cleanup.Paul Varner
Loaded man pages into manedit and resaved. This has the effect of cleaning up the formatting, mainly properly escaping '-' characters.
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-05-25Merge "Fixed bug 256013 and bug 256103, thanks to William Arlofski, Michael ↵rbu
A. Smith and Andrey Kislyuk. Whitespace." This was r579 by idl0r, but applied to the wrong paths in trunk. From: idl0r <idl0r@e84c3a59-eaf8-0310-85df-8a9fcd7b4891> Date: Mon, 4 May 2009 22:10:26 +0000 Subject: Fixed bug 256013 and bug 256103, thanks to William Arlofski, Michael A. Smith and Andrey Kislyuk. Whitespace. git-svn-id: svn://anonsvn.gentoo.org/gentoolkit/trunk/src/glsa-check@579 e84c3a59-eaf8-0310-85df-8a9fcd7b4891 svn path=/trunk/gentoolkit/; revision=653
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-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-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