Received: by mail.netbsd.org (Postfix, from userid 605) id D1B7884D6C; Sun, 7 Mar 2021 10:08:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 152C584D6C for ; Sun, 7 Mar 2021 10:08:28 +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 V7p9187OWuU3 for ; Sun, 7 Mar 2021 10:08:27 +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 8D9B684CD8 for ; Sun, 7 Mar 2021 10:08:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 87404FA95; Sun, 7 Mar 2021 10:08:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1615111707114680" MIME-Version: 1.0 Date: Sun, 7 Mar 2021 10:08:27 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/security/ruby-rex-text To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210307100827.87404FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1615111707114680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Mar 7 10:08:27 UTC 2021 Modified Files: pkgsrc/security/ruby-rex-text: Makefile distinfo Log Message: security/ruby-rex-text: update to 0.2.33 0.2.33 (2021-02-24) * Allow per table configuration of wrapped tables 0.2.34 (2021-02-24) * Update rex text word wrap tests To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/ruby-rex-text/Makefile \ pkgsrc/security/ruby-rex-text/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1615111707114680 Content-Disposition: inline Content-Length: 1646 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/ruby-rex-text/Makefile diff -u pkgsrc/security/ruby-rex-text/Makefile:1.6 pkgsrc/security/ruby-rex-text/Makefile:1.7 --- pkgsrc/security/ruby-rex-text/Makefile:1.6 Fri Feb 5 15:39:12 2021 +++ pkgsrc/security/ruby-rex-text/Makefile Sun Mar 7 10:08:27 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2021/02/05 15:39:12 taca Exp $ +# $NetBSD: Makefile,v 1.7 2021/03/07 10:08:27 taca Exp $ -DISTNAME= rex-text-0.2.31 +DISTNAME= rex-text-0.2.33 CATEGORIES= security MAINTAINER= minskim@NetBSD.org Index: pkgsrc/security/ruby-rex-text/distinfo diff -u pkgsrc/security/ruby-rex-text/distinfo:1.6 pkgsrc/security/ruby-rex-text/distinfo:1.7 --- pkgsrc/security/ruby-rex-text/distinfo:1.6 Fri Feb 5 15:39:12 2021 +++ pkgsrc/security/ruby-rex-text/distinfo Sun Mar 7 10:08:27 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2021/02/05 15:39:12 taca Exp $ +$NetBSD: distinfo,v 1.7 2021/03/07 10:08:27 taca Exp $ -SHA1 (rex-text-0.2.31.gem) = 45bb33486e4b15a8ad5660198032ba528f001c75 -RMD160 (rex-text-0.2.31.gem) = acce69c18843a55d8d3564fd27069617f2e95aa1 -SHA512 (rex-text-0.2.31.gem) = b720838f2b7ca469aec7dc0be16563a7bad0092332ae798b74d9fbeab442450c333465d361924e89181bbccae9b5c15a2ff2d884fb7b8cb11f68425b78662075 -Size (rex-text-0.2.31.gem) = 47104 bytes +SHA1 (rex-text-0.2.33.gem) = 8d2df4a5a04132c98ad19bdf4e2b16359618ec0d +RMD160 (rex-text-0.2.33.gem) = 4177c7b73acf9665fe0db813e1aaebc93698d583 +SHA512 (rex-text-0.2.33.gem) = 4ee20d020da49351d692499b670bc095b1b1a1728188c6df0390e00008a81e9aa80deeeeb7430b48239b9a9c20480c6e7a4bd9af387df91b87a8557b4cc10911 +Size (rex-text-0.2.33.gem) = 47104 bytes --_----------=_1615111707114680--