Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (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 7DE82A57FE for ; Wed, 4 Feb 2015 15:58:09 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2CE9214A1EB; Wed, 4 Feb 2015 15:58:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BE92B14A1DC for ; Wed, 4 Feb 2015 15:58:00 +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 dMNHR4GcNU3t for ; Wed, 4 Feb 2015 15:58:00 +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 1FA9314A1CF for ; Wed, 4 Feb 2015 15:58:00 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 1DC1C98; Wed, 4 Feb 2015 15:58:00 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 4 Feb 2015 15:58:00 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/net/ruby-net-ping To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20150204155800.1DC1C98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: taca Date: Wed Feb 4 15:58:00 UTC 2015 Modified Files: pkgsrc/net/ruby-net-ping: Makefile PLIST distinfo Log Message: Update ruby-net-ping to 1.7.7. == 1.7.7 - 22-Jan-2015 * Pull request #1 from Mike George. This fixes domains which have http in them. == 1.7.6 - 13-Dec-2014 * Changed TCP handling yet again, as it was returning false positives. Thanks go to Marcos Piccinini for the spot. == 1.7.5 - 2-Nov-2014 * Added packet count and intervals for external pings. Thanks go to Jack Hayter for the patch. * No longer report closed TCP port as active. Thanks go to Joshua Yanovski for the spot and patch. == 1.7.4 - 16-Apr-2014 * Remove the Timeout block for the Ping::HTTP class because it wasn't working with JRuby. Instead, we use the builtin open_timeout and read_timeout accessors on the underlying http request. Thanks go to Ian Heggie for the spot. * The Ping::HTTP#ping? more robustly parses out the port from the uri argument if provided. In addition, the default port is again set back to 80 as a last resort in the constructor. * Added timeout and port tests for the Ping::HTTP class. * If a host is unreachable explicitly set the result to false regardless of the actual exit status. This appears to only affect Windows 7 and later. * Reinstated the Timeout block for the Ping::ICMP class. Without it, threaded pings could end up in an infinite loop. Thanks go to muirmanders for the spot. == 1.7.3 - 3-Apr-2014 * Removed the Timeout block for the Ping::External class as it apparently hasn't worked with open3 for some time. Instead, it now uses your command line ping's timeout switch. Thanks go to Andrea Bernardo Ciddio for the spot. * Made ICMP pings thread safe. I think. * Removed a redundant Timeout block in the Ping::ICMP class. * If an ICMP ping times out, the exception attribute is set to "timeout". * Added explicit support for AIX for the Ping::External class. * Bumped minimum required Ruby version to 1.9.3. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/ruby-net-ping/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/ruby-net-ping/PLIST cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/ruby-net-ping/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.