Up to [cvs.NetBSD.org] / pkgsrc / security / signify
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.4 / (download) - annotate - [select for diffs], Tue Dec 6 14:41:38 2022 UTC (8 weeks, 4 days ago) by vins
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
HEAD
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Reset maintainer for my packages to reflect new mail address.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Nov 21 18:20:44 2022 UTC (2 months, 2 weeks ago) by jperkin
Branch: MAIN
Changes since 1.2: +3 -1
lines
Diff to previous 1.2 (colored)
*: Re-apply SunOS linker argument removals. 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.
Revision 1.2 / (download) - annotate - [select for diffs], Sat Nov 5 16:16:21 2022 UTC (3 months ago) by pin
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
security/signify: update to 0.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.
Revision 1.1 / (download) - annotate - [select for diffs], Sat Oct 8 11:30:27 2022 UTC (3 months, 4 weeks ago) by bsiegert
Branch: MAIN
New package for signify, from pkgsrc-wip 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.