History log of /openbsd/usr.sbin/pkg_add/pkg_sign.1 (Results 1 – 13 of 13)
Revision Date Author Comments
# eb1e9799 11-Feb-2022 espie <espie@openbsd.org>

use packing-list consistently


# 5ba87978 10-Jul-2018 espie <espie@openbsd.org>

zap old comments that are unlikely to ever come back


# 8a66d730 10-Oct-2017 espie <espie@openbsd.org>

thinko
noticed by Bryan Vyhmeister, thx


# 7ee0afc1 15-Feb-2017 jmc <jmc@openbsd.org>

improve list item formatting;
from salvador sabaini


# d1be2885 03-Oct-2016 espie <espie@openbsd.org>

document what signify2 does, remove remnants of signify/x509.
comment out stuff that's not supported yet, but may make a come-back later


# 08404a2b 25-Sep-2015 schwarze <schwarze@openbsd.org>

Use .Cm rather than .Ar for fixed strings on the command line
and remove invalid escaping of `@' characters.


# 58ce1e23 11-Oct-2014 espie <espie@openbsd.org>

allow signing to proceed when interrupted


# 5fbeadea 11-Sep-2014 schwarze <schwarze@openbsd.org>

fix the only .Xr ordering and punctuation issue i could find
with the new MANDOCERR_XR_* warnings in the whole tree


# 27e95970 08-Sep-2014 schwarze <schwarze@openbsd.org>

obvious cases of missing .An;
found with the new mandoc(1) MANDOCERR_AN_MISSING warning;
no text changes


# 8fdedc68 12-Feb-2014 schwarze <schwarze@openbsd.org>

no need for .Pp before .It and .Sh, zap trailing whitespace,
and no need to capitalize the first word after a semicolon;
from Jan Stary <hans at stare dot cz>


# 2a656a48 23-Jan-2014 espie <espie@openbsd.org>

tweak the way we create and sign packages significantly:

all modern compression formats support multi-stream archives.
Store the packing-list as a separate stream, and note where the
first stream en

tweak the way we create and sign packages significantly:

all modern compression formats support multi-stream archives.
Store the packing-list as a separate stream, and note where the
first stream ends when reading back the packing list.

When pkg_sign sees a split-stream archive, it does not need to unpack/repack
the whole archive: it can just sign the packing-list, close the stream, and
copy the next stream(s) from the source archive verbatim.

This is perfectly transparent to pkg_add, but abuses IO::Uncompress::Gunzip
internals slightly (to be solved with cpan).

also adds explicit option -C for generating a SHA256 list of all packages.

and okay naddy@

show more ...


# 4848405b 23-Jan-2014 espie <espie@openbsd.org>

explain signatures


# 12fea1ea 23-Jan-2014 espie <espie@openbsd.org>

separate pkg_sign documentation. Option description becomes MUCH saner.