Received: by mail.netbsd.org (Postfix, from userid 605) id 8814984D60; Fri, 13 Oct 2017 16:29:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1C2C384D5A for ; Fri, 13 Oct 2017 16:29:36 +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 gDgSSs6tm9gz for ; Fri, 13 Oct 2017 16:29:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B140F84CE1 for ; Fri, 13 Oct 2017 16:29:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2A9A3FBC7; Fri, 13 Oct 2017 16:29:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150791217590190" MIME-Version: 1.0 Date: Fri, 13 Oct 2017 16:29:35 +0000 From: "Min Sik Kim" Subject: CVS commit: pkgsrc/security To: pkgsrc-changes@NetBSD.org Reply-To: minskim@netbsd.org X-Mailer: log_accum Message-Id: <20171013162935.2A9A3FBC7@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. --_----------=_150791217590190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: minskim Date: Fri Oct 13 16:29:35 UTC 2017 Modified Files: pkgsrc/security: Makefile Log Message: security/Makefile: Add ruby-rex-ole To generate a diff of this commit: cvs rdiff -u -r1.639 -r1.640 pkgsrc/security/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150791217590190 Content-Disposition: inline Content-Length: 633 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/Makefile diff -u pkgsrc/security/Makefile:1.639 pkgsrc/security/Makefile:1.640 --- pkgsrc/security/Makefile:1.639 Fri Oct 13 16:15:19 2017 +++ pkgsrc/security/Makefile Fri Oct 13 16:29:35 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.639 2017/10/13 16:15:19 minskim Exp $ +# $NetBSD: Makefile,v 1.640 2017/10/13 16:29:35 minskim Exp $ # COMMENT= Security tools @@ -478,6 +478,7 @@ SUBDIR+= ruby-rc4 SUBDIR+= ruby-rex-arch SUBDIR+= ruby-rex-core SUBDIR+= ruby-rex-java +SUBDIR+= ruby-rex-ole SUBDIR+= ruby-rex-powershell SUBDIR+= ruby-rex-random_identifier SUBDIR+= ruby-rex-struct2 --_----------=_150791217590190--