History log of /openbsd-src/usr.sbin/pkg_add/OpenBSD/Signer.pm (Results 1 – 12 of 12)
Revision Date Author Comments
# 039cbdaa 13-Jun-2023 espie <espie@openbsd.org>

move to use v5.36;
tested by me over the last few weeks, and tb@
also fixed a "manual install" bug properly reported by tb@

aside that there should be *no functional change*.
If you see any message

move to use v5.36;
tested by me over the last few weeks, and tb@
also fixed a "manual install" bug properly reported by tb@

aside that there should be *no functional change*.
If you see any message like "hey, the number of params is wrong"
it is a fringe case I didn't run into and should be easy to fix.

show more ...


# 07126a4d 17-May-2023 espie <espie@openbsd.org>

stop using old-style prototypes except where strictly necessary
(for try/catch)

signatures will be much more powerful once I move to 5.36


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

kill creating old signatures.


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

throw a decent error message, signify2 can't (yet) sign non local packages
(it would need a way to get "raw" gzip data)


# 55d9f090 15-Sep-2016 espie <espie@openbsd.org>

actual signify2 code, a bit refactoring


# 0ac31020 06-Sep-2016 espie <espie@openbsd.org>

remove code that allows pkg_create to sign


# 57c1f57e 04-Jan-2015 espie <espie@openbsd.org>

too many todo. Use unambiguous names, since they're not the same operation
at all


# e333f2d2 20-Sep-2014 espie <espie@openbsd.org>

gzip timestamps are not needed there. In fact, they produce gratuitous
differences


# 4df1b723 24-Mar-2014 espie <espie@openbsd.org>

don't proceed in case of permission errors


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

new interface to be able to manipulate output better


# 01c5a78c 23-Jan-2014 espie <espie@openbsd.org>

don't create cheap gzip archives if non signed, there's a better way.


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

reorg code: make "signing only" a separate command, as it has nothing in
common with pkg_create.

Move the signing part in its own module, so that PkgCreate can reuse it
for "signing while we build"

reorg code: make "signing only" a separate command, as it has nothing in
common with pkg_create.

Move the signing part in its own module, so that PkgCreate can reuse it
for "signing while we build" mode.

naddy@ agrees

show more ...