summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2014-01-23tweak the way we create and sign packages significantly:Marc Espie
2014-01-23oops, pkg_sign is unhappy without -o.Marc Espie
2014-01-23more sophisticated warning: builds with empty SIGNING_PARAMETERSMarc Espie
2014-01-23new interface to be able to manipulate output betterMarc Espie
2014-01-23explain signaturesMarc Espie
2014-01-23clean-up synopsisMarc Espie
2014-01-23check parameters better.Marc Espie
2014-01-23separate pkg_sign documentation. Option description becomes MUCH saner.Marc Espie
2014-01-23don't create cheap gzip archives if non signed, there's a better way.Marc Espie
2014-01-23zap the sign-only part (moved to PkgSign.pm).Marc Espie
2014-01-23reorg code: make "signing only" a separate command, as it has nothing inMarc Espie
2014-01-22Fix the ambigous text in afterboot. For a newbie, the text reallyjuanfra
2014-01-21obvious .Pa fixes; found with mandocdb(8)Ingo Schwarze
2014-01-20for the SHA256 file, output checksums in base64; ok espie@Christian Weisgerber
2014-01-18use the standard notation of <set>XX.tgz for the install setsAlexander Hall
2014-01-18involuntary sneak preview, revertMarc Espie
2014-01-18...and sort SHA256 properlyMarc Espie
2014-01-18caching a bit more tricky... problem noticed by naddy@Marc Espie
2014-01-17do check_digest per plist.Marc Espie
2014-01-17make ArcCheck less confusing, don't archive stuff that WON'T surviveMarc Espie
2014-01-17"recognize" extended header thingies (we don't handle them, we justMarc Espie
2014-01-17use internal gunzip, now that the fh leak is closed.Marc Espie
2014-01-17oops, keeping _current around means I still have a live fh after deref.Marc Espie
2014-01-17tweak documentation to match what's going onMarc Espie
2014-01-17as requested by theo, invoke signify in the EXAMPLE order.Marc Espie
2014-01-17default signer less picky, just select by function, e.g., *pkg or *fw.Marc Espie
2014-01-17tweak the interface to generating signatures yet again.Marc Espie
2014-01-14fix public key namesChristian Weisgerber
2014-01-14reorder signature checks, we can do much more upfront.Marc Espie
2014-01-13fix another chmod on permanent tempfile to respect umask.Marc Espie
2014-01-13have Ustar extract owners for symlinks, which isn't really important forMarc Espie
2014-01-13say something if we sign an empty repositoryMarc Espie
2014-01-13new signify options. from and ok espieTed Unangst
2014-01-12revert back to 1.97Peter Hessler
2014-01-12allow prev release keys for now, transition 5.4 -> 5.5 kindof requiresMarc Espie
2014-01-11typos, from Markus Lude, thx!Marc Espie
2014-01-11remove extraneous D, from Markus LudeStuart Henderson
2014-01-11simplify code: always extract, then install, so that initial installationsMarc Espie
2014-01-11a bit of spring cleanup in advance: scrape old stuff that's not reallyMarc Espie
2014-01-10likewise. this is uselessMarc Espie
2014-01-10by popular demand, remove excessive paranoiaMarc Espie
2014-01-10signify silent by default, don't bother working around stdout.Marc Espie
2014-01-09bump copyright to 2014Marc Espie
2014-01-09if we're re-signing, check old sig first. shouldn't sign stuff we don'tMarc Espie
2014-01-09with the intermediate gunzip gone, this is a simple pipe. No need forMarc Espie
2014-01-09-C was useless with signify, report @signer identity instead (prependMarc Espie
2014-01-09@signer makes sense only for signify, so move it there.Marc Espie
2014-01-09simplify a bit: pass the first SIGNER for @signer.Marc Espie
2014-01-09document SIGNERMarc Espie
2014-01-09switch to internal gzip/gunzip.Marc Espie