Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-14 | remove partial to_register from sets when we merge, since we have to do the | Marc Espie | |
work again. Should solve the +REQUIRED_BY problem hopefully. | |||
2015-08-13 | scaffolding that will display more info for the elusive REQUIRED_BY error | Marc Espie | |
2015-08-13 | let pkg_create recreate all packages correctly, again. | Marc Espie | |
2015-07-28 | make -B with bad checksums cope. Reported by millert@ | Marc Espie | |
2015-07-23 | change the expansion of %m and %c in installpath during -beta to the | Joerg Jung | |
snapshots/ folder ok phessler@ sthen@ | |||
2015-07-21 | switch dpb from sudo to doas (and env as required); ok sthen@ | Christian Weisgerber | |
2015-07-12 | improve the error message for incorrect PKG_CACHE. | Marc Espie | |
(yes, this should error out always) | |||
2015-07-09 | gc old code, from Jean-Philippe Ouellet | Marc Espie | |
2015-06-30 | cosmetic comma is not really necessary, better to have a raw list of ↵ | Marc Espie | |
packages. Pointed out by theo. | |||
2015-06-25 | use machine_architecture (arch -s) when assembling PKG_PATHs using %m or %a, | Stuart Henderson | |
fixes these variables with arch like powerpc where this differs from "uname -m". reported by/ok aja@ | |||
2015-06-06 | Add rtwn(4) to fw_update. ok espie@, czarkoff@ suggested a similar diff | Stefan Sperling | |
2015-05-25 | allow pkg_add as nonroot to soft-fail when outside of local base. | Marc Espie | |
2015-05-24 | pass subst to the installer state, so that -Dunsigned would work | Marc Espie | |
2015-05-18 | identical common code -> refactor | Marc Espie | |
2015-05-18 | better error in case we can't create tempfiles | Marc Espie | |
2015-05-18 | simplify progressmeter calls to visit_and: we retrieve the state from the | Marc Espie | |
progressmeter object | |||
2015-05-18 | have visit_with_count and visit_with_size use the same parameter conventions. | Marc Espie | |
In particular, pass state before the other method parameters. | |||
2015-05-18 | since the progressmeter is always tied to a state, store the state always, | Marc Espie | |
and not just in the Term case. allows passing less parameters around. | |||
2015-05-15 | add missing placeholder so that the "UNSIGNED PACKAGES: " line actually | Jasper Lievisse Adriaanse | |
contains the list of packages. ok espie@ | |||
2015-04-20 | totally forgot about the !uid notation in newuser when adding the early | Marc Espie | |
cache for pkg_create. Reminded by sthen@ | |||
2015-04-16 | firmware, not firmwares; | Jason McIntyre | |
2015-04-16 | tweak previous; | Jason McIntyre | |
2015-04-16 | document %m, sort %. | Marc Espie | |
2015-04-16 | add %m as a shorthand, will expand to | Marc Espie | |
pub/OpenBSD/5.7/packages/amd64 for lazy typers. okay aja@ | |||
2015-04-16 | document % sequences. | Marc Espie | |
2015-04-16 | reorg code, the arch/osversion code should live in a single place, | Marc Espie | |
short and sweet | |||
2015-04-16 | commit expanded tags for %c, %v, %a | Marc Espie | |
2015-04-08 | s/inexistent/nonexistent/ | Todd C. Miller | |
2015-04-06 | don't check this twice. | Marc Espie | |
2015-04-06 | make pkg_info run slightly slower on distant packages, but do check that | Marc Espie | |
the info is signed and checked. after remarks from tedu@... | |||
2015-04-06 | mark installed locations as "trusted" so that pkg_info does not check sigs | Marc Espie | |
on them. | |||
2015-04-06 | move signer_list up so pkg_info can use it | Marc Espie | |
2015-03-29 | make sure specialfiles get checked. Actual bug, got lost when moving to | Marc Espie | |
extractible/tied files. Could have been mentioned earlier, the fix is obvious. | |||
2015-03-26 | Backout -DSHORTENED semantics by default for now, because it caused | Matthias Kilian | |
too much problems with the recent changes to net/libnet (in combination with security/dsniff); the PKGSPEC changes. Some more suspicious pudate problems mentioned by landry@. ok sthen@ | |||
2015-03-09 | make -DSHORTENED the default: don't update unless there is an actual | Marc Espie | |
change in dependencies: shared library versions, and explicit version requirements in dependencies. as discussed with aja@ before the lock. | |||
2015-03-04 | better error reports if PKG_TMPDIR is not writable, okay millert@ | Marc Espie | |
2015-02-25 | Point people at rcctl(8) rather than rc.d(8) in the text displayed when | Stuart Henderson | |
a package has installed an rcscript - it's a good UI, and people needing further details can follow the "see also". ok espie@ brynet@ | |||
2015-02-15 | -i option, so that even pkg_info is not needed. | Marc Espie | |
make the arguments a bit more free-form, so that both radeondrm and radeondrm-firmware work. | |||
2015-02-09 | oops, this little bit is unneeded and actually breaks some other stuff | Marc Espie | |
2015-02-09 | full fix for check-lib-depends... previous patch did only half the work | Marc Espie | |
2015-02-06 | add iwm to the possible_drivers list | Stuart Henderson | |
2015-02-05 | compat for check-lib-depends | Marc Espie | |
2015-02-03 | fix odd error recovery (noticed by kili@): fw_update -d with !installed | Marc Espie | |
driver should just say it's not installed and not try to install it. | |||
2015-02-03 | zap scp urls from quirks update for fw_update | Marc Espie | |
2015-02-03 | document the one non-intuitive test there, as I spent 5 mn looking at it | Marc Espie | |
wondering... :) | |||
2015-02-03 | Fix -a | Marc Espie | |
2015-01-30 | Fix the default interactive level to install the "default" dependencies. | Marc Espie | |
Actually testing it caused me to write correct (and simpler) code... | |||
2015-01-27 | fix messages of FwUpdate | Marc Espie | |
2015-01-19 | add a specialized version of version compares that should not update | Marc Espie | |
everything all the time, at the bequest of aja. (basically, we updated everything when runtime dependencies changed, even though we actually only care for wantlib, and hard dependencies, but those trigger bumps all over the tree) Experimental for now, turn on with -DSHORTENED. Likely to become the new default if nothing bad comes out of it. | |||
2015-01-17 | make sure we have an interactivestub... I forgot the -I part from the old | Marc Espie | |
script. |