Received: by mail.netbsd.org (Postfix, from userid 605) id 461DD84E36; Fri, 5 Feb 2021 15:10:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7D84184D2C for ; Fri, 5 Feb 2021 15:10:52 +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 MwJY5D7GRLIT for ; Fri, 5 Feb 2021 15:10:52 +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 F19B684E36 for ; Fri, 5 Feb 2021 15:10:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E9C53FA95; Fri, 5 Feb 2021 15:10:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161253785172260" MIME-Version: 1.0 Date: Fri, 5 Feb 2021 15:10:51 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/security/ruby-rex-exploitation To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210205151051.E9C53FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161253785172260 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:10:51 UTC 2021 Modified Files: pkgsrc/security/ruby-rex-exploitation: Makefile distinfo Log Message: security/ruby-rex-exploitation: 0.1.26 0.1.26 (2021-01-08) * Fix rex/arch constant usage 0.1.25 (2020-11-30) * relax dev bundle and update authors - Allows bundle with latest bundler - Updates authors to reflect current maintainers - Update travis to test with 2.7.2 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/ruby-rex-exploitation/Makefile \ pkgsrc/security/ruby-rex-exploitation/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161253785172260 Content-Disposition: inline Content-Length: 1806 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/ruby-rex-exploitation/Makefile diff -u pkgsrc/security/ruby-rex-exploitation/Makefile:1.5 pkgsrc/security/ruby-rex-exploitation/Makefile:1.6 --- pkgsrc/security/ruby-rex-exploitation/Makefile:1.5 Sun Jun 7 14:51:17 2020 +++ pkgsrc/security/ruby-rex-exploitation/Makefile Fri Feb 5 15:10:51 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2020/06/07 14:51:17 taca Exp $ +# $NetBSD: Makefile,v 1.6 2021/02/05 15:10:51 taca Exp $ -DISTNAME= rex-exploitation-0.1.24 +DISTNAME= rex-exploitation-0.1.26 CATEGORIES= security MAINTAINER= minskim@NetBSD.org Index: pkgsrc/security/ruby-rex-exploitation/distinfo diff -u pkgsrc/security/ruby-rex-exploitation/distinfo:1.5 pkgsrc/security/ruby-rex-exploitation/distinfo:1.6 --- pkgsrc/security/ruby-rex-exploitation/distinfo:1.5 Sun Jun 7 14:51:17 2020 +++ pkgsrc/security/ruby-rex-exploitation/distinfo Fri Feb 5 15:10:51 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2020/06/07 14:51:17 taca Exp $ +$NetBSD: distinfo,v 1.6 2021/02/05 15:10:51 taca Exp $ -SHA1 (rex-exploitation-0.1.24.gem) = 199d35a0687b82382e82d1c49224b2df37d811e8 -RMD160 (rex-exploitation-0.1.24.gem) = 2cad1910dc204e2723b2fc12d6011d11c83c2446 -SHA512 (rex-exploitation-0.1.24.gem) = f8cfdd1fb7150c3dc6d22ad443abcf701ca97253bb1a85c8fe89959474a6ea8c01c68de51f783ee4b67b9cd9bd085167fa3ef6dcfcdcacae3acf38d5de0c8601 -Size (rex-exploitation-0.1.24.gem) = 79872 bytes +SHA1 (rex-exploitation-0.1.26.gem) = 82accb4537b9f25b7ad0b19cbe86e539a99c0bde +RMD160 (rex-exploitation-0.1.26.gem) = 5c16f71165ddda09b17dbfcf0f997bbf470d06ff +SHA512 (rex-exploitation-0.1.26.gem) = d26e758b0e1e878d5828148826491e8610ab74fc94d7ee31bf5a6ae1dc30f25bdc181312c6ce24306ca523f08e09b12a0279970f93d51561c8a8e96027ae1919 +Size (rex-exploitation-0.1.26.gem) = 79360 bytes --_----------=_161253785172260--