Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id C821F1A923A for ; Sat, 11 Dec 2021 13:59:58 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 08F5484EF2; Sat, 11 Dec 2021 13:59:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4460084E76 for ; Sat, 11 Dec 2021 13:59:57 +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 HS6Js4YDDF1y for ; Sat, 11 Dec 2021 13:59:56 +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 BAF1C84C71 for ; Sat, 11 Dec 2021 13:59:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B8283FAEC; Sat, 11 Dec 2021 13:59:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163923119620600" MIME-Version: 1.0 Date: Sat, 11 Dec 2021 13:59:56 +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: <20211211135956.B8283FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163923119620600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Dec 11 13:59:56 UTC 2021 Modified Files: pkgsrc/security/ruby-rex-sslscan: Makefile distinfo Log Message: security/ruby-rex-sslscan: update to 0.1.7 0.1.7 (2021-10-28) * Land #2, Update Ubuntu version & Ruby Setup * Land #4, Update Rapid7 vulnerability reference link To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/ruby-rex-sslscan/Makefile cvs rdiff -u -r1.4 -r1.5 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. --_----------=_163923119620600 Content-Disposition: inline Content-Length: 1600 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.3 pkgsrc/security/ruby-rex-sslscan/Makefile:1.4 --- pkgsrc/security/ruby-rex-sslscan/Makefile:1.3 Sun Mar 7 10:05:41 2021 +++ pkgsrc/security/ruby-rex-sslscan/Makefile Sat Dec 11 13:59:56 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2021/03/07 10:05:41 taca Exp $ +# $NetBSD: Makefile,v 1.4 2021/12/11 13:59:56 taca Exp $ -DISTNAME= rex-sslscan-0.1.6 +DISTNAME= rex-sslscan-0.1.7 CATEGORIES= security MAINTAINER= minskim@NetBSD.org Index: pkgsrc/security/ruby-rex-sslscan/distinfo diff -u pkgsrc/security/ruby-rex-sslscan/distinfo:1.4 pkgsrc/security/ruby-rex-sslscan/distinfo:1.5 --- pkgsrc/security/ruby-rex-sslscan/distinfo:1.4 Tue Oct 26 11:17:58 2021 +++ pkgsrc/security/ruby-rex-sslscan/distinfo Sat Dec 11 13:59:56 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 11:17:58 nia Exp $ +$NetBSD: distinfo,v 1.5 2021/12/11 13:59:56 taca Exp $ -BLAKE2s (rex-sslscan-0.1.6.gem) = 75cf4a1b2cf721be99919dc179253ab6b834ebc6a481cf0ec71eeca1c824508e -SHA512 (rex-sslscan-0.1.6.gem) = 00bec7d63fa3b5d41a230cc9cdc4b6719009b0f19475c77552f23da0e72d379c925dd2361ce9fe9db8c5d9dacb74b2b3b9d5163cf54d055f13e9d1a5f5bd7549 -Size (rex-sslscan-0.1.6.gem) = 18432 bytes +BLAKE2s (rex-sslscan-0.1.7.gem) = d550547d90d4301cf44c5ed4738e536ff26ac7963b54e220bff093a2e78d8d0f +SHA512 (rex-sslscan-0.1.7.gem) = 19e282c32600e0da091bcb740850686f6d15f34fb45e63f3525bb73775cf66906925478aca9c02354053f7c7a7e9c50388af03a3f8ae092d900daa22dfdeae9f +Size (rex-sslscan-0.1.7.gem) = 17920 bytes --_----------=_163923119620600--