pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/ruby-facter Update ruby-facter to 2.4.4.
details: https://anonhg.NetBSD.org/pkgsrc/rev/4ba903709d2b
branches: trunk
changeset: 652939:4ba903709d2b
user: taca <taca%pkgsrc.org@localhost>
date: Wed Jun 10 14:45:09 2015 +0000
description:
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.
diffstat:
sysutils/ruby-facter/Makefile | 5 ++---
sysutils/ruby-facter/PLIST | 6 +++++-
sysutils/ruby-facter/distinfo | 8 ++++----
3 files changed, 11 insertions(+), 8 deletions(-)
diffs (68 lines):
diff -r cb5c223d4990 -r 4ba903709d2b sysutils/ruby-facter/Makefile
--- a/sysutils/ruby-facter/Makefile Wed Jun 10 14:40:18 2015 +0000
+++ b/sysutils/ruby-facter/Makefile Wed Jun 10 14:45:09 2015 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2015/03/08 16:57:12 taca Exp $
+# $NetBSD: Makefile,v 1.27 2015/06/10 14:45:09 taca Exp $
-DISTNAME= facter-2.4.1
+DISTNAME= facter-2.4.4
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= sysutils
MAINTAINER= tonnerre%NetBSD.org@localhost
diff -r cb5c223d4990 -r 4ba903709d2b sysutils/ruby-facter/PLIST
--- a/sysutils/ruby-facter/PLIST Wed Jun 10 14:40:18 2015 +0000
+++ b/sysutils/ruby-facter/PLIST Wed Jun 10 14:45:09 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.23 2015/02/13 13:55:58 taca Exp $
+@comment $NetBSD: PLIST,v 1.24 2015/06/10 14:45:09 taca Exp $
bin/facter${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/COMMITTERS.md
@@ -85,6 +85,7 @@
${GEM_LIBDIR}/lib/facter/operatingsystem/cumuluslinux.rb
${GEM_LIBDIR}/lib/facter/operatingsystem/implementation.rb
${GEM_LIBDIR}/lib/facter/operatingsystem/linux.rb
+${GEM_LIBDIR}/lib/facter/operatingsystem/osreleaselinux.rb
${GEM_LIBDIR}/lib/facter/operatingsystem/sunos.rb
${GEM_LIBDIR}/lib/facter/operatingsystem/vmkernel.rb
${GEM_LIBDIR}/lib/facter/operatingsystem/windows.rb
@@ -175,6 +176,7 @@
${GEM_LIBDIR}/spec/fixtures/cpuinfo/beaglexm-armel
${GEM_LIBDIR}/spec/fixtures/cpuinfo/panda-armel
${GEM_LIBDIR}/spec/fixtures/cpuinfo/ppc64
+${GEM_LIBDIR}/spec/fixtures/cpuinfo/ppc64le
${GEM_LIBDIR}/spec/fixtures/cpuinfo/sparc
${GEM_LIBDIR}/spec/fixtures/cpuinfo/two_multicore-grep
${GEM_LIBDIR}/spec/fixtures/cpuinfo/two_singlecore-grep
@@ -272,6 +274,7 @@
${GEM_LIBDIR}/spec/fixtures/unit/netmask/ifconfig_ubuntu_1204.txt
${GEM_LIBDIR}/spec/fixtures/unit/processors/os/darwin-system-profiler
${GEM_LIBDIR}/spec/fixtures/unit/selinux/selinux_sestatus
+${GEM_LIBDIR}/spec/fixtures/unit/selinux/selinux_sestatus2
${GEM_LIBDIR}/spec/fixtures/unit/util/dhcp_servers/route
${GEM_LIBDIR}/spec/fixtures/unit/util/dhcp_servers/route_nogw
${GEM_LIBDIR}/spec/fixtures/unit/util/ec2/centos-arp-ec2.out
@@ -324,6 +327,7 @@
${GEM_LIBDIR}/spec/fixtures/unit/util/manufacturer/smartos_smbios
${GEM_LIBDIR}/spec/fixtures/unit/util/manufacturer/solaris_sunfire_v120_prtdiag
${GEM_LIBDIR}/spec/fixtures/unit/util/manufacturer/solaris_t5220_prtdiag
+${GEM_LIBDIR}/spec/fixtures/unit/util/operatingsystem/coreos.txt
${GEM_LIBDIR}/spec/fixtures/unit/util/operatingsystem/cumuluslinux.txt
${GEM_LIBDIR}/spec/fixtures/unit/util/operatingsystem/redhat-7.txt
${GEM_LIBDIR}/spec/fixtures/unit/util/operatingsystem/sabayon.txt
diff -r cb5c223d4990 -r 4ba903709d2b sysutils/ruby-facter/distinfo
--- a/sysutils/ruby-facter/distinfo Wed Jun 10 14:40:18 2015 +0000
+++ b/sysutils/ruby-facter/distinfo Wed Jun 10 14:45:09 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2015/02/13 13:55:58 taca Exp $
+$NetBSD: distinfo,v 1.23 2015/06/10 14:45:09 taca Exp $
-SHA1 (facter-2.4.1.gem) = 59b7b0e51f03252c6aafc0eca57a08e0534e8d27
-RMD160 (facter-2.4.1.gem) = 2c2a720cec110a6a93106ff30d1669c9eb076df4
-Size (facter-2.4.1.gem) = 236544 bytes
+SHA1 (facter-2.4.4.gem) = 09c835e91d51f6b7d334d48bbd9a48e3f595dca1
+RMD160 (facter-2.4.4.gem) = 01a4f71344f4552c7caa88ec219605d4eb90f272
+Size (facter-2.4.4.gem) = 245760 bytes
Home |
Main Index |
Thread Index |
Old Index