Received: by mail.netbsd.org (Postfix, from userid 605) id 015A684DFB; Fri, 17 Jan 2020 12:41:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7D33D84DF9 for ; Fri, 17 Jan 2020 12:41:25 +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 R6pXW3_Kq7B6 for ; Fri, 17 Jan 2020 12:41:25 +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 1152484DF6 for ; Fri, 17 Jan 2020 12:41:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0EEB0FBF4; Fri, 17 Jan 2020 12:41:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1579264885217870" MIME-Version: 1.0 Date: Fri, 17 Jan 2020 12:41:25 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/security To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20200117124125.0EEB0FBF4@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. --_----------=_1579264885217870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Fri Jan 17 12:41:24 UTC 2020 Modified Files: pkgsrc/security: Makefile Log Message: Add hs-x509-store To generate a diff of this commit: cvs rdiff -u -r1.726 -r1.727 pkgsrc/security/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1579264885217870 Content-Disposition: inline Content-Length: 571 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/Makefile diff -u pkgsrc/security/Makefile:1.726 pkgsrc/security/Makefile:1.727 --- pkgsrc/security/Makefile:1.726 Fri Jan 17 00:54:04 2020 +++ pkgsrc/security/Makefile Fri Jan 17 12:41:24 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.726 2020/01/17 00:54:04 pho Exp $ +# $NetBSD: Makefile,v 1.727 2020/01/17 12:41:24 pho Exp $ # COMMENT= Security tools @@ -127,6 +127,7 @@ SUBDIR+= hs-cryptonite SUBDIR+= hs-digest SUBDIR+= hs-pem SUBDIR+= hs-x509 +SUBDIR+= hs-x509-store SUBDIR+= hydan SUBDIR+= hydra SUBDIR+= ike-scan --_----------=_1579264885217870--