./security/signify, Cryptographically sign and verify files, from OpenBSD

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.13, Package name: signify-0.13, Maintainer: vins

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.


Master sites:

Filesize: 275.229 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-16 15:19:00 by Paolo Vincenzo Olivo | Files touched by this commit (4) | Package updated
Log message:
security/signify: update to 0.13

# pkgsrc changes

* use patch to blank file instead of 'files' dir.

# upstream changes

* fix bug whereby a package with an exact numbers of 64K chunks would
  produce a spurious error
* make sure that we got all the signed blocks at EOF
  before exit(0)
   2023-08-26 13:27:42 by Paolo Vincenzo Olivo | Files touched by this commit (1)
Log message:
security/signify: honor CFLAGS/LDFLAGS.

Also switch to upstream official code repo instead of Github mirror.
Bump revision.
   2022-12-06 15:41:40 by Paolo Vincenzo Olivo | Files touched by this commit (14)
Log message:
Reset maintainer for my packages to reflect new mail address.
   2022-11-21 19:20:46 by Jonathan Perkin | Files touched by this commit (54)
Log message:
*: 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.
   2022-11-05 17:16:21 by pin | Files touched by this commit (3) | Package updated
Log message:
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.
   2022-10-08 13:30:27 by Benny Siegert | Files touched by this commit (7)
Log message:
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.