b87b326e80
-------------------------------- ## [8.23.0](https://github.com/chef/ohai/tree/8.23.0) (2017-01-23) **Implemented enhancements:** - C Plugin: Expand GCC data & only shellout to gcc if Xcode is installed on macOS - Improve debug logging in multiple plugins - Detect guests running on Veertu hypervisor - Properly detect Cumulus Linux platform / version - Fetch AWS Account ID from metadata **Fixed bugs:** - Fix log level selection when running the ohai command - updating cloud plugin to populate azure private_ip as it's currently nil ## [v8.22.1](https://github.com/chef/ohai/tree/v8.22.1) (2016-12-07) **Implemented enhancements:** - Pull the complete version string of Erlang - Add sysconf plugin to expose system configuration variables ## [8.22.0](https://github.com/chef/ohai/tree/8.22.0) (2016-11-30) **Implemented enhancements:** - Detect the global zone of a Solaris system as a virt host even without guests - Add new haskell language plugin - Better handle errors in fetching the hostname on darwin (macOS) systems - Prefer lsb_release tool to /etc/lsb-release data - Extend set_attribute plugin helper method to set sub-attributes. **Fixed bugs:** - Rework / fix logic in the joyent plugin and improve specs - Avoid ip_scopes returning tunl/docker interfaces as privateaddress
26 lines
1.1 KiB
Makefile
26 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.17 2017/02/12 05:11:57 mef Exp $
|
|
|
|
DISTNAME= ohai-8.23.0
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/opscode/ohai
|
|
COMMENT= Ohai profiles your system and emits JSON
|
|
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.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-shellout>=2.0<3:../../devel/ruby-mixlib-shellout
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-plist>=0:../../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
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|