pkgsrc/sysutils/ruby-inspec-core/Makefile
taca 29c249c16a sysutils/ruby-inspec-core: update to 4.37.0
4.37.0 (2021-05-05)

Enhancements
* Reinstate resource testing on supported platforms using Test-Kitchen #5204
  (clintoncwolfe)

Bug Fixes
* Fix : windows_firewall_rule fails to validate more than 1 rule depending
  on how it's executed #5502 (Vasu1105)

Merged Pull Requests
* Update openssl to 1.1.1k on macos #5493 (tas50)
* Update Ruby in omnibus packages to 2.7.3 #5492 (tas50)
* Make sure we use chef-telemetry 1.0.8+ #5491 (tas50)
* Upgrade to GitHub-native Dependabot #5488 (dependabot-preview[bot])
* Fixes for the integration-resources pipeline #5501 (clintoncwolfe)
* Fix bad link #5498 (IanMadd)
* Fix undefined method `+' for nil:NilClass\n\nProfile: - when using profile
  dependencies and require_controls #5487 (Vasu1105)
* Remove coverage testing #5500 (clintoncwolfe)
* Added alias command automate for inspec compliance #5490 (Nik08)

4.36.4 (2021-04-29)

New Features
* Add selinux resource with basic feature support #5458 (Vasu1105)
* New input option pattern added for DSL and metadata inputs #5466 (Nik08)

Enhancements
* Add selinux resource support for modules and booleans #5463 (Vasu1105)

Bug Fixes
* Fix for group resource when member does not exist #5470 (Nik08)

Merged Pull Requests
* Update faraday requirement from >= 0.9.0, < 1.4 to >= 0.9.0, < 1.5 #5469
  (dependabot-preview[bot])
* Minor fix - Method expected to return boolean but it was returning nil if
  condition check fails #5480 (Vasu1105)
* updating Gemfile to support environment variables #5485 (jayashrig158)
* Group & Groups doc updated - about using local and etc groups #5483
  (Nik08)
* Added new property members_array for group & groups resources. #5479
  (Nik08)

4.33.1 (2021-04-21)

New Features
* Optionally include controls source code in CLI reporter #5465
  (clintoncwolfe)

Merged Pull Requests
* Update postgres_ident_conf.md #5461 (tobiasbp)
* Remove default of 3600 seconds for command timeout #5472 (clintoncwolfe)

v4.32.0 (2021-04-14)

New Features
* Added ability to pass inputs to InSpec shell using input file and cli
  #5452 (Nik08)

4.31.1 (2021-04-08)

Bug Fixes
* Use default command timeout value if timeout is 0 #5455 (clintoncwolfe)

4.31.0 (2021-04-07)

New Features
* Add --docker-url CLI option #5445 (clintoncwolfe)

Merged Pull Requests
* Fix for Deprecation warning and FilterTable::ExceptionCatcher to show
  exact failure message. #5441 (Vasu1105)
* Update inputs.md #5449 (IanMadd)
* Add timeout option to command resource #5443 (clintoncwolfe)
* Update platforms doc #5442 (IanMadd)
* Bug fix for loading hashmap inputs consistently #5446 (Nik08)

4.29.3 (2021-03-25)

Bug Fixes
* Fix for -controls option is not working as expected. #5434 (Vasu1105)
* Fix for executing git profiles independent of the name of the default
  branch #5438 (Nik08)

Merged Pull Requests
* Minor Docs edits #5433 (IanMadd)
* Add quotation around -name option for apt resource to work properly with
  zsh #5437 (ymotongpoo)
* Updates profile init for cloud platforms to use inputs #5435
  (collinmcneese)
* Move Passthrough Config from Automate to JSON Reporter #5430 (tohch4)
* Update codeowners for docs #5440 (IanMadd)
* Improve resource page menu titles #5439 (IanMadd)
* Add m1 support to MacOS build list #5432 (clintoncwolfe)
2021-05-09 15:01:04 +00:00

37 lines
1.9 KiB
Makefile

# $NetBSD: Makefile,v 1.7 2021/05/09 15:01:04 taca Exp $
DISTNAME= inspec-core-4.37.0
CATEGORIES= sysutils
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/inspec/inspec
COMMENT= Core library for Infrastructure and compliance testing
LICENSE= apache-2.0
DEPENDS+= ${RUBY_PKGPREFIX}-chef-telemetry>=1.0<2:../../sysutils/ruby-chef-telemetry
DEPENDS+= ${RUBY_PKGPREFIX}-license-acceptance>=0.2.13:../../misc/ruby-license-acceptance
DEPENDS+= ${RUBY_PKGPREFIX}-thor>=0.20:../../devel/ruby-thor
DEPENDS+= ${RUBY_PKGPREFIX}-method_source>=0.8:../../misc/ruby-method_source
DEPENDS+= ${RUBY_PKGPREFIX}-zip>=1.2.2:../../archivers/ruby-zip
DEPENDS+= ${RUBY_PKGPREFIX}-rspec>=3.10<4:../../devel/ruby-rspec
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-its>=1.2<2:../../devel/ruby-rspec-its
DEPENDS+= ${RUBY_PKGPREFIX}-pry>=0.13<1:../../misc/ruby-pry
DEPENDS+= ${RUBY_PKGPREFIX}-hashie>=3.4:../../misc/ruby-hashie
DEPENDS+= ${RUBY_PKGPREFIX}-mixlib-log>=3.0<4:../../devel/ruby-mixlib-log
DEPENDS+= ${RUBY_PKGPREFIX}-sslshake>=1.2<2:../../security/ruby-sslshake
DEPENDS+= ${RUBY_PKGPREFIX}-parallel>=1.9<2:../../misc/ruby-parallel
DEPENDS+= ${RUBY_PKGPREFIX}-faraday>=0.9.0:../../www/ruby-faraday
DEPENDS+= ${RUBY_PKGPREFIX}-faraday_middleware>=1.0<2:../../www/ruby-faraday_middleware
DEPENDS+= ${RUBY_PKGPREFIX}-tty-table>=0.10<1:../../devel/ruby-tty-table
DEPENDS+= ${RUBY_PKGPREFIX}-tty-prompt>=0.17<1:../../devel/ruby-tty-prompt
DEPENDS+= ${RUBY_PKGPREFIX}-tomlrb>=1.2:../../devel/ruby-tomlrb
DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.4<3:../../net/ruby-addressable
DEPENDS+= ${RUBY_PKGPREFIX}-parslet>=1.5:../../devel/ruby-parslet
DEPENDS+= ${RUBY_PKGPREFIX}-semverse>=3.0<4:../../devel/ruby-semverse
DEPENDS+= ${RUBY_PKGPREFIX}-multipart-post>=2.0<3:../../www/ruby-multipart-post
DEPENDS+= ${RUBY_PKGPREFIX}-train-core>=3.0<4:../../net/ruby-train-core
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"