Received: by mail.netbsd.org (Postfix, from userid 605) id 6808484ECA; Sun, 12 Feb 2023 15:18:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9798E84EC3 for ; Sun, 12 Feb 2023 15:18:55 +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 mGXQZ37-iVS0 for ; Sun, 12 Feb 2023 15:18:55 +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 074EE84CFF for ; Sun, 12 Feb 2023 15:18:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 050BCFA90; Sun, 12 Feb 2023 15:18:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1676215135220330" MIME-Version: 1.0 Date: Sun, 12 Feb 2023 15:18:55 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/security/ruby-rex-sslscan To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230212151855.050BCFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1676215135220330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Feb 12 15:18:54 UTC 2023 Modified Files: pkgsrc/security/ruby-rex-sslscan: Makefile distinfo Log Message: security/ruby-rex-sslscan: update to 0.1.9 0.1.9 (2023-01-31) * Land #6, Add support for Ruby 3.2 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/ruby-rex-sslscan/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/ruby-rex-sslscan/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1676215135220330 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-sslscan/Makefile diff -u pkgsrc/security/ruby-rex-sslscan/Makefile:1.5 pkgsrc/security/ruby-rex-sslscan/Makefile:1.6 --- pkgsrc/security/ruby-rex-sslscan/Makefile:1.5 Sun Sep 4 13:30:43 2022 +++ pkgsrc/security/ruby-rex-sslscan/Makefile Sun Feb 12 15:18:54 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2022/09/04 13:30:43 taca Exp $ +# $NetBSD: Makefile,v 1.6 2023/02/12 15:18:54 taca Exp $ -DISTNAME= rex-sslscan-0.1.8 +DISTNAME= rex-sslscan-0.1.9 CATEGORIES= security MAINTAINER= minskim@NetBSD.org Index: pkgsrc/security/ruby-rex-sslscan/distinfo diff -u pkgsrc/security/ruby-rex-sslscan/distinfo:1.6 pkgsrc/security/ruby-rex-sslscan/distinfo:1.7 --- pkgsrc/security/ruby-rex-sslscan/distinfo:1.6 Sun Sep 4 13:30:43 2022 +++ pkgsrc/security/ruby-rex-sslscan/distinfo Sun Feb 12 15:18:54 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2022/09/04 13:30:43 taca Exp $ +$NetBSD: distinfo,v 1.7 2023/02/12 15:18:54 taca Exp $ -BLAKE2s (rex-sslscan-0.1.8.gem) = e9be1cd47a3f7be4012dc972d3dbb7df29b1d039fefc0a4b5ba947a0206130dd -SHA512 (rex-sslscan-0.1.8.gem) = 9bf3ebe9991b1853b4b6c28e7020b0d2997b0e02601fa266f9ac85012a6a108e5205571923b5d764e06fbe9a8833d7e4c6ed928bb8790af3d829d7215cf55196 -Size (rex-sslscan-0.1.8.gem) = 17920 bytes +BLAKE2s (rex-sslscan-0.1.9.gem) = 5ec00d6ff000287d70678d8741e8f8ab35ed696132e55514634d8b1715a2b394 +SHA512 (rex-sslscan-0.1.9.gem) = 9a56ab347b5885cc477f66fa5e7efcd9eebc6894cdce568311a00d5c96936ae91376e45e5897903464ff57c74ae6a8efad51c822f358dcd413df0ffaa0433cf9 +Size (rex-sslscan-0.1.9.gem) = 18432 bytes --_----------=_1676215135220330--