Received: by mail.netbsd.org (Postfix, from userid 605) id 8DC3484D82; Wed, 23 Aug 2017 13:46:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1B8BF84D47 for ; Wed, 23 Aug 2017 13:46:45 +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 ljmA0Gor7d59 for ; Wed, 23 Aug 2017 13:46:44 +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 B1D9F84D43 for ; Wed, 23 Aug 2017 13:46:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B00F1FA84; Wed, 23 Aug 2017 13:46:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150349600410050" MIME-Version: 1.0 Date: Wed, 23 Aug 2017 13:46:44 +0000 From: "Havard Eidnes" Subject: CVS commit: pkgsrc/security To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org X-Mailer: log_accum Message-Id: <20170823134644.B00F1FA84@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. --_----------=_150349600410050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: he Date: Wed Aug 23 13:46:44 UTC 2017 Modified Files: pkgsrc/security: Makefile Log Message: Add p5-Crypt-Curve25519. To generate a diff of this commit: cvs rdiff -u -r1.622 -r1.623 pkgsrc/security/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150349600410050 Content-Disposition: inline Content-Length: 634 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/Makefile diff -u pkgsrc/security/Makefile:1.622 pkgsrc/security/Makefile:1.623 --- pkgsrc/security/Makefile:1.622 Thu Aug 17 02:00:31 2017 +++ pkgsrc/security/Makefile Wed Aug 23 13:46:44 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.622 2017/08/17 02:00:31 gavan Exp $ +# $NetBSD: Makefile,v 1.623 2017/08/23 13:46:44 he Exp $ # COMMENT= Security tools @@ -252,6 +252,7 @@ SUBDIR+= p5-Crypt-Blowfish_PP SUBDIR+= p5-Crypt-CAST5_PP SUBDIR+= p5-Crypt-CBC SUBDIR+= p5-Crypt-CipherSaber +SUBDIR+= p5-Crypt-Curve25519 SUBDIR+= p5-Crypt-DES SUBDIR+= p5-Crypt-DES_EDE3 SUBDIR+= p5-Crypt-DH --_----------=_150349600410050--