pkgsrc-Changes archive

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

CVS commit: pkgsrc/security



Module Name:    pkgsrc
Committed By:   js
Date:           Sat Aug 10 23:51:48 UTC 2024

Modified Files:
        pkgsrc/security: Makefile
Added Files:
        pkgsrc/security/cryptopassphrase: DESCR Makefile PLIST distinfo

Log Message:
Add security/cryptopassphrase

Deterministic password generator based on scrypt.


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

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

Modified files:

Index: pkgsrc/security/Makefile
diff -u pkgsrc/security/Makefile:1.956 pkgsrc/security/Makefile:1.957
--- pkgsrc/security/Makefile:1.956      Sun Aug  4 09:48:58 2024
+++ pkgsrc/security/Makefile    Sat Aug 10 23:51:48 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.956 2024/08/04 09:48:58 nia Exp $
+# $NetBSD: Makefile,v 1.957 2024/08/10 23:51:48 js Exp $
 #
 
 COMMENT=       Security and cryptography tools and libraries
@@ -59,6 +59,7 @@ SUBDIR+=      courier-authlib
 SUBDIR+=       crack
 SUBDIR+=       cracklib
 SUBDIR+=       crypto++
+SUBDIR+=       cryptopassphrase
 SUBDIR+=       cvm
 SUBDIR+=       cy2-anonymous
 SUBDIR+=       cy2-crammd5

Added files:

Index: pkgsrc/security/cryptopassphrase/DESCR
diff -u /dev/null pkgsrc/security/cryptopassphrase/DESCR:1.1
--- /dev/null   Sat Aug 10 23:51:48 2024
+++ pkgsrc/security/cryptopassphrase/DESCR      Sat Aug 10 23:51:48 2024
@@ -0,0 +1 @@
+Deterministic password generator based on scrypt.
Index: pkgsrc/security/cryptopassphrase/Makefile
diff -u /dev/null pkgsrc/security/cryptopassphrase/Makefile:1.1
--- /dev/null   Sat Aug 10 23:51:48 2024
+++ pkgsrc/security/cryptopassphrase/Makefile   Sat Aug 10 23:51:48 2024
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2024/08/10 23:51:48 js Exp $
+
+DISTNAME=      cryptopassphrase-1.0
+CATEGORIES=    security
+MASTER_SITES=  https://fl.nil.im/cryptopassphrase/tarball/v${PKGVERSION_NOREV}/
+
+MAINTAINER=    js%NetBSD.org@localhost
+HOMEPAGE=      https://fl.nil.im/cryptopassphrase
+COMMENT=       Deterministic password generator based on scrypt
+LICENSE=       isc
+
+USE_LANGUAGES=         objc
+PKGSRC_COMPILER=       clang   # Needs to be the same as devel/objfw
+
+.include "../../devel/objfw/buildlink3.mk"
+.include "../../devel/meson/build.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/cryptopassphrase/PLIST
diff -u /dev/null pkgsrc/security/cryptopassphrase/PLIST:1.1
--- /dev/null   Sat Aug 10 23:51:48 2024
+++ pkgsrc/security/cryptopassphrase/PLIST      Sat Aug 10 23:51:48 2024
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2024/08/10 23:51:48 js Exp $
+bin/cryptopassphrase
Index: pkgsrc/security/cryptopassphrase/distinfo
diff -u /dev/null pkgsrc/security/cryptopassphrase/distinfo:1.1
--- /dev/null   Sat Aug 10 23:51:49 2024
+++ pkgsrc/security/cryptopassphrase/distinfo   Sat Aug 10 23:51:48 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/08/10 23:51:48 js Exp $
+
+BLAKE2s (cryptopassphrase-1.0.tar.gz) = 69bb0158585301ebe54f0d782feb1af1aaaa2554222545fa93ecae7c0e568e28
+SHA512 (cryptopassphrase-1.0.tar.gz) = 9faa3ed7fa08abf0873b47d919a679c8a50b45a7fffd9f5d6380bca11b5f53d23d24e9f3c5f9749a671ba60631a15b59944c0730dd2002752837467a2b6f370b
+Size (cryptopassphrase-1.0.tar.gz) = 637913 bytes



Home | Main Index | Thread Index | Old Index