Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-29 | show old->new as everywhere else in sets. | Marc Espie | |
micro-optimisation: if old pkgname is the same as new pkgname, we just need to build the RequiredBy file, no need to adjust Requiring... | |||
2009-11-29 | clean up conflict handling and dependency adjustement: build list | Marc Espie | |
of conflict globally, add it as old handles, and then use it everywhere. | |||
2009-11-29 | show missing libraries as "|detail" for the can't install message. | Marc Espie | |
2009-11-29 | slightly simpler error handling | Marc Espie | |
2009-11-29 | have SharedLibs use state to print error messages. | Marc Espie | |
2009-11-29 | handle more general conflicts: | Marc Espie | |
- match old spec against any of the new packages in the set. - manage conflicts globally if several newer packages are there. - remove the limit of 5 conflicting packages, it's no longer really relevant. | |||
2009-11-28 | oops | Marc Espie | |
2009-11-28 | prepare for "better" merge: we can't just wipe the old set, we have to point | Marc Espie | |
it to the new set, as tracker stuff may still know about it. | |||
2009-11-28 | when resolving conflicts, don't recreate handles for packages being replaced | Marc Espie | |
if we already know they're being replaced. This requires completing them with a plist. (some cleanup of api to do later) | |||
2009-11-28 | allow -l list more_packages | Marc Espie | |
prepare for incremental updates: avoid reinstalling finished set. don't display stuff we will install, it's mostly useless. | |||
2009-11-28 | rework display of missing libs some more: first show the libraries, then | Marc Espie | |
the dependency tree. | |||
2009-11-28 | still not right, so revert to original algorithm, and compute @todo | Marc Espie | |
in a more expensive way... | |||
2009-11-28 | oops, if I want to modify @todo, I should do it right. | Marc Espie | |
2009-11-28 | add "always" to ask_list... | Marc Espie | |
2009-11-28 | add (n to go) to pkg_delete as well. | Marc Espie | |
2009-11-28 | remove redundant message | Marc Espie | |
2009-11-27 | Print outer ipv6 addresses for encapsulated packets only if tcpdump | Alexander Bluhm | |
is run with -v. This behavior is analog to ipv4. ok mpf@ todd@ | |||
2009-11-26 | fix copy & paste error: IMSG_MTA_RESUME --> IMSG_MDA_RESUME | Charles Longeau | |
ok gilles | |||
2009-11-26 | sync snmp_imsg_hdr with imsg_hdr and unbreak the snmp trap interface | Reyk Floeter | |
2009-11-26 | support for set origin; based on an initial diff from | Henning Brauer | |
Sebastian Benoit <benoit-lists at fb12 dot de> who also tested this version claudio ok | |||
2009-11-25 | document the include support | David Gwynne | |
2009-11-25 | add support for include | David Gwynne | |
ok claudio@ | |||
2009-11-24 | todo all over | Marc Espie | |
2009-11-24 | zap pkgpath totally, set up to display (to go) as well. | Marc Espie | |
2009-11-24 | better | Marc Espie | |
2009-11-24 | sets that were not solved should still display something... | Marc Espie | |
2009-11-24 | do not inform user of !updated packages, they usually don't really care... | Marc Espie | |
2009-11-24 | kill some old cruft, in particular -F conflicts has never worked... | Marc Espie | |
2009-11-24 | ok even shorter than done | Marc Espie | |
2009-11-24 | more regular. Note that newer can be a hash as well (why not ?) | Marc Espie | |
2009-11-24 | better name. Mark "no need to update" as updated, since we know what's | Marc Espie | |
going on... | |||
2009-11-23 | In "smtpd; smtpd;" the second instance would fatal quickly, but it would | Jacek Masiulaniec | |
remove the smtpd.sock file, without which /usr/sbin/sendmail will fail causing mails to be queued in offline. Initially reported by ian@, may explain oga@'s e-mail burst after smtpd restart. | |||
2009-11-23 | Make the tree compile again. Henning and I are both quite sure this is | Claudio Jeker | |
correct. | |||
2009-11-23 | Unbreak tree, rs_num is now type and while there use PF_TRANS_RULESET instead | Claudio Jeker | |
of the hardcoded 0. OK henning@ | |||
2009-11-22 | Move from the PF_RULESET_FILTER world order to PF_TRANS_RULESET | Theo de Raadt | |
due to the standard henning+oga commit-and-run-for-beer problem. ok claudio | |||
2009-11-22 | don't repeat the banner if not a tty. | Ted Unangst | |
add a -c count option to netstat. tweak spacing to not smear fields in vmstat. ok deraadt sthen | |||
2009-11-22 | no need to say we're installing, at the end... | Marc Espie | |
2009-11-22 | complete -> done (shorter) | Marc Espie | |
2009-11-22 | style | Tobias Stoeckmann | |
ok jmc | |||
2009-11-22 | tweak completion messages: do the next only during the next iteration, so | Marc Espie | |
that at end, we can show a full completion message for the whole set. pass the number of packages still to-do through, so that the last complete also says (n to go) during installs... | |||
2009-11-22 | extra parameter to give out more info | Marc Espie | |
2009-11-22 | typo | Marc Espie | |
2009-11-22 | less verbose display: only shows .libs* once, but still show all partial-* | Marc Espie | |
2009-11-22 | change the timing a bit: create a list of updateset first, and process | Marc Espie | |
them later. To do that, normal additions go through hint2, and the findtruelocation code moves to Update.pm This will allow for more systematic handling of all names (including solving more stuff on the fly, instead of upfront). | |||
2009-11-21 | MIN_UID in yp make removes root, so look for something that is | Ian Darwin | |
still likely: localhost in hosts map. ok deraadt@ | |||
2009-11-21 | If tagging is used use match rules instead of pass rules. This is needed | Claudio Jeker | |
so that later pass rules will not overwrite the nat-to/rdr-to settings. Because of this there must be an expilicit "pass .. tagged proxytag .." rule after the ftp-proxy anchor. OK henning@ | |||
2009-11-17 | remove dead code | Marc Espie | |
2009-11-17 | trim more, we already display a quick message for the missing lib elsewhere. | Marc Espie | |
2009-11-17 | shorter message when we don't find library, and stash it away to avoid | Marc Espie | |
repeating ourselves uselessly. | |||
2009-11-17 | revamp interactive stuff: simplify (just one always for everything, per | Marc Espie | |
theo suggestion. Also go through the "state" object which simplifies code a great deal) |