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:           Mon May 25 15:11:18 UTC 2020

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

Log Message:
misc/ruby-ohai: update to 16.0.20

Update ruby-ohai to 16.0.20 for ruby-chef 16.0.287.

16.0.20 (2020-04-28)

* Bump to version 16.0.0 #1420 (tas50)
* Allow chef-config 16 #1422 (tas50)
* Use is_a? to check the class in the DMI plugin #1423 (tas50)
* fix [#1406]: ensure optional_plugins to be array of symbols #1408 (salzig)
* Replace filesystem with filesystem2 on aix/solaris/bsd #1426 (tas50)
* Chefstyle fixes from Rubocop 0.80 #1431 (tas50)
* Minor testing updates #1432 (tas50)
* use bool instead of raise/rescue to detect linux user is exists #1434 (sawanoboly)
* Combine Linux / Windows fips plugins into a single plugin #1437 (tas50)
* Add logic to fetch the latest azure metadata version #1427 (tas50)
* Expose NIC channel params, coalesce params, and driver info... #1439 (matt-c-clark)
* Add a new interrupts plugin for Linux #1440 (davide125)
* Add a new ipc plugin for Linux #1441 (davide125)
* Fix test failure from missing require. #1442 (phiggins)
* Use native Expeditor gem caching & fix code owners #1443 (tas50)
* Cache gem installs in Buildkite on Windows as well #1444 (tas50)
* Make shard plugin more resilient and throw better errors #1446 (jaymzh)
* Fix chefstyle violations. #1449 (phiggins)
* Add a plugin for Windows mimicing the Unix dmi plugin #1445 (phiggins)
* Use correct DMI attribute name for product name #1451 (ramereth)
* Avoid constant warnings when reloading ohai plugins #1456 (tas50)


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/misc/ruby-ohai/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/misc/ruby-ohai/PLIST
cvs rdiff -u -r1.19 -r1.20 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.27 pkgsrc/misc/ruby-ohai/Makefile:1.28
--- pkgsrc/misc/ruby-ohai/Makefile:1.27 Tue Mar 24 18:01:46 2020
+++ pkgsrc/misc/ruby-ohai/Makefile      Mon May 25 15:11:18 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2020/03/24 18:01:46 taca Exp $
+# $NetBSD: Makefile,v 1.28 2020/05/25 15:11:18 taca Exp $
 
-DISTNAME=      ohai-15.7.4
+DISTNAME=      ohai-16.0.20
 CATEGORIES=    misc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -9,7 +9,6 @@ COMMENT=        Ohai profiles your system and e
 LICENSE=       apache-2.0
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-systemu>=2.6.4<2.7:../../misc/ruby-systemu
-DEPENDS+=      ${RUBY_PKGPREFIX}-ffi>=1.9<2:../../devel/ruby-ffi
 DEPENDS+=      ${RUBY_PKGPREFIX}-ffi-yajl>=2.2<3:../../devel/ruby-ffi-yajl
 DEPENDS+=      ${RUBY_PKGPREFIX}-mixlib-cli>=1.7.0:../../devel/ruby-mixlib-cli
 DEPENDS+=      ${RUBY_PKGPREFIX}-mixlib-config>=2.0:../../devel/ruby-mixlib-config
@@ -18,6 +17,7 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-mixlib-shell
 DEPENDS+=      ${RUBY_PKGPREFIX}-plist>=3.1<4:../../textproc/ruby-plist
 DEPENDS+=      ${RUBY_PKGPREFIX}-ipaddress>=0.8.0:../../net/ruby-ipaddress
 DEPENDS+=      ${RUBY_PKGPREFIX}-wmi-lite>=1.0<2:../../devel/ruby-wmi-lite
+DEPENDS+=      ${RUBY_PKGPREFIX}-ffi>=1.9<2:../../devel/ruby-ffi
 DEPENDS+=      ${RUBY_PKGPREFIX}-chef-config>=12.8:../../sysutils/ruby-chef-config
 
 USE_LANGUAGES= # none

Index: pkgsrc/misc/ruby-ohai/PLIST
diff -u pkgsrc/misc/ruby-ohai/PLIST:1.15 pkgsrc/misc/ruby-ohai/PLIST:1.16
--- pkgsrc/misc/ruby-ohai/PLIST:1.15    Tue Mar 24 18:01:46 2020
+++ pkgsrc/misc/ruby-ohai/PLIST Mon May 25 15:11:18 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2020/03/24 18:01:46 taca Exp $
+@comment $NetBSD: PLIST,v 1.16 2020/05/25 15:11:18 taca Exp $
 bin/ohai${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/Gemfile
@@ -60,6 +60,7 @@ ${GEM_LIBDIR}/lib/ohai/plugins/elixir.rb
 ${GEM_LIBDIR}/lib/ohai/plugins/erlang.rb
 ${GEM_LIBDIR}/lib/ohai/plugins/eucalyptus.rb
 ${GEM_LIBDIR}/lib/ohai/plugins/filesystem.rb
+${GEM_LIBDIR}/lib/ohai/plugins/fips.rb
 ${GEM_LIBDIR}/lib/ohai/plugins/freebsd/memory.rb
 ${GEM_LIBDIR}/lib/ohai/plugins/freebsd/network.rb
 ${GEM_LIBDIR}/lib/ohai/plugins/freebsd/platform.rb
@@ -77,8 +78,9 @@ ${GEM_LIBDIR}/lib/ohai/plugins/languages
 ${GEM_LIBDIR}/lib/ohai/plugins/libvirt.rb
 ${GEM_LIBDIR}/lib/ohai/plugins/linode.rb
 ${GEM_LIBDIR}/lib/ohai/plugins/linux/block_device.rb
-${GEM_LIBDIR}/lib/ohai/plugins/linux/fips.rb
 ${GEM_LIBDIR}/lib/ohai/plugins/linux/hostnamectl.rb
+${GEM_LIBDIR}/lib/ohai/plugins/linux/interrupts.rb
+${GEM_LIBDIR}/lib/ohai/plugins/linux/ipc.rb
 ${GEM_LIBDIR}/lib/ohai/plugins/linux/lsb.rb
 ${GEM_LIBDIR}/lib/ohai/plugins/linux/lspci.rb
 ${GEM_LIBDIR}/lib/ohai/plugins/linux/machineid.rb
@@ -86,6 +88,7 @@ ${GEM_LIBDIR}/lib/ohai/plugins/linux/mda
 ${GEM_LIBDIR}/lib/ohai/plugins/linux/memory.rb
 ${GEM_LIBDIR}/lib/ohai/plugins/linux/network.rb
 ${GEM_LIBDIR}/lib/ohai/plugins/linux/platform.rb
+${GEM_LIBDIR}/lib/ohai/plugins/linux/selinux.rb
 ${GEM_LIBDIR}/lib/ohai/plugins/linux/sessions.rb
 ${GEM_LIBDIR}/lib/ohai/plugins/linux/sysctl.rb
 ${GEM_LIBDIR}/lib/ohai/plugins/linux/systemd_paths.rb
@@ -133,8 +136,8 @@ ${GEM_LIBDIR}/lib/ohai/plugins/timezone.
 ${GEM_LIBDIR}/lib/ohai/plugins/uptime.rb
 ${GEM_LIBDIR}/lib/ohai/plugins/virtualbox.rb
 ${GEM_LIBDIR}/lib/ohai/plugins/vmware.rb
+${GEM_LIBDIR}/lib/ohai/plugins/windows/dmi.rb
 ${GEM_LIBDIR}/lib/ohai/plugins/windows/drivers.rb
-${GEM_LIBDIR}/lib/ohai/plugins/windows/fips.rb
 ${GEM_LIBDIR}/lib/ohai/plugins/windows/memory.rb
 ${GEM_LIBDIR}/lib/ohai/plugins/windows/network.rb
 ${GEM_LIBDIR}/lib/ohai/plugins/windows/platform.rb

Index: pkgsrc/misc/ruby-ohai/distinfo
diff -u pkgsrc/misc/ruby-ohai/distinfo:1.19 pkgsrc/misc/ruby-ohai/distinfo:1.20
--- pkgsrc/misc/ruby-ohai/distinfo:1.19 Tue Mar 24 18:01:46 2020
+++ pkgsrc/misc/ruby-ohai/distinfo      Mon May 25 15:11:18 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2020/03/24 18:01:46 taca Exp $
+$NetBSD: distinfo,v 1.20 2020/05/25 15:11:18 taca Exp $
 
-SHA1 (ohai-15.7.4.gem) = 4f4caea260ccb18c5bc8554c7913af712f55fdb7
-RMD160 (ohai-15.7.4.gem) = 3ad2fe67a147bf9bdd0eb42a1981d20e2ffc6ce5
-SHA512 (ohai-15.7.4.gem) = 37f612130a67d21f0c2c00618f0769489ae1c351ccb4cb941c9f45a85ec3634d25b6068ba3fe48d0dfa72651423db69558c883cb0e6c8a68dd6455609e823455
-Size (ohai-15.7.4.gem) = 118272 bytes
+SHA1 (ohai-16.0.20.gem) = 58b976c40c00a8888d8e4cca48f2bc94928fe4f9
+RMD160 (ohai-16.0.20.gem) = d3a56e09aeb2867b46a5f17e2ed2fcad4fbf4f8e
+SHA512 (ohai-16.0.20.gem) = 0fa8b454728ac7176876f17fa0a010f94e9c960a5630465f6aba0d24bb7e7a5c09f5c73ae565e776a81432c9b0c66eee18d65ac1a6eac130f072d668d8c923d7
+Size (ohai-16.0.20.gem) = 120832 bytes



Home | Main Index | Thread Index | Old Index