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 05521A654C for ; Thu, 11 Jun 2015 06:25:49 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A9DC114A1DC; Thu, 11 Jun 2015 06:25:48 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 1347) id 5BA6014A1D5; Thu, 11 Jun 2015 06:25:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7B62714A1F2 for ; Wed, 10 Jun 2015 14:45:10 +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 iVijAFf2HNHB for ; Wed, 10 Jun 2015 14:45:09 +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 BDBBD14A1ED for ; Wed, 10 Jun 2015 14:45:09 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id B1D3198; Wed, 10 Jun 2015 14:45:09 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Wed, 10 Jun 2015 14:45:09 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/sysutils/ruby-facter To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20150610144509.B1D3198@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 Jun 10 14:45:09 UTC 2015 Modified Files: pkgsrc/sysutils/ruby-facter: Makefile PLIST distinfo Log Message: Update ruby-facter to 2.4.4. Facter 2.4.4 Released May 20, 2015 Facter 2.4.4 is a bug fix release in the Facter 2.4 series. It also deprecates the --puppet command line option, since it caused circular load dependencies. To run Facter in Puppet’s context, you should use the puppet facts command instead. * FACT-96: Deprecate ‘facter –puppet’ * FACT-628: facter returns incorrect value for facter virtual for Solaris Ldoms * FACT-697: If NetworkManager is installed but not used facter throws a warning. * FACT-975: On PPC64LE architecture, processors aren’t detected * FACT-963: Remove pre-suite environment setup for AIO Facter 2.4.3 Released April 2, 2015 Facter 2.4.3 is an AIO support release in the Facter 2.4 series that also includes two improvements to performance, and multiple bug fixes. AIO External Facts Directory Change Changed external facts directory from /opt/puppetlabs/agent/facts.d to /opt/puppetlabs/facter/facts.d on *nix. Windows is unchanged. * FACT-826: Prepend AIO external facts directory for root Improvements to Performance and Speed * Reduced calls to ip link show for performance. Facter::Util:IP.get_interface_value called get_bonding_interface for every possible value, which could have caused performance issues if many interfaces were being used. * Improved the speed of puppetversion in standalone Facter. There is no notable difference when calling Facter while Puppet is already running. Previously, running Facter with --timing showed that puppetversion was by far the slowest fact. This was not true when executed by Puppet, but gave the impression that Puppet is slow. Bugs * FACT-893: selinux_config_policy returns “unknown” on Debian and RHEL7 * FACT-596: Fix to selinux_config_policy, always returned “unknown” on Debian and RHEL7. * FACT-825: Default timeout for prtdiag in the ‘virtual’ fact is too low for large Solaris systems * FACT-830: xendomains returning empty on debian hosts * FACT-834: Only load ec2 rest once to avoid double loading warnings * FACT-888: Facter does not properly detect KVM when CPU type is not qenu32/qumu64 * FACT-894: Prepend ~/.puppetlabs/opt/facter/facts.d to external search path for non-root * FACT-805: use /etc/os-release on CoreOS Full List of Issues See Jira for a full list of issues resolved in Facter 2.4.3. Facter 2.4.2 Facter 2.4.2 was not publicly released, and no packages were provided. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/sysutils/ruby-facter/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/sysutils/ruby-facter/PLIST cvs rdiff -u -r1.22 -r1.23 pkgsrc/sysutils/ruby-facter/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.