Received: by mail.netbsd.org (Postfix, from userid 605) id 39E51850C8; Fri, 5 Feb 2021 15:31:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 747D684DDD for ; Fri, 5 Feb 2021 15:31:15 +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 NczkkwoiXssn for ; Fri, 5 Feb 2021 15:31:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E639D84C86 for ; Fri, 5 Feb 2021 15:31:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E00DDFA95; Fri, 5 Feb 2021 15:31:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1612539074275070" MIME-Version: 1.0 Date: Fri, 5 Feb 2021 15:31:14 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/security/ruby-rex-socket To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210205153114.E00DDFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1612539074275070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: taca Date: Fri Feb 5 15:31:14 UTC 2021 Modified Files: pkgsrc/security/ruby-rex-socket: Makefile distinfo Log Message: security/ruby-rex-socket: update to 0.1.25 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 * Land #26, Update gemspec 0.1.24 (2020-09-23) * x509_certificate: Allow use of EC keys - Add new capability to allow the use of EC keys. Resolves issue with using EC keys in metasploit. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/ruby-rex-socket/Makefile \ pkgsrc/security/ruby-rex-socket/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1612539074275070 Content-Disposition: inline Content-Length: 1686 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/ruby-rex-socket/Makefile diff -u pkgsrc/security/ruby-rex-socket/Makefile:1.5 pkgsrc/security/ruby-rex-socket/Makefile:1.6 --- pkgsrc/security/ruby-rex-socket/Makefile:1.5 Tue Mar 24 16:14:00 2020 +++ pkgsrc/security/ruby-rex-socket/Makefile Fri Feb 5 15:31:14 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2020/03/24 16:14:00 taca Exp $ +# $NetBSD: Makefile,v 1.6 2021/02/05 15:31:14 taca Exp $ -DISTNAME= rex-socket-0.1.23 +DISTNAME= rex-socket-0.1.24 CATEGORIES= security MAINTAINER= minskim@NetBSD.org Index: pkgsrc/security/ruby-rex-socket/distinfo diff -u pkgsrc/security/ruby-rex-socket/distinfo:1.5 pkgsrc/security/ruby-rex-socket/distinfo:1.6 --- pkgsrc/security/ruby-rex-socket/distinfo:1.5 Tue Mar 24 16:14:00 2020 +++ pkgsrc/security/ruby-rex-socket/distinfo Fri Feb 5 15:31:14 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2020/03/24 16:14:00 taca Exp $ +$NetBSD: distinfo,v 1.6 2021/02/05 15:31:14 taca Exp $ -SHA1 (rex-socket-0.1.23.gem) = a6cce08c403a7bede523f0661d6d788f4c3b2ae3 -RMD160 (rex-socket-0.1.23.gem) = 6a8004c3665c01f78ae23fd0516fb0c8bf11026b -SHA512 (rex-socket-0.1.23.gem) = 69bda807a096a57cca1e580fd8cc3b5500a720f9be2daf2af64732f4b521e6ba994b9920b7110777b228909932577800d891069c3473fbfa4689744079a45578 -Size (rex-socket-0.1.23.gem) = 41472 bytes +SHA1 (rex-socket-0.1.24.gem) = e89ba3c5ec25402275ed8e21a9d7e314c4169935 +RMD160 (rex-socket-0.1.24.gem) = 45e4759fabc1667266f52636ccdfe65d2e00e94f +SHA512 (rex-socket-0.1.24.gem) = 4d0afa98c3fa4238eb1f7a4768da2f3488cb52d91238de4ede042eaa213d5921f0ca0a97589a8b98f244d88eebc010446d2ef1dff26940dcfdf73f09dbe53b06 +Size (rex-socket-0.1.24.gem) = 41472 bytes --_----------=_1612539074275070--