summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/Update.pm
AgeCommit message (Expand)Author
2015-01-04tweak the ntogo messages slightly so that they work better in all situationsMarc Espie
2014-02-02simplify how "kept" packages are handled. First, we never need theirMarc Espie
2014-02-01no need to test for plist, we get the conflict_list since we have update_infoMarc Espie
2014-01-24subject -z hints (fuzzy update) to quirks' tweak_search.Marc Espie
2014-01-11a bit of spring cleanup in advance: scrape old stuff that's not reallyMarc Espie
2014-01-09bump copyright to 2014Marc Espie
2014-01-05have -DFW_UPDATE set @option firmware on downloaded firmwares.Marc Espie
2013-12-25fix autoloading of quirks: don't try to run quirks while processing theMarc Espie
2013-12-25a bit more scaffolding for running quirks. In particular, once quirksMarc Espie
2012-10-13In update verbose mode, when skipping an update candidate due to anJeremy Evans
2012-04-28cleaner code: only wrap the call to quirks itself inside an eval.Marc Espie
2012-02-06don't abort if that info is not yet available...Marc Espie
2011-08-26zap fatpackages. nobody actually uses them.Marc Espie
2011-07-19tag fuzzy stuff for manual-installs tooMarc Espie
2011-06-19another missing messageMarc Espie
2010-12-24handle failures from ports tree with more care.Marc Espie
2010-10-02whitespaceMarc Espie
2010-08-03bug-fix: during updates, only set oldfound after we found a matching pkgpath.Marc Espie
2010-07-31keep location open while we grab updateinfo.Marc Espie
2010-07-26better progress_messageMarc Espie
2010-07-06fuss over wantntogo, especially when it's false (make sure we still get :okMarc Espie
2010-06-30allow say and errsay to work without parameters, as it's ways common.Marc Espie
2010-06-30whitespace cleanupMarc Espie
2010-06-30access locator through new APIMarc Espie
2010-06-09replace confusing (n to go) message with #done/#total annotations.Marc Espie
2010-06-09ui changes: go thru a state object for most printoutsMarc Espie
2010-06-04move code around, so that commands can be used as modules.Marc Espie
2010-05-10whitespace fixesMarc Espie
2010-01-26downgrade, not downgradesMarc Espie
2010-01-10use full signatures to avoid downgrades.Marc Espie
2010-01-09zap unusedMarc Espie
2010-01-09streamline interfaceMarc Espie
2010-01-09fixed version, somehow I forgot that I use parse to do weird things withMarc Espie
2010-01-09temporary revert until I figure this outMarc Espie
2010-01-09tweak path parsing to handle inst:pkgname and such as well...Marc Espie
2010-01-02first step in comparing full signatures: make them full objects, withMarc Espie
2010-01-01for -z/-l, if several candidates are found, try to order them, and use theMarc Espie
2010-01-01explicit-update supportMarc Espie
2010-01-01(C) of affected filesMarc Espie
2010-01-01store repository paths in sets and propagate them.Marc Espie
2009-12-28an actual difference between -r and -u. If we replace, don't look as hardMarc Espie
2009-12-26zap message for .libs, be smart about partial-*, it's easy to install/updateMarc Espie
2009-12-24avoid infinite loop, noticed by Rivo Nurges.Marc Espie
2009-12-20change verbosity handling: be silent by default, turn on the first level if -v.Marc Espie
2009-12-14since some packages in updatesets don't need updates, be explicit about it.Marc Espie
2009-12-14combined updates show the packages that can't be updatedMarc Espie
2009-12-14fuss about install msgs: new method state->ntogo, use it to annotate moreMarc Espie
2009-12-13okay, so old libs are not 'kept', keep track of updates correctly insteadMarc Espie
2009-12-12fix the fam->libgamin issue. Look for update candidates in self beforeMarc Espie
2009-12-07simplify tracker a bit now we know what we're doing.Marc Espie