first step in simplifying the always-update case:
authorespie <espie@openbsd.org>
Thu, 26 May 2022 06:53:38 +0000 (06:53 +0000)
committerespie <espie@openbsd.org>
Thu, 26 May 2022 06:53:38 +0000 (06:53 +0000)
commit5cb7aebf4211294fd2891b0bc45c383ab7fd66af
tree259c8822732bad2331ae2ca7fd34489ca4a1f013
parent2795778168f029d8642f93bd601ba83be85f274b
first step in simplifying the always-update case:
tweak @option always-update to allow parsing
@option always-update <hash_value_for_the_whole_plist>

once this is safely in snapshots, we can generate it
directly within PkgCreate.pm, compare it directly in
Signature.pm and get rid of the whole special case
of having to keep the whole plist around
usr.sbin/pkg_add/OpenBSD/PackingElement.pm