pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/ruby-ohai



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Sep 10 14:43:41 UTC 2017

Modified Files:
        pkgsrc/misc/ruby-ohai: Makefile PLIST distinfo

Log Message:
Update ruby-ohai to 13.3.

# Ohai Release Notes 13.3

## Additional Platform Support

Ohai now properly detects the [F5 Big-IP](https://www.f5.com/) platform and
platform_version.

- platform: bigip
- platform_family: rhel

# Ohai Release Notes 13.2:

Ohai 13.2 has been a fantastic release in terms of community involvement with
new plugins, platform support, and critical bug fixes coming from community
members. A huge thank you to msgarbossa, albertomurillo, jaymzh, and davide125
for their work.

## New Features

### Systemd Paths Plugin

A new plugin has been added to expose system and user paths from systemd-path
(see <https://www.freedesktop.org/software/systemd/man/systemd-path.html> for
details).

### Linux Network, Filesystem, and Mdadm Plugin Resilience

The Network, Filesystem, and Mdadm plugins have been improved to greatly
reduce failures to collect data. The Network plugin now better finds the
binaries it requires for shelling out, filesystem plugin utilizes data from
multiple sources, and mdadm handles arrays in bad states.

### Zpool Plugin Platform Expansion

The Zpool plugin has been updated to support BSD and Linux in addition to
Solaris.

### RPM version parsing on AIX

The packages plugin now correctly parses RPM package name / version
information on AIX systems.

### Additional Platform Support

Ohai now properly detects the [Clear](https://clearlinux.org/) and
[ClearOS](https://www.clearos.com/) Linux distributions.

#### Clear Linux

- platform: clearlinux
- platform_family: clearlinux

#### ClearOS

- platform: clearos
- platform_family: rhel

## New Deprecations

### Removal of IpScopes plugin. (OHAI-13)

<https://docs.chef.io/deprecations_ohai_ipscopes.html>

In Chef/Ohai 14 (April 2018) we will remove the IpScopes plugin. The data
returned by this plugin is nearly identical to information already returned by
individual network plugins and this plugin required the installation of an
additional gem into the Chef installation. We believe that few users were
installing the gem and users would be better served by the data returned from
the network plugins.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/misc/ruby-ohai/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/misc/ruby-ohai/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/misc/ruby-ohai/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/ruby-ohai/Makefile
diff -u pkgsrc/misc/ruby-ohai/Makefile:1.19 pkgsrc/misc/ruby-ohai/Makefile:1.20
--- pkgsrc/misc/ruby-ohai/Makefile:1.19 Sun Jun 18 13:48:53 2017
+++ pkgsrc/misc/ruby-ohai/Makefile      Sun Sep 10 14:43:41 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2017/06/18 13:48:53 taca Exp $
+# $NetBSD: Makefile,v 1.20 2017/09/10 14:43:41 taca Exp $
 
-DISTNAME=      ohai-13.1.0
+DISTNAME=      ohai-13.3.0
 CATEGORIES=    misc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/misc/ruby-ohai/PLIST
diff -u pkgsrc/misc/ruby-ohai/PLIST:1.10 pkgsrc/misc/ruby-ohai/PLIST:1.11
--- pkgsrc/misc/ruby-ohai/PLIST:1.10    Mon Jun  5 14:43:01 2017
+++ pkgsrc/misc/ruby-ohai/PLIST Sun Sep 10 14:43:41 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2017/06/05 14:43:01 taca Exp $
+@comment $NetBSD: PLIST,v 1.11 2017/09/10 14:43:41 taca Exp $
 bin/ohai${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/Gemfile
@@ -98,6 +98,7 @@ ${GEM_LIBDIR}/lib/ohai/plugins/linux/mem
 ${GEM_LIBDIR}/lib/ohai/plugins/linux/network.rb
 ${GEM_LIBDIR}/lib/ohai/plugins/linux/platform.rb
 ${GEM_LIBDIR}/lib/ohai/plugins/linux/sessions.rb
+${GEM_LIBDIR}/lib/ohai/plugins/linux/systemd_paths.rb
 ${GEM_LIBDIR}/lib/ohai/plugins/linux/virtualization.rb
 ${GEM_LIBDIR}/lib/ohai/plugins/lua.rb
 ${GEM_LIBDIR}/lib/ohai/plugins/mono.rb
@@ -138,7 +139,6 @@ ${GEM_LIBDIR}/lib/ohai/plugins/solaris2/
 ${GEM_LIBDIR}/lib/ohai/plugins/solaris2/network.rb
 ${GEM_LIBDIR}/lib/ohai/plugins/solaris2/platform.rb
 ${GEM_LIBDIR}/lib/ohai/plugins/solaris2/virtualization.rb
-${GEM_LIBDIR}/lib/ohai/plugins/solaris2/zpools.rb
 ${GEM_LIBDIR}/lib/ohai/plugins/ssh_host_key.rb
 ${GEM_LIBDIR}/lib/ohai/plugins/sysconf.rb
 ${GEM_LIBDIR}/lib/ohai/plugins/timezone.rb
@@ -154,6 +154,7 @@ ${GEM_LIBDIR}/lib/ohai/plugins/windows/m
 ${GEM_LIBDIR}/lib/ohai/plugins/windows/network.rb
 ${GEM_LIBDIR}/lib/ohai/plugins/windows/platform.rb
 ${GEM_LIBDIR}/lib/ohai/plugins/windows/virtualization.rb
+${GEM_LIBDIR}/lib/ohai/plugins/zpools.rb
 ${GEM_LIBDIR}/lib/ohai/provides_map.rb
 ${GEM_LIBDIR}/lib/ohai/runner.rb
 ${GEM_LIBDIR}/lib/ohai/system.rb
@@ -276,6 +277,7 @@ ${GEM_LIBDIR}/spec/unit/plugins/linux/me
 ${GEM_LIBDIR}/spec/unit/plugins/linux/network_spec.rb
 ${GEM_LIBDIR}/spec/unit/plugins/linux/platform_spec.rb
 ${GEM_LIBDIR}/spec/unit/plugins/linux/sessions_spec.rb
+${GEM_LIBDIR}/spec/unit/plugins/linux/systemd_paths_spec.rb
 ${GEM_LIBDIR}/spec/unit/plugins/linux/uptime_spec.rb
 ${GEM_LIBDIR}/spec/unit/plugins/linux/virtualization_spec.rb
 ${GEM_LIBDIR}/spec/unit/plugins/lua_spec.rb
@@ -316,7 +318,6 @@ ${GEM_LIBDIR}/spec/unit/plugins/solaris2
 ${GEM_LIBDIR}/spec/unit/plugins/solaris2/network_spec.rb
 ${GEM_LIBDIR}/spec/unit/plugins/solaris2/platform_spec.rb
 ${GEM_LIBDIR}/spec/unit/plugins/solaris2/virtualization_spec.rb
-${GEM_LIBDIR}/spec/unit/plugins/solaris2/zpools_spec.rb
 ${GEM_LIBDIR}/spec/unit/plugins/ssh_host_keys_spec.rb
 ${GEM_LIBDIR}/spec/unit/plugins/sysconf_spec.rb
 ${GEM_LIBDIR}/spec/unit/plugins/timezone_spec.rb
@@ -327,6 +328,7 @@ ${GEM_LIBDIR}/spec/unit/plugins/windows/
 ${GEM_LIBDIR}/spec/unit/plugins/windows/memory_spec.rb
 ${GEM_LIBDIR}/spec/unit/plugins/windows/uptime_spec.rb
 ${GEM_LIBDIR}/spec/unit/plugins/windows/virtualization_spec.rb
+${GEM_LIBDIR}/spec/unit/plugins/zpools_spec.rb
 ${GEM_LIBDIR}/spec/unit/provides_map_spec.rb
 ${GEM_LIBDIR}/spec/unit/runner_spec.rb
 ${GEM_LIBDIR}/spec/unit/system_spec.rb

Index: pkgsrc/misc/ruby-ohai/distinfo
diff -u pkgsrc/misc/ruby-ohai/distinfo:1.14 pkgsrc/misc/ruby-ohai/distinfo:1.15
--- pkgsrc/misc/ruby-ohai/distinfo:1.14 Mon Jun  5 14:43:01 2017
+++ pkgsrc/misc/ruby-ohai/distinfo      Sun Sep 10 14:43:41 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2017/06/05 14:43:01 taca Exp $
+$NetBSD: distinfo,v 1.15 2017/09/10 14:43:41 taca Exp $
 
-SHA1 (ohai-13.1.0.gem) = e329c1827126d156e07f422ee4022521442e53af
-RMD160 (ohai-13.1.0.gem) = e309af0df9ad708ee708480131afbbf05035d151
-SHA512 (ohai-13.1.0.gem) = 790d993a75dab3a0c79e7632433ec07e6df5d110cfe97c4031b789a41ab369d3e9e6b5eb7c2afb1d2851d2978d585e7ab8a19de74c024dfa7982a3eea3af99aa
-Size (ohai-13.1.0.gem) = 510464 bytes
+SHA1 (ohai-13.3.0.gem) = e2d0bfc26d993d277e803ccddae5a5ca57b165af
+RMD160 (ohai-13.3.0.gem) = 5052323402a72b05f980ec9d16c955984d4e9bf6
+SHA512 (ohai-13.3.0.gem) = c92f423ee7b780ce6eb55247e7a428cf43f7eb77a7b775dff67426a4c8a6276a92251fd1a3083a5769cf66278714a13180ddc35b7b10ac526af7233ea8443d76
+Size (ohai-13.3.0.gem) = 515072 bytes



Home | Main Index | Thread Index | Old Index