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 F0AB57ABDA for ; Tue, 15 Mar 2016 14:33:27 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9F57085F32; Tue, 15 Mar 2016 14:33:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2E59785F24 for ; Tue, 15 Mar 2016 14:33:27 +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 eAvh1e3M8-wb for ; Tue, 15 Mar 2016 14:33:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A6AF385F06 for ; Tue, 15 Mar 2016 14:33:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A2040FBB7; Tue, 15 Mar 2016 14:33:26 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 15 Mar 2016 14:33:26 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/misc/ruby-ohai To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20160315143326.A2040FBB7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: taca Date: Tue Mar 15 14:33:26 UTC 2016 Modified Files: pkgsrc/misc/ruby-ohai: Makefile PLIST distinfo Log Message: Update ruby-ohai to 8.12.0. 8.12.0 (2016-03-09) Full Changelog Implemented enhancements: * add plugin to detect user sessions using loginctl #766 (davide125) * Improve virtualization detection on Solaris #760 (tas50) * Improve FreeBSD guest virtualization detection #756 (tas50) * Detect Openstack hosts #751 (tas50) * Improve KVM host and guest detection #750 (tas50) * Update GCE metadata API version and fail better #736 (tas50) Fixed bugs: * Make ohai work with Chef 12.7 and below #768 (jkeiser) * Remove XML output in VirtualizationInfo and need for hpricot gem #755 (tas50) v8.11.1 (2016-03-08) Full Changelog Implemented enhancements: * Detect Azure on non-bootstrapped hosts #657 * Deprecate run_command and popen4 in the command mixin #730 (tas50) * OHAI-726 Regex to support openjdk 1.8 #727 (davidnewman) * Add support for the 2 latest EC2 metadata versions #725 (tas50) * Improved debug logging for cloud plugins #724 (tas50) * Detect paravirt amazon instances without hint files #722 (tas50) * Detect Azure using the Azure agent and DHCP options #714 (tas50) Fixed bugs: * Use escape_glob_dir instead of escape_glob #747 (jaym) * have a proper dependency on plist #737 (thommay) * Fix digital ocean ip address detection #735 (ctso) * Log sigar gem load failures #731 (tas50) * ipaddress on Linux - default route pointing to unaddressed interface, with route src #682 (glennmatthews) Release 8.10.0 * pr#720 Make Windows driver plugin opt-in via config * pr#717 Don't enable packages plugin by default * pr#711 Improve EC2 detection for HVM instances when a hint isn't present Release 8.9.0 * phreakocious: - Collect layer 1 Ethernet information per NIC on Linux hosts * Mark Gibbons: - Add kernel[:processor] with output of uname -p output * Shahul Khajamohideen - Add packages plugin * electrolinux - Add "alpine" platform and platform_family * Julien Berard - Add instance_id to rackspace plugin * Matt Whiteley - Allow route table override * JM Howard Brown - Add tests and queue_depth to block_device * pr#672 CPU plugin for Darwin (OS X) now properly reports the number of real CPUs adds "cores" to match the CPU output on Linux pr#674 CPU plugin for FreeBSD now reports "real" and "core" values to match the CPU output on Linux * pr#654 Improvements to filesystem and wpar detection on AIX * pr#683 Properly detect the init package on older Linux kernels * pr#684 Remove non-functional cucumber tests * pr#695 Fix detection of mac address on IPv6 only systems * pr#703 Enable ChefStyle per RFC 64 To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/misc/ruby-ohai/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/ruby-ohai/PLIST cvs rdiff -u -r1.8 -r1.9 pkgsrc/misc/ruby-ohai/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.