Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id AA4BC7A26F for ; Mon, 17 Oct 2016 14:37:29 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5941485EBE; Mon, 17 Oct 2016 14:37:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DDDE985E8D for ; Mon, 17 Oct 2016 14:37:28 +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 CRw-GMVcbt4S for ; Mon, 17 Oct 2016 14:37:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 71EC585E25 for ; Mon, 17 Oct 2016 14:37:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6FCFEFBD2; Mon, 17 Oct 2016 14:37:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1476715048284240" MIME-Version: 1.0 Date: Mon, 17 Oct 2016 14:37:28 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/net/ruby-dnsruby To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20161017143728.6FCFEFBD2@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1476715048284240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Oct 17 14:37:28 UTC 2016 Modified Files: pkgsrc/net/ruby-dnsruby: Makefile distinfo Log Message: Update ruby-dnsruby to 1.59.3. ## v1.59.3 * Output TXT record multiple strings correctly * NONE class encoding fix * only add name labels if there are any To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/ruby-dnsruby/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/ruby-dnsruby/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1476715048284240 Content-Disposition: inline Content-Length: 1583 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/ruby-dnsruby/Makefile diff -u pkgsrc/net/ruby-dnsruby/Makefile:1.17 pkgsrc/net/ruby-dnsruby/Makefile:1.18 --- pkgsrc/net/ruby-dnsruby/Makefile:1.17 Tue Mar 15 14:39:36 2016 +++ pkgsrc/net/ruby-dnsruby/Makefile Mon Oct 17 14:37:28 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2016/03/15 14:39:36 taca Exp $ +# $NetBSD: Makefile,v 1.18 2016/10/17 14:37:28 taca Exp $ -DISTNAME= dnsruby-1.59.2 +DISTNAME= dnsruby-1.59.3 CATEGORIES= net MAINTAINER= pettai@NetBSD.org Index: pkgsrc/net/ruby-dnsruby/distinfo diff -u pkgsrc/net/ruby-dnsruby/distinfo:1.14 pkgsrc/net/ruby-dnsruby/distinfo:1.15 --- pkgsrc/net/ruby-dnsruby/distinfo:1.14 Tue Mar 15 14:39:36 2016 +++ pkgsrc/net/ruby-dnsruby/distinfo Mon Oct 17 14:37:28 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2016/03/15 14:39:36 taca Exp $ +$NetBSD: distinfo,v 1.15 2016/10/17 14:37:28 taca Exp $ -SHA1 (dnsruby-1.59.2.gem) = 5291951b3fcc0cb1e8f66a075e55b571596de7a3 -RMD160 (dnsruby-1.59.2.gem) = 508dc27a3704a8a02092b2f8ec3567c9bfafdcf9 -SHA512 (dnsruby-1.59.2.gem) = f8b75d98860c6b5e2753b79b59d0b30db47af1b8739564fdaeac93b702ae0a39fdf547422426c2a4cabe3fc9b5b4e1c9b09d687f976d06aa0b0c31cc7a474fdd -Size (dnsruby-1.59.2.gem) = 233984 bytes +SHA1 (dnsruby-1.59.3.gem) = bd83d899b2bcbf2c5e36a60bda97f3a0ff5042af +RMD160 (dnsruby-1.59.3.gem) = c4beb166b2938346ca692462b02ecb10c36f720c +SHA512 (dnsruby-1.59.3.gem) = 7cfd8c15b7691b86473f46c6e28c751f87d63459104c2b550312a717c654c5013751851497e3ab0242202a813c2cbfa2d78cc414aa80641d47ca4b622e3eee09 +Size (dnsruby-1.59.3.gem) = 233984 bytes --_----------=_1476715048284240--