summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2014-10-13scaffolding for future new features, committed early, so that pkg_signMarc Espie
2014-10-11allow signing to proceed when interruptedMarc Espie
2014-09-21final bulk shows chunking to happen in all the right places, and signingMarc Espie
2014-09-20gzip timestamps are not needed there. In fact, they produce gratuitousMarc Espie
2014-09-20need meta stuff that tells me those are "real files" to not create extraMarc Espie
2014-09-19.py files no longer need to be special, as the timestamps are stored inMarc Espie
2014-09-16fix display of comments to use "say" properly.Marc Espie
2014-09-16if a @ts annotation is detected, wipe tarball timestamp. Archives willMarc Espie
2014-09-16store explicit timestamps in generated plists.Marc Espie
2014-09-11fix the only .Xr ordering and punctuation issue i could findIngo Schwarze
2014-09-09register @newuser/@newgroup so that we try creating tarballs with the correctMarc Espie
2014-09-08obvious cases of missing .An;Ingo Schwarze
2014-09-01@newuser and @newgroup won't necessarily be on the machine during pkg_create,Marc Espie
2014-09-01be a wee bit more paranoid about file sizes.Marc Espie
2014-08-27Rename Persistant to Persistent.Kent R. Spillner
2014-08-26Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notJoel Sing
2014-08-10zap trailing whitespaceJasper Lievisse Adriaanse
2014-08-10comment what's going onMarc Espie
2014-08-10Ouch... fuck cvsMarc Espie
2014-08-10if pkg_create is run as non-root, restory correct group/owner to root/bin.Marc Espie
2014-07-30prepare for post 5.6 packages, recognize special case where timestamp exist.Marc Espie
2014-07-27make sure makewhatis shows error messages without unsightly CODE() refsMarc Espie
2014-07-27- log libraries in a proper wayMarc Espie
2014-07-27ensure log stuff happens, even without contextMarc Espie
2014-07-23document format changes, including the new @ts annotation that pkg_createMarc Espie
2014-07-23move misleading commentMarc Espie
2014-07-19actually use the cve match_location correctly.Marc Espie
2014-07-18fix sorted outputMarc Espie
2014-07-14unhardcode db paths.Marc Espie
2014-07-13bye bye src url. Never amounted to much, we went another road a while agoMarc Espie
2014-07-13bundling base + packages was slow, as it needed to find lots of files.Marc Espie
2014-07-13tedu setlist support, superseded by the new locate dbs.Marc Espie
2014-07-13stuff no longer needed, now that base/x release install its own locate dbsMarc Espie
2014-07-12don't check_security on newer *after* making sure the set doesn't haveMarc Espie
2014-07-12zap trailing whitespace;Jason McIntyre
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-12undocument -QMarc Espie
2014-07-12finish killing old experiment, less confusing codeMarc Espie
2014-07-12@endfake died a while agoMarc Espie
2014-07-12so, pkg_check can now troll thru the whole file system. Either useMarc Espie
2014-07-11use the merged 4.4BSD.dist mtree if BSD.local is goneMarc Espie
2014-07-11display the extraction tally only if verboseMarc Espie
2014-07-11with out-of-order extraction, match tempnames to item namesMarc Espie
2014-07-10make quirks slightly more special, grab the whole packing-list always,Marc Espie
2014-07-10prevent users from adding timestamp themselvesMarc Espie
2014-07-10add a separate timestamp annotation to have this as metadataMarc Espie
2014-07-08don't really bother cleaning up the callback, it will go away soon enoughMarc Espie
2014-07-08in case we say("Some parameter #1 blabla there") but weMarc Espie
2014-07-08Prettify the list of "required by" package names by sorting it.Vadim Zhukov