pkgsrc/sysutils/ruby-inspec-core/Makefile
taca 7cb868e33f sysutils/ruby-inspec-core: update to 5.22.3
5.22.3 (2023-05-18)

Merged Pull Requests

* CFINSPEC-554: Update CLI Docs rake task to work with current InSpec
  docs. #6384 (ahasunos)
* CFINSPEC-573: Fix for mongodb_session resource prints debug level of
  information in profile run result. #6401 (Vasu1105)
* Updates Release Process Docs #6398 (Vasu1105)
* CFINSPEC-576 : Fix profile gem dependency loading issue when dependent gem
  is required inside profile libraries. #6408 (Vasu1105)
* CFINSPEC-580 Dependent profiles fix for any scheme of version used in
  profiles #6410 (Nik08)
* Formatting fixes for podman docs #6386 (IanMadd)
* Bump omnibus-software from 6a13693 to 225e357 in /omnibus #6442
  (dependabot[bot])
* Bump omnibus from c66e97c to cf97613 in /omnibus #6423 (dependabot[bot])
* Bump kitchen-vagrant from 1.12.1 to 1.14.1 in /omnibus #6427
  (dependabot[bot])
* Bump test-kitchen from 3.3.2 to 3.5.0 in /omnibus #6360 (dependabot[bot])
* Bump rack from 2.2.4 to 2.2.6.2 in /omnibus #6388 (dependabot[bot])
* Revert "adding new private verify, as this will kick off the expeditor
  bump version" #6479 (Vasu1105)
* CHEF-1458 Multiple values changes in SimpleConfig library #6489 (Nik08)
* CHEF-105 Adds configuration required for sonarqube integration. #6480
  (Vasu1105)
* Add nftables resources #6499 (jjacque)
* CHEF-2438 Add train-kubernetes to inspec gemspec #6512 (clintoncwolfe)
* Bump rack from 2.2.6.2 to 2.2.6.4 in /omnibus #6490 (dependabot[bot])
* fix: ensure Invoke-WebRequest headers can be configured #6484
  (amlodzianowski)
* For #6493 : Add postgres_session support for custom port with a socket
  connection #6494 (Taknok)
2023-05-21 03:09:35 +00:00

36 lines
1.8 KiB
Makefile

# $NetBSD: Makefile,v 1.20 2023/05/21 03:09:35 taca Exp $
DISTNAME= inspec-core-5.22.3
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-follow_redirects>=0.3<1:../../www/ruby-faraday-follow_redirects
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"