summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/PkgAdd.pm
AgeCommit message (Expand)Author
2017-03-16tied files should be treated like deleted files wrt checksums.Marc Espie
2017-03-13fix usage order, as reminded by jmc@Marc Espie
2017-03-07if we reported "Can't find CONTENTS", we know it's a bad package,Marc Espie
2017-02-27framework for some performance stats as a -V... option (like how muchMarc Espie
2016-10-03gc the old checking code in pkg_addMarc Espie
2016-09-14move the check up in stateMarc Espie
2016-08-27in case we run delete_first (not enough room), delay the unlink ofMarc Espie
2015-10-07"..." implies optional, so no need for []; from michael reedJason McIntyre
2015-06-30cosmetic comma is not really necessary, better to have a raw list of packages...Marc Espie
2015-05-15add missing placeholder so that the "UNSIGNED PACKAGES: " line actuallyJasper Lievisse Adriaanse
2015-03-26Backout -DSHORTENED semantics by default for now, because it causedMatthias Kilian
2015-03-09make -DSHORTENED the default: don't update unless there is an actualMarc Espie
2015-01-27fix messages of FwUpdateMarc Espie
2015-01-19add a specialized version of version compares that should not updateMarc Espie
2015-01-12oops, don't load quirks prematurely. noticed by many, myself includedMarc Espie
2014-12-24recheck list for non emptyness *after* filtering obsolete packages.Marc Espie
2014-11-30get rid of some of the unadorned printfsMarc Espie
2014-11-29simplify the interactive code into its own little object with simplerMarc Espie
2014-11-25minor clean-up: the stuff not to display is tied to the set, so make theMarc Espie
2014-11-21a long time ago, DISPLAY and UNDISPLAY required special treatment, as theyMarc Espie
2014-11-20big trim-down of MESSAGE/UNMESSAGE: just match checksums between new packagesMarc Espie
2014-07-30prepare for post 5.6 packages, recognize special case where timestamp exist.Marc Espie
2014-07-19actually use the cve match_location correctly.Marc Espie
2014-07-12don't check_security on newer *after* making sure the set doesn't haveMarc Espie
2014-07-12oh well, remove -Q entirely... I'm probably the only one who ever used that.Marc Espie
2014-07-12security check in quirksMarc Espie
2014-07-12finish killing old experiment, less confusing codeMarc Espie
2014-07-10make quirks slightly more special, grab the whole packing-list always,Marc Espie
2014-06-16fix bug introduced by work-around: sets with nothing to do must be markedMarc Espie
2014-06-12display full url if we can for UNSIGNED PACKAGES.Marc Espie
2014-05-05work-around the same location being reinstalled thru a different pathMarc Espie
2014-03-18remove $_ usage that warns under perl 5.18Marc Espie
2014-02-13this one is non obvious enough it deserves a commentMarc Espie
2014-02-13still need the plists for kept handles... because of OldLibs.Marc Espie
2014-02-11s/anyways/anyway/, ok espie@Stuart Henderson
2014-02-08don't allow unsigned packages by default.Marc Espie
2014-02-04sort list of stuff we can't update for user display (otherwise, it's a listMarc Espie
2014-02-04check for errors before dependencies, anyways.Marc Espie
2014-02-03remove extra cache copy in memory...Marc Espie
2014-02-03don't keep tied information around !Marc Espie
2014-02-02simplify how "kept" packages are handled. First, we never need theirMarc Espie
2014-02-02now that things are clean enough, we just need to figure out kept packagesMarc Espie
2014-02-02make sure kept handles are complete... not really optimized so far, but willMarc Espie
2014-02-01sort out the code to figuring out kept packages.Marc Espie
2014-02-01handling of critical section was wrong. Interrupting an update once we'reMarc Espie
2014-02-01use conflict_list directly from handle.Marc Espie
2014-01-31minor fix: don't go to cache if genuine installMarc Espie
2014-01-30minor bug-fix, make sure partial is handled properly.Marc Espie
2014-01-23more sophisticated warning: builds with empty SIGNING_PARAMETERSMarc Espie
2014-01-17do check_digest per plist.Marc Espie