update to minisign-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).
This commit is contained in:
sthen 2023-01-22 15:06:57 +00:00
parent 36315fd495
commit 04224a063b
2 changed files with 7 additions and 8 deletions

View File

@ -2,23 +2,22 @@ COMMENT = dead simple tool to sign files and verify digital signatures
GH_ACCOUNT = jedisct1
GH_PROJECT = minisign
GH_TAGNAME = 0.10
REVISION = 0
GH_TAGNAME = 0.11
CATEGORIES = security sysutils
HOMEPAGE = https://jedisct1.github.io/minisign/
# ISC
PERMIT_PACKAGE = Yes
PERMIT_PACKAGE =Yes
WANTLIB = c pthread sodium
MODULES = devel/cmake
LIB_DEPENDS = security/libsodium
MODULES = devel/cmake
LIB_DEPENDS = security/libsodium
CFLAGS += -I${LOCALBASE}/include
NO_TEST = Yes
NO_TEST = Yes
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (minisign-0.10.tar.gz) = n+QMK9iZqR9rYqb/PUaezmcPFVMH31DCSC3dMTN6tto=
SIZE (minisign-0.10.tar.gz) = 18242
SHA256 (minisign-0.11.tar.gz) = dMLHihzVGkOmyY9GpOq++8hmgHTKmqFBFVRCdrZj/FU=
SIZE (minisign-0.11.tar.gz) = 18410