pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/rvault security/rvault: import rvault-0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b8fb73480be8
branches:  trunk
changeset: 412352:b8fb73480be8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Mar 05 09:49:09 2020 +0000

description:
security/rvault: import rvault-0.1

rvault is a secure and authenticated store for secrets (passwords,
keys, certificates) and small documents.  It uses envelope encryption
with one-time password (OTP) authentication.  The vault can be operated
as a file system in userspace.  It is written in C11 and distributed
under the 2-clause BSD license.

>From rmind@

diffstat:

 security/rvault/DESCR    |   5 +++++
 security/rvault/Makefile |  25 +++++++++++++++++++++++++
 security/rvault/PLIST    |   3 +++
 security/rvault/distinfo |   6 ++++++
 4 files changed, 39 insertions(+), 0 deletions(-)

diffs (55 lines):

diff -r d5de314a4b13 -r b8fb73480be8 security/rvault/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/rvault/DESCR     Thu Mar 05 09:49:09 2020 +0000
@@ -0,0 +1,5 @@
+rvault is a secure and authenticated store for secrets (passwords,
+keys, certificates) and small documents.  It uses envelope encryption
+with one-time password (OTP) authentication.  The vault can be operated
+as a file system in userspace.  It is written in C11 and distributed
+under the 2-clause BSD license.
diff -r d5de314a4b13 -r b8fb73480be8 security/rvault/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/rvault/Makefile  Thu Mar 05 09:49:09 2020 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2020/03/05 09:49:09 wiz Exp $
+
+DISTNAME=      rvault-0.1
+CATEGORIES=    security
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=rmind/}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/rmind/rvault
+COMMENT=       Secure and authenticated store for secrets and small documents
+LICENSE=       2-clause-bsd
+
+WRKSRC=                ${WRKDIR}/${DISTNAME}/src
+NO_CONFIGURE=  yes
+USE_TOOLS=     gmake
+
+MAKE_ENV+=     LIBSCRYPT_KDF=1
+
+MAKE_ENV+=     DESTDIR=${DESTDIR}
+MAKE_ENV+=     BINDIR=${PREFIX}/bin
+MAKE_ENV+=     MANDIR=${PREFIX}/${PKGMANDIR}
+
+.include "../../security/scrypt/buildlink3.mk"
+.include "../../www/curl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d5de314a4b13 -r b8fb73480be8 security/rvault/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/rvault/PLIST     Thu Mar 05 09:49:09 2020 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2020/03/05 09:49:09 wiz Exp $
+bin/rvault
+man/man1/rvault.1
diff -r d5de314a4b13 -r b8fb73480be8 security/rvault/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/rvault/distinfo  Thu Mar 05 09:49:09 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/03/05 09:49:09 wiz Exp $
+
+SHA1 (rvault-0.1.tar.gz) = 8356a386b7d4b29606f963923c554736bf3e763c
+RMD160 (rvault-0.1.tar.gz) = aea55b03dd56edead621fea73d03dda326e5fa03
+SHA512 (rvault-0.1.tar.gz) = 884eb2cde90842a59fd2ec95bb1add05b8e3310740d0b167c51f0e0d1c341649707ea17fe2c8c56c5ae185204e2907907d4775992868fbee44c1d5804fd0ee31
+Size (rvault-0.1.tar.gz) = 48050 bytes



Home | Main Index | Thread Index | Old Index