summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/PkgCreate.pm
AgeCommit message (Expand)Author
2016-10-03kill creating old signatures.Marc Espie
2016-09-06remove code that allows pkg_create to signMarc Espie
2016-06-21pass file name thru to Subst for better error messages.Marc Espie
2016-04-25kill remnants of non shared archesMarc Espie
2016-04-02streamline the code that checks meta information before extracting filesMarc Espie
2015-11-06the Solver uses kept_names, so we need these there tooMarc Espie
2015-08-13let pkg_create recreate all packages correctly, again.Marc 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
2014-12-22when we run into real errors, the progress meter is distracting, so haveMarc Espie
2014-09-21final bulk shows chunking to happen in all the right places, and signingMarc 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-16store explicit timestamps in generated plists.Marc Espie
2014-07-10prevent users from adding timestamp themselvesMarc Espie
2014-07-01activate "out-of-order" archives based on historyMarc Espie
2014-05-20makewhatis being now external, it no longer requires picky/test/check_dir.Marc Espie
2014-04-18Switch to the new makewhatis(8)/apropos(1)/whatis(1) combo.Ingo Schwarze
2014-03-18don't use $_ as "throw-away" variable, proper idiom is "undef"Marc Espie
2014-03-18remove $_ usage that warns under perl 5.18Marc Espie
2014-03-05refactor solve_from_ports a bit.Marc Espie
2014-02-02pseudo handle needs dependency_info too, forgot that one.Marc Espie
2014-01-23tweak the way we create and sign packages significantly:Marc Espie
2014-01-23clean-up synopsisMarc Espie
2014-01-23zap the sign-only part (moved to PkgSign.pm).Marc Espie
2014-01-20for the SHA256 file, output checksums in base64; ok espie@Christian Weisgerber
2014-01-18involuntary sneak preview, revertMarc Espie
2014-01-18...and sort SHA256 properlyMarc Espie
2014-01-17tweak the interface to generating signatures yet again.Marc Espie
2014-01-13say something if we sign an empty repositoryMarc 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-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-09switch to internal gzip/gunzip.Marc Espie
2014-01-09tweak signing yet again. Have pkg_create automatically add signingMarc Espie
2014-01-07integrate signer logic and fix resign with -DSIGNERMarc Espie
2014-01-07if HISTORY_DIR is defined, create a new "permanent" file during build.Marc Espie
2014-01-07allow processing of package lists in parallel.Marc Espie
2014-01-04more forbidden elementsMarc Espie
2014-01-04vendor->signerMarc Espie
2014-01-03make sure elements are not set manually, namely forbidMarc Espie
2014-01-02simplify handling of special files some more, that stuff has fixed namesMarc Espie
2014-01-02make the special file creation more explicit, so that the order actuallyMarc Espie
2014-01-02be more explicit in why we don't write DESCMarc Espie
2014-01-02zap PKG_PREFIX (undocumented and unused, now)Marc Espie
2013-12-31signify supportMarc Espie
2013-12-30@vendor annotationMarc Espie
2013-12-29fix sign-while-creating modeMarc Espie