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 0EA777A26F for ; Mon, 17 Oct 2016 14:39:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B2C9B85EBE; Mon, 17 Oct 2016 14:39:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 44B9385E8D for ; Mon, 17 Oct 2016 14:39:46 +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 uae04vtY7mWr for ; Mon, 17 Oct 2016 14:39:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CC79485E25 for ; Mon, 17 Oct 2016 14:39:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CA737FBD2; Mon, 17 Oct 2016 14:39:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_147671518580700" MIME-Version: 1.0 Date: Mon, 17 Oct 2016 14:39:45 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/net/ruby-net-dhcp To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20161017143945.CA737FBD2@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. --_----------=_147671518580700 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:39:45 UTC 2016 Modified Files: pkgsrc/net/ruby-net-dhcp: Makefile distinfo Log Message: Update ruby-net-dhcp to 1.3.3. *1.3.3 * Add support for DHCP Subnet Selection Option 0x76 (https://github.com/mjtko/net-dhcp-ruby/pull/12) [elibus] To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/ruby-net-dhcp/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/ruby-net-dhcp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_147671518580700 Content-Disposition: inline Content-Length: 1590 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/ruby-net-dhcp/Makefile diff -u pkgsrc/net/ruby-net-dhcp/Makefile:1.1 pkgsrc/net/ruby-net-dhcp/Makefile:1.2 --- pkgsrc/net/ruby-net-dhcp/Makefile:1.1 Mon Jan 19 20:37:07 2015 +++ pkgsrc/net/ruby-net-dhcp/Makefile Mon Oct 17 14:39:45 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2015/01/19 20:37:07 fhajny Exp $ +# $NetBSD: Makefile,v 1.2 2016/10/17 14:39:45 taca Exp $ -DISTNAME= net-dhcp-1.3.2 +DISTNAME= net-dhcp-1.3.3 CATEGORIES= net MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/net/ruby-net-dhcp/distinfo diff -u pkgsrc/net/ruby-net-dhcp/distinfo:1.2 pkgsrc/net/ruby-net-dhcp/distinfo:1.3 --- pkgsrc/net/ruby-net-dhcp/distinfo:1.2 Wed Nov 4 00:35:35 2015 +++ pkgsrc/net/ruby-net-dhcp/distinfo Mon Oct 17 14:39:45 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 00:35:35 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/10/17 14:39:45 taca Exp $ -SHA1 (net-dhcp-1.3.2.gem) = ae4bac850422fb5343322460305d6b19b8eb8c2e -RMD160 (net-dhcp-1.3.2.gem) = d349000914fcc2bafaee89f0340fb081d1995bbf -SHA512 (net-dhcp-1.3.2.gem) = 9abc23a2c9067457c5f18e39178b2d73969bd82c3fb2ccd149762b683d3cce3c50afd74cf410fc694626070d5315c71d65da4b13a243470cd17640214edd2a17 -Size (net-dhcp-1.3.2.gem) = 526336 bytes +SHA1 (net-dhcp-1.3.3.gem) = 7cff5ada1cb2c7ac4a9c6d5404d1b28c5bd57bc4 +RMD160 (net-dhcp-1.3.3.gem) = 4901d0b1ce7c2732d6972a221fafa79f349d8fdc +SHA512 (net-dhcp-1.3.3.gem) = 76a7113c6a8cc02bf2ba379e1e46a818c10aed925fe13542024f1c228a62c37a801b527657f5bdc9abf6db82e141a80129d90e8c697a39a304e8794e146a9355 +Size (net-dhcp-1.3.3.gem) = 526848 bytes --_----------=_147671518580700--