summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD
AgeCommit message (Expand)Author
2016-05-15set glitch correctlyMarc Espie
2016-05-14use twice the same code for prepare_long and verify_modes so that it can'tMarc Espie
2016-05-13add a stub log for signify, problem noticed by teduMarc Espie
2016-05-10go deeper in Term::ReadKey, we don't need smart guesses.Marc Espie
2016-05-09prepare for API tweaks of OpenBSD::MkTempMarc Espie
2016-05-09stop depending on *.phMarc Espie
2016-05-08allow root files to be root-writable.Marc Espie
2016-04-25prepare for possible pledging. We can't really drop privs if we're notMarc Espie
2016-04-25now that sysmerge happens before us, no need to fallback on _pfetchMarc Espie
2016-04-25kill remnants of non shared archesMarc Espie
2016-04-16fallback to _pfetch after _pkgfetch until sysmerge is run automaticallyMarc Espie
2016-04-02streamline the code that checks meta information before extracting filesMarc Espie
2016-04-02sprinkle spaces to make more obvious which fields we useMarc Espie
2016-03-26fix error message, based on a suggestion from doug@, ok espieStuart Henderson
2016-03-18use properly separated _pkgfetch user.Marc Espie
2016-02-23sanitize environment thru a whitelist. Only pass what's relevant for ftp andMarc Espie
2016-02-09tweak namesMarc Espie
2016-02-09drop privs prior to running ftpMarc Espie
2016-02-03update the font cache by running fc-cache after removing packagesRobert Nagy
2016-01-30redo sthen's idea deeper in pkg_add, so that *every* url can be abbreviatedMarc Espie
2016-01-27Allow pkg.conf's installpath to be set to a bare hostname (no /), whichStuart Henderson
2015-11-06the Solver uses kept_names, so we need these there tooMarc Espie
2015-11-05tweak dependencies handling, might fix some infrequent bugs including theMarc Espie
2015-10-21make sure ProgressMeter gets set up. Fixes some weirdness in package installs,Marc Espie
2015-10-07"..." implies optional, so no need for []; from michael reedJason McIntyre
2015-08-14remove partial to_register from sets when we merge, since we have to do theMarc Espie
2015-08-13scaffolding that will display more info for the elusive REQUIRED_BY errorMarc Espie
2015-08-13let pkg_create recreate all packages correctly, again.Marc Espie
2015-07-28make -B with bad checksums cope. Reported by millert@Marc Espie
2015-07-23change the expansion of %m and %c in installpath during -beta to theJoerg Jung
2015-07-21switch dpb from sudo to doas (and env as required); ok sthen@Christian Weisgerber
2015-07-12improve the error message for incorrect PKG_CACHE.Marc Espie
2015-07-09gc old code, from Jean-Philippe OuelletMarc Espie
2015-06-30cosmetic comma is not really necessary, better to have a raw list of packages...Marc Espie
2015-06-25use machine_architecture (arch -s) when assembling PKG_PATHs using %m or %a,Stuart Henderson
2015-06-06Add rtwn(4) to fw_update. ok espie@, czarkoff@ suggested a similar diffStefan Sperling
2015-05-25allow pkg_add as nonroot to soft-fail when outside of local base.Marc Espie
2015-05-24pass subst to the installer state, so that -Dunsigned would workMarc Espie
2015-05-18identical common code -> refactorMarc Espie
2015-05-18better error in case we can't create tempfilesMarc Espie
2015-05-18simplify progressmeter calls to visit_and: we retrieve the state from theMarc Espie
2015-05-18have visit_with_count and visit_with_size use the same parameter conventions.Marc Espie
2015-05-18since the progressmeter is always tied to a state, store the state always,Marc Espie
2015-05-15add missing placeholder so that the "UNSIGNED PACKAGES: " line actuallyJasper Lievisse Adriaanse
2015-04-20totally forgot about the !uid notation in newuser when adding the earlyMarc Espie
2015-04-16add %m as a shorthand, will expand toMarc Espie
2015-04-16reorg code, the arch/osversion code should live in a single place,Marc Espie
2015-04-16commit expanded tags for %c, %v, %aMarc Espie
2015-04-06don't check this twice.Marc Espie
2015-04-06make pkg_info run slightly slower on distant packages, but do check thatMarc Espie