summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-12-09Fix equery meta to not remove the first package from the list of matching ↵fuzzyray
packages svn path=/trunk/gentoolkit/; revision=706
2009-12-09Add DEVELOPING file, based upon the file from portagefuzzyray
svn path=/trunk/gentoolkit/; revision=705
2009-12-08Fix bug with epkginfo not displaying keywords correctly for highest visible ↵fuzzyray
version svn path=/trunk/gentoolkit/; revision=704
2009-12-08Merge rev 113 from djanderson's genscripts repofuzzyray
svn path=/trunk/gentoolkit/; revision=703
2009-10-30Speedup portageq queries. Include FuzzyRay's patch to respect ↵idl0r
EMERGE_DEFAULT_OPTS. svn path=/trunk/gentoolkit/; revision=697
2009-10-28Use realpath in get_file_owner to be able to get the package containing e.g. ↵idl0r
/lib/libreadline.so.6 on amd64, fixes bug 280341. svn path=/trunk/gentoolkit/; revision=696
2009-10-27* revdep-rebuild.1: Fix bug 281050, thanks to Jesús Guerrero ↵idl0r
<i92guboj@gentoo.org>. svn path=/trunk/gentoolkit/; revision=695
2009-10-26Fix bug 248844, thanks to J M W <ultip@ymail.com>.idl0r
svn path=/trunk/gentoolkit/; revision=694
2009-10-26Update ChangeLog :)idl0r
svn path=/trunk/gentoolkit/; revision=692
2009-10-26Don't add an additional new line at the end of file.idl0r
svn path=/trunk/gentoolkit/; revision=691
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-18getminupgrade: fix documentation and backtracerbu
Bug 281101: Fix a backtrace introduced in r647. in getminupgrade the rValue variable was still leftover and was used in a check when glsa-check was run in --emergelike mode and more than one upgrade atoms existed. Also, update the API documentation to reflect changes back then. svn path=/trunk/gentoolkit/; revision=671
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-06-06Add patch from Sebastian Mingramm to Make epkginfo slot aware and only print ↵fuzzyray
keywords for the highest visible versions in each slot. (Bug 232635) svn path=/trunk/gentoolkit/; revision=662
2009-06-04Update with rev 9 from the genscripts repofuzzyray
svn path=/trunk/gentoolkit/; revision=661
2009-06-04Add copyright information from original pkgcore.ebuild.atom_restricts packagefuzzyray
svn path=/trunk/gentoolkit/; revision=660
2009-06-03Apply updates from genscripts repofuzzyray
svn path=/trunk/gentoolkit/; revision=659
2009-05-26Use elementtree instead of minidom for parsingrbu
This will speed up glsa-check by a factor of 2-3 and also solves bug 231146, missing characters in output. svn path=/trunk/gentoolkit/; revision=654
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-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-20Update Changelog for changes to glsa-checkfuzzyray
svn path=/trunk/gentoolkit/; revision=650
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-20Create a VERSION file to replace /etc/gentoolkit-versionfuzzyray
svn path=/trunk/gentoolkit/; revision=642
2009-05-18Update revdep-rebuild man pagefuzzyray
svn path=/trunk/gentoolkit/; revision=641
2009-05-18Remove obsolete gentoolkit src directoryfuzzyray
svn path=/trunk/gentoolkit/; revision=640
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-07Add patch from Robert Buchholz:fuzzyray
Backport SLOT support from Portage 2.2 glsa.py In particular, this is a port of these commits: commit 856616597ee791efa42dd59760db8e50e72efffd Author: zmedico <zmedico@ac592a22-f3fe-0310-977e-98394eae9e84> Date: Wed Oct 8 22:35:31 2008 +0000 Fix apparent breakage from r11593 (slot dep support): * Handle KeyError from element.getAttribute() in makeAtom() and * makeVersion(). * Avoid 'sre_constants.error: unmatched group' exceptions in * revisionMatch() when the atom does not have a slot. svn path=/trunk/gentoolkit/; revision=629
2009-05-07Add patch from Robert Buchholz: Reformat '2008-01-01' dates to 'January 01, ↵fuzzyray
2008' to keep output consistent. svn path=/trunk/gentoolkit/; revision=628
2009-05-07Add patch from Robert Buchholz: Allow GLSA 2 DTD in doctype declarationfuzzyray
svn path=/trunk/gentoolkit/; revision=627
2009-05-07Add patch from Robert Buchholz: Respect count attribute in GLSA-2, based on ↵fuzzyray
a patch by Michael A. Smith in https://bugs.gentoo.org/218312 svn path=/trunk/gentoolkit/; revision=626
2009-05-07Add patch from antarus: Run pychecker over everything, fix obvious things ↵fuzzyray
like modules not in use, variables not being used, or global exceptions not being deleted. Also fix imports for style (1 per line) svn path=/trunk/gentoolkit/; revision=625
2009-05-07Add patch from djanderson to make meta get and check package dirs in a ↵fuzzyray
manner similar to other gentoolkit scripts and fix some docstrings. (Bug 268895) svn path=/trunk/gentoolkit/; revision=619
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-05Remove unused man page for genpkgindexfuzzyray
svn path=/trunk/gentoolkit/; revision=601
2009-05-05Update to most recent versions and add changes from djandersonfuzzyray
svn path=/trunk/gentoolkit/; revision=599
2009-05-05Add Makefile to create distfiles. Update ChangeLog to acknowledge ↵fuzzyray
djanderson. Update version in setup.py to generic version svn path=/trunk/gentoolkit/; revision=598
2009-05-05Initial MANIFEST.infuzzyray
svn path=/trunk/gentoolkit/; revision=597
2009-05-05Initial MANIFEST.infuzzyray
svn path=/trunk/gentoolkit/; revision=596
2009-05-05Update download_url to point to distfiles.gentoo.orgfuzzyray
svn path=/trunk/gentoolkit/; revision=595