summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
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-06Revert EPREFIX patch commited in rev 610fuzzyray
svn path=/trunk/gentoolkit/; revision=614
2009-05-06Add patch from MATSUI Tetsushi to have eclean take EPREFIX into account for ↵fuzzyray
distfiles.exclude. (Bug 241600) svn path=/trunk/gentoolkit/; revision=610
2009-05-05Add patch from kojiro to remove permission check on temporary directory. ↵fuzzyray
(Bug 203414) svn path=/trunk/gentoolkit/; revision=602
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