diff options
author | taca <taca@pkgsrc.org> | 2017-06-05 14:43:01 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2017-06-05 14:43:01 +0000 |
commit | 3fcb9783b2e6b4d609b0ceb4aa7eb17f5fe2322e (patch) | |
tree | d9b9c22589bd670d1fca454aa43f7272523d0678 /misc | |
parent | 0a996a5e9f193ea3e4b20512d15f5ed860042799 (diff) | |
download | pkgsrc-3fcb9783b2e6b4d609b0ceb4aa7eb17f5fe2322e.tar.gz |
Update ruby-ohai to 13.1.0.
v13.1.0 (2017-05-09)
* Improvements to EC2 metadata handling to reuse connections #995 (tas50)
* EC2: Poll EC2 metadata from the new 2016 metadata API versions #992 (tas50)
* Inject sane paths into shell_out #991 (akitada)
* mdadm: Add members devices array #989 (jaymzh)
v13.0.1 (2017-04-12)
Fixed bugs:
* Fix Eucalyptus plugin to use the HttpHelper mixin #987 (akitada)
* Fix OpenStack plugin to use the HttpHelper mixin #986 (akitada)
v13.0.0 (2017-04-06)
Implemented enhancements:
* Load all the plugin paths for ohai plugin dependency resolution #984
(thommay)
* Require Ruby 2.3+ to match Chef itself #981 (tas50)
* Allow ohai to load a plugin path #980 (thommay)
* Fully rename the cloud_v2 plugin to cloud #978 (tas50)
* Replace the existing filesystem plugin on Linux and Darwin with
filesystem_v2 #974 (tas50)
* Replace the cloud plugin with the cloud_v2 plugin #973 (tas50)
* Freeze all string values coming out of Ohai. #972 (coderanger)
* Update amazon to use the platform_family of amazon not RHEL #971
(lamont-granquist)
* Add DMI type 40,41, and 42 from the latest man page #969 (tas50)
* [ec2] Add additional data from identity document #964 (webframp)
* Move duplicate http logic into a helper #951 (tas50)
* Remove deprecated config logic #939 (tas50)
* Require Ruby 2.2+ #938 (tas50)
* Remove the deprecated run_command and popen4 methods #933 (tas50)
* Remove usage of the Sigar gem #930 (tas50)
Fixed bugs:
* Remove sbt version detect as it's not possible in the current sbt #982 (tas50)
* Fix scala detection when version output contains a warning #959 (tas50)
* Fix lua detection on new versions of lua #958 (tas50)
* Fix logger issues #955 (lamont-granquist)
* Rescue exception in DMI plugin #952 (tas50)
* Use name for Windows CPU model_name #918 (tduffield)
8.24.0 (2017-05-08)
* base: Load additional ohai plugins from /etc/chef/ohai/plugins or
C:\chef\ohai\plugins\
* ec2: Poll EC2 metadata from the new 2016 metadata API versions #992 (tas50)
mdadm: Add a new 'members' attribute for member devices in the array #989
(jaymzh)
* dmi: Add DMI type 40,41, and 42 from the latest man page #969 (tas50)
* ec2: Gather availability_zone and region data #964 (webframp)
* scala: Fix scala detection when version output contains a warning #959 (tas50)
* lua: Fix lua detection on new versions of lua #958 (tas50)
* dmi: Rescue exception in DMI plugin to improve debug logs #952 (tas50)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ruby-ohai/Makefile | 12 | ||||
-rw-r--r-- | misc/ruby-ohai/PLIST | 18 | ||||
-rw-r--r-- | misc/ruby-ohai/distinfo | 10 |
3 files changed, 14 insertions, 26 deletions
diff --git a/misc/ruby-ohai/Makefile b/misc/ruby-ohai/Makefile index bd86101c894..e4a3e1b3740 100644 --- a/misc/ruby-ohai/Makefile +++ b/misc/ruby-ohai/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2017/02/12 05:11:57 mef Exp $ +# $NetBSD: Makefile,v 1.18 2017/06/05 14:43:01 taca Exp $ -DISTNAME= ohai-8.23.0 +DISTNAME= ohai-13.1.0 CATEGORIES= misc MAINTAINER= pkgsrc-users@NetBSD.org @@ -13,12 +13,12 @@ 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.5.0:../../devel/ruby-mixlib-cli DEPENDS+= ${RUBY_PKGPREFIX}-mixlib-config>=2.1.0:../../devel/ruby-mixlib-config -DEPENDS+= ${RUBY_PKGPREFIX}-mixlib-log>=1.6.0:../../devel/ruby-mixlib-log +DEPENDS+= ${RUBY_PKGPREFIX}-mixlib-log>=1.6.0<2.0:../../devel/ruby-mixlib-log DEPENDS+= ${RUBY_PKGPREFIX}-mixlib-shellout>=2.0<3:../../devel/ruby-mixlib-shellout -DEPENDS+= ${RUBY_PKGPREFIX}-plist>=0:../../textproc/ruby-plist +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:../../devel/ruby-wmi-lite -DEPENDS+= ${RUBY_PKGPREFIX}-chef-config<13:../../sysutils/ruby-chef-config +DEPENDS+= ${RUBY_PKGPREFIX}-wmi-lite>=1.0<2:../../devel/ruby-wmi-lite +DEPENDS+= ${RUBY_PKGPREFIX}-chef-config<14:../../sysutils/ruby-chef-config RUBYGEM_OPTIONS+= --format-executable diff --git a/misc/ruby-ohai/PLIST b/misc/ruby-ohai/PLIST index 9402492c5a3..fa71d3defd3 100644 --- a/misc/ruby-ohai/PLIST +++ b/misc/ruby-ohai/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2017/02/12 05:11:57 mef Exp $ +@comment $NetBSD: PLIST,v 1.10 2017/06/05 14:43:01 taca Exp $ bin/ohai${RUBY_SUFFIX} ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/Gemfile @@ -23,8 +23,10 @@ ${GEM_LIBDIR}/lib/ohai/mash.rb ${GEM_LIBDIR}/lib/ohai/mixin/command.rb ${GEM_LIBDIR}/lib/ohai/mixin/constant_helper.rb ${GEM_LIBDIR}/lib/ohai/mixin/dmi_decode.rb +${GEM_LIBDIR}/lib/ohai/mixin/do_metadata.rb ${GEM_LIBDIR}/lib/ohai/mixin/ec2_metadata.rb ${GEM_LIBDIR}/lib/ohai/mixin/gce_metadata.rb +${GEM_LIBDIR}/lib/ohai/mixin/http_helper.rb ${GEM_LIBDIR}/lib/ohai/mixin/network_constants.rb ${GEM_LIBDIR}/lib/ohai/mixin/os.rb ${GEM_LIBDIR}/lib/ohai/mixin/seconds_to_human.rb @@ -46,11 +48,9 @@ ${GEM_LIBDIR}/lib/ohai/plugins/bsd/virtualization.rb ${GEM_LIBDIR}/lib/ohai/plugins/c.rb ${GEM_LIBDIR}/lib/ohai/plugins/chef.rb ${GEM_LIBDIR}/lib/ohai/plugins/cloud.rb -${GEM_LIBDIR}/lib/ohai/plugins/cloud_v2.rb ${GEM_LIBDIR}/lib/ohai/plugins/command.rb ${GEM_LIBDIR}/lib/ohai/plugins/darwin/cpu.rb ${GEM_LIBDIR}/lib/ohai/plugins/darwin/filesystem.rb -${GEM_LIBDIR}/lib/ohai/plugins/darwin/filesystem2.rb ${GEM_LIBDIR}/lib/ohai/plugins/darwin/hardware.rb ${GEM_LIBDIR}/lib/ohai/plugins/darwin/memory.rb ${GEM_LIBDIR}/lib/ohai/plugins/darwin/network.rb @@ -89,7 +89,6 @@ ${GEM_LIBDIR}/lib/ohai/plugins/linode.rb ${GEM_LIBDIR}/lib/ohai/plugins/linux/block_device.rb ${GEM_LIBDIR}/lib/ohai/plugins/linux/cpu.rb ${GEM_LIBDIR}/lib/ohai/plugins/linux/filesystem.rb -${GEM_LIBDIR}/lib/ohai/plugins/linux/filesystem2.rb ${GEM_LIBDIR}/lib/ohai/plugins/linux/fips.rb ${GEM_LIBDIR}/lib/ohai/plugins/linux/hostnamectl.rb ${GEM_LIBDIR}/lib/ohai/plugins/linux/lsb.rb @@ -107,7 +106,6 @@ ${GEM_LIBDIR}/lib/ohai/plugins/netbsd/memory.rb ${GEM_LIBDIR}/lib/ohai/plugins/netbsd/network.rb ${GEM_LIBDIR}/lib/ohai/plugins/netbsd/platform.rb ${GEM_LIBDIR}/lib/ohai/plugins/network.rb -${GEM_LIBDIR}/lib/ohai/plugins/network_listeners.rb ${GEM_LIBDIR}/lib/ohai/plugins/nodejs.rb ${GEM_LIBDIR}/lib/ohai/plugins/ohai.rb ${GEM_LIBDIR}/lib/ohai/plugins/ohai_time.rb @@ -132,12 +130,6 @@ ${GEM_LIBDIR}/lib/ohai/plugins/rust.rb ${GEM_LIBDIR}/lib/ohai/plugins/scala.rb ${GEM_LIBDIR}/lib/ohai/plugins/shard.rb ${GEM_LIBDIR}/lib/ohai/plugins/shells.rb -${GEM_LIBDIR}/lib/ohai/plugins/sigar/cpu.rb -${GEM_LIBDIR}/lib/ohai/plugins/sigar/filesystem.rb -${GEM_LIBDIR}/lib/ohai/plugins/sigar/memory.rb -${GEM_LIBDIR}/lib/ohai/plugins/sigar/network.rb -${GEM_LIBDIR}/lib/ohai/plugins/sigar/network_route.rb -${GEM_LIBDIR}/lib/ohai/plugins/sigar/platform.rb ${GEM_LIBDIR}/lib/ohai/plugins/softlayer.rb ${GEM_LIBDIR}/lib/ohai/plugins/solaris2/cpu.rb ${GEM_LIBDIR}/lib/ohai/plugins/solaris2/dmi.rb @@ -235,9 +227,7 @@ ${GEM_LIBDIR}/spec/unit/plugins/bsd/virtualization_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/c_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/chef_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/cloud_spec.rb -${GEM_LIBDIR}/spec/unit/plugins/cloud_v2_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/darwin/cpu_spec.rb -${GEM_LIBDIR}/spec/unit/plugins/darwin/filesystem2_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/darwin/filesystem_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/darwin/hardware_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/darwin/hardware_system_profiler_output.rb @@ -274,7 +264,6 @@ ${GEM_LIBDIR}/spec/unit/plugins/kernel_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/linode_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/linux/block_device_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/linux/cpu_spec.rb -${GEM_LIBDIR}/spec/unit/plugins/linux/filesystem2_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/linux/filesystem_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/linux/fips_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/linux/hostname_spec.rb @@ -317,7 +306,6 @@ ${GEM_LIBDIR}/spec/unit/plugins/rust_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/scala_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/shard_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/shells_spec.rb -${GEM_LIBDIR}/spec/unit/plugins/sigar/network_route_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/softlayer_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/solaris2/cpu_spec.rb ${GEM_LIBDIR}/spec/unit/plugins/solaris2/dmi_spec.rb diff --git a/misc/ruby-ohai/distinfo b/misc/ruby-ohai/distinfo index 7a7e7cfdca3..472bf1f6758 100644 --- a/misc/ruby-ohai/distinfo +++ b/misc/ruby-ohai/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2017/02/12 05:11:57 mef Exp $ +$NetBSD: distinfo,v 1.14 2017/06/05 14:43:01 taca Exp $ -SHA1 (ohai-8.23.0.gem) = a35ec149515e714ed863b5a8c92f24ee215f2037 -RMD160 (ohai-8.23.0.gem) = 40192c812834067dd61e7ef53cbe5ac03f1cbd51 -SHA512 (ohai-8.23.0.gem) = 33ed9f04c254662ec35e3540570da16ce4719f2d76feeea099e07f5aedb659b4dd604e267054582a8b435144e75c39845875f70dc304baea5044619a007c072d -Size (ohai-8.23.0.gem) = 521728 bytes +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 |