pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/rvault



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Mar  5 09:49:09 UTC 2020

Added Files:
        pkgsrc/security/rvault: DESCR Makefile PLIST distinfo

Log Message:
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@


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/rvault/DESCR \
    pkgsrc/security/rvault/Makefile pkgsrc/security/rvault/PLIST \
    pkgsrc/security/rvault/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/security/rvault/DESCR
diff -u /dev/null pkgsrc/security/rvault/DESCR:1.1
--- /dev/null   Thu Mar  5 09:49:09 2020
+++ pkgsrc/security/rvault/DESCR        Thu Mar  5 09:49:09 2020
@@ -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.
Index: pkgsrc/security/rvault/Makefile
diff -u /dev/null pkgsrc/security/rvault/Makefile:1.1
--- /dev/null   Thu Mar  5 09:49:09 2020
+++ pkgsrc/security/rvault/Makefile     Thu Mar  5 09:49:09 2020
@@ -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"
Index: pkgsrc/security/rvault/PLIST
diff -u /dev/null pkgsrc/security/rvault/PLIST:1.1
--- /dev/null   Thu Mar  5 09:49:09 2020
+++ pkgsrc/security/rvault/PLIST        Thu Mar  5 09:49:09 2020
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2020/03/05 09:49:09 wiz Exp $
+bin/rvault
+man/man1/rvault.1
Index: pkgsrc/security/rvault/distinfo
diff -u /dev/null pkgsrc/security/rvault/distinfo:1.1
--- /dev/null   Thu Mar  5 09:49:09 2020
+++ pkgsrc/security/rvault/distinfo     Thu Mar  5 09:49:09 2020
@@ -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