pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/ruby-inspec-core



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Feb  4 13:57:06 UTC 2023

Modified Files:
        pkgsrc/sysutils/ruby-inspec-core: Makefile PLIST distinfo

Log Message:
sysutils/ruby-inspec-core: update to 5.21.29

5.21.29 (2023-01-24)

Merged Pull Requests

* Trivial README change to trigger new omnibus build #6203 (clintoncwolfe)
* Docs spellcheck #6214 (IanMadd)
* CFINSPEC-400 Fix for verify pipeline failure #6218 (Vasu1105)
* CFINSPEC-237 Added enhanced_outcomes option #6145 (Nik08)
* Adds podman resources. #6183 (Vasu1105)
* Fix the dependabot adding ffi (1.15.5-x64-unknown) to omnibus bump #6213
  (Vasu1105)
* Sync up the default branch as main #6239 (tnir)
* Enhance lxc resource to test properties #6243 (ahasunos)
* CFINSPEC-462: Fixes inspec sign breaks when there is period n the profile
  name #6261 (Vasu1105)
* CFINSPEC-374 DSL keyword only_applicable_if added #6229 (Nik08)
* CFINSPEC-458 Oracle DB session resource compatibility with AIX-C shell
  #6257 (Nik08)
* Replace faraday_middleware with faraday-follow_redirects #6238 (tnir)
* Faraday gem update #6267 (Vasu1105)
* Bump test-kitchen from 3.3.1 to 3.3.2 in /omnibus #6227 (dependabot[bot])
* Bump omnibus-software from 1d540dc to 7d0e0fe in /omnibus #6274
  (dependabot[bot])
* Fix for omnibus build failure on Windows #6289 (Vasu1105)
* RESOURCE-527 Add an inspec init template for alicloud #6304 (soumyo13)
* Fix Ruby 2.7 Bundle Installs on CI Verify Pipeline #6324 (clintoncwolfe)
* CFINSPEC-493 update signing_identity #6298 (sathish-progress)
* Cfinspec 488 fix nokigiri omnibus #6305 (sathish-progress)
* Remove Windows Ruby 3.0 testing #6330 (clintoncwolfe)
* Prevent negative status from crashing launchctl service resource #6262
  (dtheyer)
* Update chefstyle from 2.0.x to 2.2.2 to use RuboCop 1.25.1 #6240 (tnir)
* Update readme for usage via Docker (CFINSPEC-516) #6329 (ahasunos)
* CFINSPEC-393 - Fix train-kubernetes plugin load issue #6334 (Vasu1105)
* CFINSPEC-517: Fix for habitat buld failure #6340 (Vasu1105)
* CFINSPEC-528 Upgraded mock Ubuntu fixture to latest LTS version. #6351
  (Nik08)
* Fixing typo in user_permissions #6344 (magicmicah)
* Fix env smoke test by updating ERB.new in inspec env; add additional test
  #6342 (clintoncwolfe)
* CFINSPEC-533: Fix undefined method 'summary' for Gem::SourceFetchProblem
  (NoMethodError) when airgapped #6337 (Vasu1105)
* Use Ruby 3.1.2 in Omnibus build #6341 (clintoncwolfe)
* Revert "CFINSPEC-240 Extended file format support for waivers" #6366
  (Nik08)
* Revert the nokogiri dependency from omnibus project configuration #6372
  (Vasu1105)
* CFINSPEC-553: Fix failing verify pipeline builds on ruby 3.0 #6378
  (Vasu1105)
* Ruby 3.1 support: Adds ucrt platform to resolve windows omnibus
  build. #6381 (Vasu1105)
* CFINSPEC-240 Extended file format support for waivers: JSON & CSV #6369
  (Nik08)
* CFINSPEC-542 Bug fix for profiles with dependent profiles #6377 (Nik08)
* Bump version of omnibus-software #6385 (Vasu1105)
* adding new private verify, as this will kick off the expeditor bump
  v... #6397 (sean-simmons-progress)
* Update copyright year in README, attempt 2 #6395 (clintoncwolfe)


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/sysutils/ruby-inspec-core/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/ruby-inspec-core/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/sysutils/ruby-inspec-core/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/ruby-inspec-core/Makefile
diff -u pkgsrc/sysutils/ruby-inspec-core/Makefile:1.18 pkgsrc/sysutils/ruby-inspec-core/Makefile:1.19
--- pkgsrc/sysutils/ruby-inspec-core/Makefile:1.18      Mon Jan  9 07:59:47 2023
+++ pkgsrc/sysutils/ruby-inspec-core/Makefile   Sat Feb  4 13:57:06 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2023/01/09 07:59:47 taca Exp $
+# $NetBSD: Makefile,v 1.19 2023/02/04 13:57:06 taca Exp $
 
-DISTNAME=      inspec-core-5.18.14
-PKGREVISION=   1
+DISTNAME=      inspec-core-5.21.29
 CATEGORIES=    sysutils
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -21,7 +20,7 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-hashie>=3.4:
 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_middleware>=1.0<2:../../www/ruby-faraday_middleware
+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

Index: pkgsrc/sysutils/ruby-inspec-core/PLIST
diff -u pkgsrc/sysutils/ruby-inspec-core/PLIST:1.7 pkgsrc/sysutils/ruby-inspec-core/PLIST:1.8
--- pkgsrc/sysutils/ruby-inspec-core/PLIST:1.7  Sun Dec  4 15:18:12 2022
+++ pkgsrc/sysutils/ruby-inspec-core/PLIST      Sat Feb  4 13:57:06 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2022/12/04 15:18:12 taca Exp $
+@comment $NetBSD: PLIST,v 1.8 2023/02/04 13:57:06 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/Gemfile
 ${GEM_LIBDIR}/LICENSE
@@ -40,6 +40,7 @@ ${GEM_LIBDIR}/lib/inspec/describe_base.r
 ${GEM_LIBDIR}/lib/inspec/dist.rb
 ${GEM_LIBDIR}/lib/inspec/dsl.rb
 ${GEM_LIBDIR}/lib/inspec/dsl_shared.rb
+${GEM_LIBDIR}/lib/inspec/enhanced_outcomes.rb
 ${GEM_LIBDIR}/lib/inspec/env_printer.rb
 ${GEM_LIBDIR}/lib/inspec/errors.rb
 ${GEM_LIBDIR}/lib/inspec/exceptions.rb
@@ -217,6 +218,12 @@ ${GEM_LIBDIR}/lib/inspec/resources/passw
 ${GEM_LIBDIR}/lib/inspec/resources/php_config.rb
 ${GEM_LIBDIR}/lib/inspec/resources/pip.rb
 ${GEM_LIBDIR}/lib/inspec/resources/platform.rb
+${GEM_LIBDIR}/lib/inspec/resources/podman.rb
+${GEM_LIBDIR}/lib/inspec/resources/podman_container.rb
+${GEM_LIBDIR}/lib/inspec/resources/podman_image.rb
+${GEM_LIBDIR}/lib/inspec/resources/podman_network.rb
+${GEM_LIBDIR}/lib/inspec/resources/podman_pod.rb
+${GEM_LIBDIR}/lib/inspec/resources/podman_volume.rb
 ${GEM_LIBDIR}/lib/inspec/resources/port.rb
 ${GEM_LIBDIR}/lib/inspec/resources/postfix_conf.rb
 ${GEM_LIBDIR}/lib/inspec/resources/postgres.rb
@@ -318,6 +325,7 @@ ${GEM_LIBDIR}/lib/inspec/utils/nginx_par
 ${GEM_LIBDIR}/lib/inspec/utils/object_traversal.rb
 ${GEM_LIBDIR}/lib/inspec/utils/parser.rb
 ${GEM_LIBDIR}/lib/inspec/utils/pkey_reader.rb
+${GEM_LIBDIR}/lib/inspec/utils/podman.rb
 ${GEM_LIBDIR}/lib/inspec/utils/run_data_filters.rb
 ${GEM_LIBDIR}/lib/inspec/utils/simpleconfig.rb
 ${GEM_LIBDIR}/lib/inspec/utils/spdx.rb
@@ -327,8 +335,12 @@ ${GEM_LIBDIR}/lib/inspec/utils/telemetry
 ${GEM_LIBDIR}/lib/inspec/utils/telemetry/data_series.rb
 ${GEM_LIBDIR}/lib/inspec/utils/telemetry/global_methods.rb
 ${GEM_LIBDIR}/lib/inspec/utils/telemetry/run_context_probe.rb
+${GEM_LIBDIR}/lib/inspec/utils/waivers/csv_file_reader.rb
+${GEM_LIBDIR}/lib/inspec/utils/waivers/excel_file_reader.rb
+${GEM_LIBDIR}/lib/inspec/utils/waivers/json_file_reader.rb
 ${GEM_LIBDIR}/lib/inspec/utils/yaml_profile_summary.rb
 ${GEM_LIBDIR}/lib/inspec/version.rb
+${GEM_LIBDIR}/lib/inspec/waiver_file_reader.rb
 ${GEM_LIBDIR}/lib/matchers/matchers.rb
 ${GEM_LIBDIR}/lib/plugins/README.md
 ${GEM_LIBDIR}/lib/plugins/inspec-compliance/README.md
@@ -369,6 +381,10 @@ ${GEM_LIBDIR}/lib/plugins/inspec-init/te
 ${GEM_LIBDIR}/lib/plugins/inspec-init/templates/plugins/inspec-plugin-template/lib/inspec-plugin-template/reporter.erb
 ${GEM_LIBDIR}/lib/plugins/inspec-init/templates/plugins/inspec-plugin-template/lib/inspec-plugin-template/streaming_reporter.erb
 ${GEM_LIBDIR}/lib/plugins/inspec-init/templates/plugins/inspec-plugin-template/lib/inspec-plugin-template/version.erb
+${GEM_LIBDIR}/lib/plugins/inspec-init/templates/profiles/alicloud/README.md
+${GEM_LIBDIR}/lib/plugins/inspec-init/templates/profiles/alicloud/controls/example.rb
+${GEM_LIBDIR}/lib/plugins/inspec-init/templates/profiles/alicloud/inputs.yml
+${GEM_LIBDIR}/lib/plugins/inspec-init/templates/profiles/alicloud/inspec.yml
 ${GEM_LIBDIR}/lib/plugins/inspec-init/templates/profiles/aws/README.md
 ${GEM_LIBDIR}/lib/plugins/inspec-init/templates/profiles/aws/controls/example.rb
 ${GEM_LIBDIR}/lib/plugins/inspec-init/templates/profiles/aws/inputs.yml

Index: pkgsrc/sysutils/ruby-inspec-core/distinfo
diff -u pkgsrc/sysutils/ruby-inspec-core/distinfo:1.15 pkgsrc/sysutils/ruby-inspec-core/distinfo:1.16
--- pkgsrc/sysutils/ruby-inspec-core/distinfo:1.15      Sun Dec  4 15:18:12 2022
+++ pkgsrc/sysutils/ruby-inspec-core/distinfo   Sat Feb  4 13:57:06 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2022/12/04 15:18:12 taca Exp $
+$NetBSD: distinfo,v 1.16 2023/02/04 13:57:06 taca Exp $
 
-BLAKE2s (inspec-core-5.18.14.gem) = 4927acefd3fd676ad3d4552e50b70ac70d4fe5c82975db0d9817c0ca95326add
-SHA512 (inspec-core-5.18.14.gem) = 8a4a1f08dbaa2791ca7ee1244a41b11181606caeeaf5c30d7568f017fea8a5bbf62ef7cbcca03b7792b2802c72f689b645a3f6a5aa98c3f4e01f8b93650d512a
-Size (inspec-core-5.18.14.gem) = 419840 bytes
+BLAKE2s (inspec-core-5.21.29.gem) = cf40f352c4ab7c080ccb3f532ad44440bfec36bab7e1546c26c222b537d486b9
+SHA512 (inspec-core-5.21.29.gem) = d59d1acef4f7961ffde5a78523d404bba7a26413a855bb6bc9eb7636b2cfd3298735f0a1ac48e5c3476578648277115b4bf3a8beb27819ce0e7f240f203df848
+Size (inspec-core-5.21.29.gem) = 432640 bytes



Home | Main Index | Thread Index | Old Index