Received: by mail.netbsd.org (Postfix, from userid 605) id 9C71184E36; Fri, 5 Feb 2021 15:15:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D846B84DDD for ; Fri, 5 Feb 2021 15:15:44 +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 pWsQkBHhu0hE for ; Fri, 5 Feb 2021 15:15: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 5C63C84D2C for ; Fri, 5 Feb 2021 15:15:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 59DF6FA95; Fri, 5 Feb 2021 15:15:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161253814474820" MIME-Version: 1.0 Date: Fri, 5 Feb 2021 15:15:44 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/security/ruby-rex-nop To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210205151544.59DF6FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161253814474820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Fri Feb 5 15:15:44 UTC 2021 Modified Files: pkgsrc/security/ruby-rex-nop: Makefile distinfo Log Message: security/ruby-rex-nop: update to 0.1.2 0.1.2 (2017-05-11) * update spec to require Ruby 2.2.0 or greater To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/ruby-rex-nop/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/ruby-rex-nop/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161253814474820 Content-Disposition: inline Content-Length: 1620 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/ruby-rex-nop/Makefile diff -u pkgsrc/security/ruby-rex-nop/Makefile:1.2 pkgsrc/security/ruby-rex-nop/Makefile:1.3 --- pkgsrc/security/ruby-rex-nop/Makefile:1.2 Sun Jun 21 14:54:50 2020 +++ pkgsrc/security/ruby-rex-nop/Makefile Fri Feb 5 15:15:44 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2020/06/21 14:54:50 taca Exp $ +# $NetBSD: Makefile,v 1.3 2021/02/05 15:15:44 taca Exp $ -DISTNAME= rex-nop-0.1.1 +DISTNAME= rex-nop-0.1.2 CATEGORIES= security MAINTAINER= minskim@NetBSD.org Index: pkgsrc/security/ruby-rex-nop/distinfo diff -u pkgsrc/security/ruby-rex-nop/distinfo:1.1 pkgsrc/security/ruby-rex-nop/distinfo:1.2 --- pkgsrc/security/ruby-rex-nop/distinfo:1.1 Fri Oct 13 17:59:11 2017 +++ pkgsrc/security/ruby-rex-nop/distinfo Fri Feb 5 15:15:44 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2017/10/13 17:59:11 minskim Exp $ +$NetBSD: distinfo,v 1.2 2021/02/05 15:15:44 taca Exp $ -SHA1 (rex-nop-0.1.1.gem) = 467b691f7e3d464c1339fd26f992ef0157ddcee5 -RMD160 (rex-nop-0.1.1.gem) = 312b4482848efef8a0249ec67f81fb6f669ab6e8 -SHA512 (rex-nop-0.1.1.gem) = f0a80f948189eb3c775739e7a492882ed7a647f9a79d1cfe3658f8905b8316a386dd0c89da5158eaab351f6122bf5bbb0c8270424617940fe48a1270cb363da5 -Size (rex-nop-0.1.1.gem) = 27648 bytes +SHA1 (rex-nop-0.1.2.gem) = 9c483c82f789773aa5a51b2d3521be24aa9182f0 +RMD160 (rex-nop-0.1.2.gem) = 09d45fccbf30371d96efe731276265f0c44dafe7 +SHA512 (rex-nop-0.1.2.gem) = 897f9f7ef5722078d2532eff281013cee5ed7987afaa457602bdeaccdd0a20abaac828d89951627ef728288e1a1adef244dfc85ffe27efcd84b6882d0c6e7d13 +Size (rex-nop-0.1.2.gem) = 27648 bytes --_----------=_161253814474820--