Received: by mail.netbsd.org (Postfix, from userid 605) id 4001284ED5; Wed, 21 Mar 2018 13:26:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9BAF984DF0 for ; Wed, 21 Mar 2018 13:26:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ot1lIgfvVWT2 for ; Wed, 21 Mar 2018 13:26:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0CB5984DAF for ; Wed, 21 Mar 2018 13:26:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 07604FB40; Wed, 21 Mar 2018 13:26:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1521638806183970" MIME-Version: 1.0 Date: Wed, 21 Mar 2018 13:26:46 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/security/ruby-rex-core To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20180321132646.07604FB40@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. --_----------=_1521638806183970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Wed Mar 21 13:26:45 UTC 2018 Modified Files: pkgsrc/security/ruby-rex-core: Makefile distinfo Log Message: security/ruby-rex-core: update to 0.1.13 0.1.13 2017/07/20 * partially revert 06bfb88 * minor gem cleanups To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/ruby-rex-core/Makefile \ pkgsrc/security/ruby-rex-core/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1521638806183970 Content-Disposition: inline Content-Length: 1652 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/ruby-rex-core/Makefile diff -u pkgsrc/security/ruby-rex-core/Makefile:1.1 pkgsrc/security/ruby-rex-core/Makefile:1.2 --- pkgsrc/security/ruby-rex-core/Makefile:1.1 Thu Oct 12 16:18:13 2017 +++ pkgsrc/security/ruby-rex-core/Makefile Wed Mar 21 13:26:45 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2017/10/12 16:18:13 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2018/03/21 13:26:45 taca Exp $ -DISTNAME= rex-core-0.1.12 +DISTNAME= rex-core-0.1.13 CATEGORIES= security MAINTAINER= minskim@NetBSD.org Index: pkgsrc/security/ruby-rex-core/distinfo diff -u pkgsrc/security/ruby-rex-core/distinfo:1.1 pkgsrc/security/ruby-rex-core/distinfo:1.2 --- pkgsrc/security/ruby-rex-core/distinfo:1.1 Thu Oct 12 16:18:13 2017 +++ pkgsrc/security/ruby-rex-core/distinfo Wed Mar 21 13:26:45 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2017/10/12 16:18:13 minskim Exp $ +$NetBSD: distinfo,v 1.2 2018/03/21 13:26:45 taca Exp $ -SHA1 (rex-core-0.1.12.gem) = 873237c8b44ae5673437cceb167fc75cb9d750e2 -RMD160 (rex-core-0.1.12.gem) = 9068dbac9fc37f60c857fea5e0d6224e9af73684 -SHA512 (rex-core-0.1.12.gem) = 87d2e04752ea019f327f5a3bf07149d3245d2dc709485033ac069f31bb592a4840cfd547042f5537b0a2c90988aff54a6067999e02f2dacc8e0f4029dd9a3537 -Size (rex-core-0.1.12.gem) = 30208 bytes +SHA1 (rex-core-0.1.13.gem) = 91765d07f38f418d95acbde6059a006efce4cbc6 +RMD160 (rex-core-0.1.13.gem) = 9f30f0846f7ded9eb9ba8f857e7bcded5b57ef43 +SHA512 (rex-core-0.1.13.gem) = d7a402f732620a7ce25d3401fea9c97b4dbac8d37fc8d9183d621bfc16004e2f7171e0346b05fcb64a9c2af8b2b17e32d6ae11268a5300cc31111ab83dabfa9a +Size (rex-core-0.1.13.gem) = 30208 bytes --_----------=_1521638806183970--