Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 57E1163BB67 for ; Sun, 1 Aug 2010 18:14:54 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id C822C63B101; Sun, 1 Aug 2010 18:14:53 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id B284D63B100 for ; Sun, 1 Aug 2010 18:14:52 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 9B70F175DD; Sun, 1 Aug 2010 18:14:52 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Sun, 1 Aug 2010 18:14:52 +0000 From: Jens Rehsack Subject: CVS commit: pkgsrc/net/p5-NetAddr-IP To: pkgsrc-changes@NetBSD.org Reply-To: sno@netbsd.org X-Mailer: log_accum Message-Id: <20100801181452.9B70F175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: sno Date: Sun Aug 1 18:14:52 UTC 2010 Modified Files: pkgsrc/net/p5-NetAddr-IP: Makefile distinfo Log Message: Updating net/p5-NetAddr-IP from 4.027 to 4.030 Upstream changes: 4.030 Tue Jul 20 15:32:23 PDT 2010 Resolve named hosts in Lite.pm using gethostbyname, followed by gethostbyname6 to determine whether to set ipV6 flag Thanks to Dusty Mabe for spotting this bug 4.029 Thu Jul 8 18:17:38 PDT 2010 In NetAddr::IP::Lite, added support for the sub "new" to resolve host6 names if the OPTIONAL perl Socket6 module is available Thanks to "Mabe, Dusty" for spotting this and suggesting a fix. 4.028 Wed May 12 14:18:20 PDT 2010 In /Lite/Util/Util.xs v1.32, changed netswap() to postincrement *a++ = to *a and added increment after save to mollify some picky compilers that return possible undefined behavior. changed type of _128x10 to 'void' Thanks to David Bolt for the above two patches To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/p5-NetAddr-IP/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/p5-NetAddr-IP/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.