Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 41FFE84D36 for ; Sun, 21 May 2023 03:07:04 +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 LavFmY6EM_he for ; Sun, 21 May 2023 03:07:03 +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 B47F384CC8 for ; Sun, 21 May 2023 03:07:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AC4D4FA87; Sun, 21 May 2023 03:07:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1684638423149500" MIME-Version: 1.0 Date: Sun, 21 May 2023 03:07:03 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/security/ruby-rex-socket To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230521030703.AC4D4FA87@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1684638423149500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun May 21 03:07:03 UTC 2023 Modified Files: pkgsrc/security/ruby-rex-socket: Makefile distinfo Log Message: security/ruby-rex-socket: update to 0.1.51 0.1.51 (2023-05-17) * Land #60, Fix crash when running socks proxy4a comm To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/ruby-rex-socket/Makefile cvs rdiff -u -r1.20 -r1.21 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. --_----------=_1684638423149500 Content-Disposition: inline Content-Length: 1601 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.18 pkgsrc/security/ruby-rex-socket/Makefile:1.19 --- pkgsrc/security/ruby-rex-socket/Makefile:1.18 Wed May 3 16:25:25 2023 +++ pkgsrc/security/ruby-rex-socket/Makefile Sun May 21 03:07:03 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2023/05/03 16:25:25 taca Exp $ +# $NetBSD: Makefile,v 1.19 2023/05/21 03:07:03 taca Exp $ -DISTNAME= rex-socket-0.1.50 +DISTNAME= rex-socket-0.1.51 CATEGORIES= security MAINTAINER= minskim@NetBSD.org Index: pkgsrc/security/ruby-rex-socket/distinfo diff -u pkgsrc/security/ruby-rex-socket/distinfo:1.20 pkgsrc/security/ruby-rex-socket/distinfo:1.21 --- pkgsrc/security/ruby-rex-socket/distinfo:1.20 Wed May 3 16:25:25 2023 +++ pkgsrc/security/ruby-rex-socket/distinfo Sun May 21 03:07:03 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2023/05/03 16:25:25 taca Exp $ +$NetBSD: distinfo,v 1.21 2023/05/21 03:07:03 taca Exp $ -BLAKE2s (rex-socket-0.1.50.gem) = bf02c9ce709fb45c7564109b111e13508f91de244198309bab440059ffc8b61f -SHA512 (rex-socket-0.1.50.gem) = 711f904fbe318625d34a5ef50f616bb968838b939f306cd0869a90dedfaff1a110c20a6ef8e70f0762f61c401c646e8c8e6e766931f70b51ca0727d2e324fd51 -Size (rex-socket-0.1.50.gem) = 43520 bytes +BLAKE2s (rex-socket-0.1.51.gem) = 70306af5ab839ce7094ecff0fc24b6274f9782443189e188b60711576982da11 +SHA512 (rex-socket-0.1.51.gem) = 665526f2bf5759cec405da8755b65a64b8c33cd6b196eb811a59f42c0b8c88e4f8a6e8baaa68debc478778918f051ee22a6e70b39794d07a34329472a40fbe19 +Size (rex-socket-0.1.51.gem) = 43520 bytes --_----------=_1684638423149500--