Received: by mail.netbsd.org (Postfix, from userid 605) id 8A04184DC4; Fri, 17 Jan 2020 00:17:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 095A484DAA for ; Fri, 17 Jan 2020 00:17:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id OWne4VQE5eFh for ; Fri, 17 Jan 2020 00:17:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6296D84D5E for ; Fri, 17 Jan 2020 00:17:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5C966FBF4; Fri, 17 Jan 2020 00:17:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1579220252198260" MIME-Version: 1.0 Date: Fri, 17 Jan 2020 00:17:32 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/security/hs-cryptonite To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20200117001732.5C966FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1579220252198260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Fri Jan 17 00:17:32 UTC 2020 Added Files: pkgsrc/security/hs-cryptonite: DESCR Makefile buildlink3.mk distinfo Log Message: Import cryptonite-0.26 A repository of cryptographic primitives. * Symmetric ciphers: AES, DES, 3DES, CAST5, Blowfish, Twofish, Camellia, RC4, Salsa, XSalsa, ChaCha. * Hash: SHA1, SHA2, SHA3, SHAKE, MD2, MD4, MD5, Keccak, Skein, Ripemd, Tiger, Whirlpool, Blake2 * MAC: HMAC, KMAC, Poly1305 * Asymmetric crypto: DSA, RSA, DH, ECDH, ECDSA, ECC, Curve25519, Curve448, Ed25519, Ed448 * Key Derivation Function: PBKDF2, Scrypt, HKDF, Argon2, BCrypt, BCryptPBKDF * Cryptographic Random generation: System Entropy, Deterministic Random Generator * Data related: Anti-Forensic Information Splitter (AFIS) If anything cryptographic related is missing from here, submit a pull request to have it added. This package strive to be a cryptographic kitchen sink that provides cryptography for everyone. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/security/hs-cryptonite/DESCR \ pkgsrc/security/hs-cryptonite/Makefile \ pkgsrc/security/hs-cryptonite/buildlink3.mk \ pkgsrc/security/hs-cryptonite/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1579220252198260 Content-Disposition: inline Content-Length: 3068 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/security/hs-cryptonite/DESCR diff -u /dev/null pkgsrc/security/hs-cryptonite/DESCR:1.1 --- /dev/null Fri Jan 17 00:17:32 2020 +++ pkgsrc/security/hs-cryptonite/DESCR Fri Jan 17 00:17:32 2020 @@ -0,0 +1,24 @@ +A repository of cryptographic primitives. + +* Symmetric ciphers: AES, DES, 3DES, CAST5, Blowfish, Twofish, + Camellia, RC4, Salsa, XSalsa, ChaCha. + +* Hash: SHA1, SHA2, SHA3, SHAKE, MD2, MD4, MD5, Keccak, Skein, Ripemd, + Tiger, Whirlpool, Blake2 + +* MAC: HMAC, KMAC, Poly1305 + +* Asymmetric crypto: DSA, RSA, DH, ECDH, ECDSA, ECC, Curve25519, + Curve448, Ed25519, Ed448 + +* Key Derivation Function: PBKDF2, Scrypt, HKDF, Argon2, BCrypt, + BCryptPBKDF + +* Cryptographic Random generation: System Entropy, Deterministic + Random Generator + +* Data related: Anti-Forensic Information Splitter (AFIS) + +If anything cryptographic related is missing from here, submit a pull +request to have it added. This package strive to be a cryptographic +kitchen sink that provides cryptography for everyone. Index: pkgsrc/security/hs-cryptonite/Makefile diff -u /dev/null pkgsrc/security/hs-cryptonite/Makefile:1.1 --- /dev/null Fri Jan 17 00:17:32 2020 +++ pkgsrc/security/hs-cryptonite/Makefile Fri Jan 17 00:17:32 2020 @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2020/01/17 00:17:32 pho Exp $ + +DISTNAME= cryptonite-0.26 +CATEGORIES= security + +MAINTAINER= pho@cielonegro.org +COMMENT= Cryptography Primitives sink +LICENSE= modified-bsd + +.include "../../devel/hs-basement/buildlink3.mk" +.include "../../devel/hs-memory/buildlink3.mk" +.include "../../mk/haskell.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/security/hs-cryptonite/buildlink3.mk diff -u /dev/null pkgsrc/security/hs-cryptonite/buildlink3.mk:1.1 --- /dev/null Fri Jan 17 00:17:32 2020 +++ pkgsrc/security/hs-cryptonite/buildlink3.mk Fri Jan 17 00:17:32 2020 @@ -0,0 +1,16 @@ +# $NetBSD: buildlink3.mk,v 1.1 2020/01/17 00:17:32 pho Exp $ + +BUILDLINK_TREE+= hs-cryptonite + +.if !defined(HS_CRYPTONITE_BUILDLINK3_MK) +HS_CRYPTONITE_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.hs-cryptonite+= hs-cryptonite>=0.26 +BUILDLINK_ABI_DEPENDS.hs-cryptonite+= hs-cryptonite>=0.26 +BUILDLINK_PKGSRCDIR.hs-cryptonite?= ../../security/hs-cryptonite + +.include "../../devel/hs-basement/buildlink3.mk" +.include "../../devel/hs-memory/buildlink3.mk" +.endif # HS_CRYPTONITE_BUILDLINK3_MK + +BUILDLINK_TREE+= -hs-cryptonite Index: pkgsrc/security/hs-cryptonite/distinfo diff -u /dev/null pkgsrc/security/hs-cryptonite/distinfo:1.1 --- /dev/null Fri Jan 17 00:17:32 2020 +++ pkgsrc/security/hs-cryptonite/distinfo Fri Jan 17 00:17:32 2020 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/01/17 00:17:32 pho Exp $ + +SHA1 (cryptonite-0.26.tar.gz) = 39cfaa6c4378b20c46a8449aa328695a88de130e +RMD160 (cryptonite-0.26.tar.gz) = 0732fa5c83a88b75766c00ec5741f1b351b8cfd8 +SHA512 (cryptonite-0.26.tar.gz) = 4236d411542fd104e5cace61fbdeda615f7d13e442594d7fa12acc682d917b0494b10b242a88fef19e91e93489797206fee07497bff92e43d3849ebac8ee11b0 +Size (cryptonite-0.26.tar.gz) = 581153 bytes --_----------=_1579220252198260--