summaryrefslogtreecommitdiff
path: root/security/signify
AgeCommit message (Collapse)AuthorFilesLines
2022-12-06Reset maintainer for my packages to reflect new mail address.vins1-2/+2
2022-11-21*: Re-apply SunOS linker argument removals.jperkin1-1/+3
These are currently duplicated in mk/platform/SunOS.mk but the generic removals will be removed soon in favour of per-package removals, due to flags getting leaked into installed files.
2022-11-05security/signify: update to 0.12.pin3-12/+12
The version number is kept consistent with that of outils. Sources have been synced with upstream OpenBSD/src. Changes relevant to signify: - Unused variables moved under !VERIFYONLY - In -C mode, the public key is optional since it can be deduced from the untrusted comment. In this case, don't ignore -t but rather make it work as expected.
2022-10-08New package for signify, from pkgsrc-wipbsiegert7-0/+156
The signify utility creates and verifies cryptographic signatures. A signature verifies the integrity of a message This version of signify is part of outils, a portable collection of non-standard OpenBSD tools.