632ef9c9b7
4.50.3 (2021-11-19) New Features * Add Windows support for http resource. #5697 (Vasu1105) Bug Fixes * Updates habitat test for windows to match install logic for linux #5718 (collinmcneese) Merged Pull Requests * Move cookstyle dep from inspec gemspec to inspec-core, add rake #5722 (clintoncwolfe) * Disable CookStyle integration on Windows #5724 (clintoncwolfe) * Move rake and cookstyle deps out of inspec core gemspec #5732 (clintoncwolfe) * Remove license note + update resource count in main docs page #5639 (tas50) 4.49.0 (2021-10-27) New Features * Add support for Cassandra DB #5683 (Nik08) Merged Pull Requests * Replaced /main/ from /master/ #5678 (dishanktiwari2501) * Add back Ubuntu 16.04 packages + testing #5689 (tas50) * Update OpenSSL on macOS to 1.1.1l #5687 (tas50) * Update the unit test files to use latest versions of OS rather than the older. #5681 (Vasu1105) * Improvements to the inspec.yml docs #5679 (tas50) * Update GCS Storage class list #5676 (pradeepbhadani) * Group & User Resources - Resolve name case-sensitivity issue for windows #5667 (Nik08) * Renamed Inspec DSL to Inspec Language #5694 (dishanktiwari2501) * Fix google_container_node_pool.md #5696 (pradeepbhadani) * Enable repeatable builds by bundling Gemfile.lock #5688 (tas50) * Oracle db session resource fix - when invoking query using os user and db role #5702 (Nik08) * Fix Oracle db session resource issues #5706 (Nik08) * InSpec Waivers: --filter-waived-controls #5327 (Schwad) * Fix windows_firewall resource fails to validate more than 1 rule depending on how it's executed #5704 (Vasu1105) * Integrate InSpec check with Cookstyle #5618 (Nik08) 4.46.13 (2021-09-30) New Features * Add support for Sybase databases #5561 (clintoncwolfe) * Add ibmdb2_conf and ibmdb2_session resource #5614 (Vasu1105) * adds chrony_conf InSpec resource #5589 (collinmcneese) Enhancements * Add csv without headers support in csv resource #5665 (Vasu1105) * Add option in postgres_session resource to establish socket connection #5664 (Nik08) Bug Fixes * Fix main in expeditor script #5669 (kagarmoe) * Fix --tags filter for dependent profiles #5657 (Nik08) Merged Pull Requests * Add labeler workflow with docs label #5655 (IanMadd) * Docs edits #5654 (IanMadd) * Fix branch name in docs makefile #5660 (IanMadd) * Update inspec check docs for --format option #5617 (Vasu1105) * Add support for Mssql Conf resource #5574 (Nik08) * Add support for Oracle Configuration Resources (Oracle Db Conf & Oracle Listener Conf) #5573 (Nik08) * Added missing cli commands in cli doc #5634 (Nik08) * Fix google_project_alert_policy Examples in the docs #5426 (wmetaw) * Update code to remove ruby 2.4 support #5645 (Vasu1105) * Minor docs fixes. #5662 (IanMadd) * Add rocky and almalinux to service resource #5604 (sspans-sbp) * Change the deprecation warning to mention inputs #5668 (damacus) * Build packages for debian 11, macos 12, windows 11/2022 #5675 (tas50) * Fix --controls option was not working for dependent profile #5656 (Vasu1105) * Fix opa_cli and opa_api resource unable to verify empty result {} #5671 (Vasu1105)
37 lines
1.9 KiB
Makefile
37 lines
1.9 KiB
Makefile
# $NetBSD: Makefile,v 1.13 2021/12/12 13:16:23 taca Exp $
|
|
|
|
DISTNAME= inspec-core-4.50.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>=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"
|