Path to this page:
./
security/minisign,
Dead simple tool to sign files and verify signatures
Branch: CURRENT,
Version: 0.11,
Package name: minisign-0.11,
Maintainer: pkgsrc-usersMinisign is a dead simple tool to sign files and verify signatures.
It is portable, lightweight, and uses the highly secure Ed25519 public-key
signature system.
Required to run:[
security/libsodium]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 17.979 KB
Version history: (Expand)
- (2023-03-03) Updated to version: minisign-0.11
- (2021-10-13) Updated to version: minisign-0.10
- (2020-06-07) Updated to version: minisign-0.9
- (2019-08-14) Package added to pkgsrc.se, version minisign-0.8 (created)
CVS history: (Expand)
2023-03-03 08:44:02 by Frederic Cambus | Files touched by this commit (2) | |
Log message:
minisign: update to 0.11.
- For non-interactive usage (CI/CD, etc), encryption of private keys can
be disabled with the -W switch.
- A new command, -C was added to change passwords, or remove them (when
combined with -W).
|
2023-01-24 19:36:36 by Thomas Klausner | Files touched by this commit (103) |
Log message:
*: convert to cmake/build.mk
|
2022-06-27 17:29:18 by Frederic Cambus | Files touched by this commit (41) |
Log message:
*: drop maintainership for packages not related to toolchains and ELF.
|
2021-10-26 13:18:07 by Nia Alarie | Files touched by this commit (605) |
Log message:
security: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./security/cyrus-sasl/distinfo \
cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
|
2021-10-13 09:28:08 by Frederic Cambus | Files touched by this commit (2) | |
Log message:
minisign: update to 0.10.
- Minisign can be compiled with Zig instead of cmake+make+a C toolchain
- Minimal VERIFY_ONLY versions can be built again
- Prehashing is now enabled by default, regardless of the input size. Support
for non-prehashed signatures will eventually be removed
- Legacy signatures can be rejected with the addition of the -H flag
|
2021-10-07 16:54:50 by Nia Alarie | Files touched by this commit (606) |
Log message:
security: Remove SHA1 hashes for distfiles
|
2020-06-11 13:10:22 by Frederic Cambus | Files touched by this commit (1) |
Log message:
minisign: fix the build by adding missing build dependency on pkg-config.
Pointed out by mef@, thanks!
|
2020-06-07 13:04:43 by Frederic Cambus | Files touched by this commit (2) | |
Log message:
minisign: update to 0.9.
ChangeLog:
- New option: -R to recover the public key from a secret key.
- minisign can now be compiled to WebAssembly.
- Error messages have been improved.
- Key derivation is now possible on devices with limited memory.
- Compilation on OpenWRT is now possible using cmake.
- A Docker image is now available.
- 64-bit Windows binaries have been added, and macOS binaries are notarized.
|