sysutils/ruby-chef: update to 18.2.7

18.2.7 (2023-04-04)

Merged Pull Requests

* Edit resources description text #13495 (IanMadd)
* Rewriting the zypper code to run only on openSUSE 15 #13490 (johnmccrae)
* Docs and release details #13484 (tpowell-progress)
* update verify pipeline and omnibus build/test to use containers #13489
  (evanahlberg)
* Update expired certificate used in kitchen tests #13527 (neha-p6)
* Example of bash resource doubled escape characters #13509 (sean-horn)
* revert chef-foundation changes in chef omnibus config #13528 (evanahlberg)
* Change to github commit sha. #13507 (gcs-devel)
* Run Amazon Linux 2 kitchen tests on ubuntu-20.04 #13531 (tpowell-progress)
* Bumping gems to pull in a valid license_scout version #13547 (johnmccrae)
* Fix for missing S3 region if run with EC2 instance profile #13525
  (tecracer-theinen)
* Updating gems #13551 (johnmccrae)
* add esoteric platforms to validate adhoc/release pipelines #13546
  (evanahlberg)
* fix(apt_repository): Detect changes to expiration in key #13535 (tmccombs)
* Bump omnibus-software from db8acc3 to b83f579 in /omnibus #13556
  (dependabot[bot])
* Add rest of windows platforms to be tested on; Fixing syntax issue in
  build-test-omnibus #13565 (jesseprieur)
* fixing the path here #13573 (sean-simmons-progress)
* hab debugging doc #13571 (tpowell-progress)
* Update pre-install cleanup #13562 (vkarve-chef)
* launchd - array instead of a hash for Apple's associated_bundle_ident…
  #13477 (Arequ)
* Updating Omnibus #13590 (johnmccrae)
* Add more details about releasing chocolatey package #13577 (neha-p6)
* Tp/infc 437 nightlies #13604 (tpowell-progress)
* Bump omnibus-software from 6c14e85 to 87f418b in /omnibus #13605
  (dependabot[bot])
* Bump kitchen-vagrant from 1.14.0 to 1.14.1 in /omnibus #13599
  (dependabot[bot])
* Force errors after bundler in omnibus_chef_build #13613 (tpowell-progress)
* chore: Use the chef_dictionary directly. #13467 (Jason3S)
* Updated the proxifier dependency #13617 (nikhil2611)
* Correcting cert retrieval issues for multiple user scenarios #13552
  (johnmccrae)
* Add selinux_user and selinux_login resources #13511 (wheatevo)
* set default values for user and host on userdefaults #12791 (rishichawda)
* Update chef-foundation for proxifier2 #13623 (vkarve-chef)
* Update test certificates #13625 (vkarve-chef)
* Temporarily build 18.2 without AIX and without Windows 10/11 testers
  #13642 (tpowell-progress)
* FIx kitchen test failures in windows boxes due to dependency issue in
  proxifier #13644 (neha-p6)
* Sean simmons progress/bugfix/precommand #13646 (sean-simmons-progress)
* Update bundled dependencies for both chef and chef/omnibus #13643
  (neha-p6)
* Fix issues in habitat/test pipeline #13649 (neha-p6)
* Updating cert code to adjust user vs localmachine keys #13651 (johnmccrae)
* Update ssl cert used in kitchen tests #13658 (neha-p6)
* Sean simmons progress/bugfix/build docker image #13657
  (sean-simmons-progress)
* fixing one small missed step #13661 (sean-simmons-progress)
* minor gem update to get the version bumped #13668 (johnmccrae)
* "FFI Yajl" fix #13662 (tpowell-progress)
This commit is contained in:
taca 2023-04-30 15:29:05 +00:00
parent 72b8a30901
commit 42954ab1f1
7 changed files with 27 additions and 24 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.22 2023/03/19 13:50:22 taca Exp $
# $NetBSD: Makefile,v 1.23 2023/04/30 15:29:05 taca Exp $
DISTNAME= chef-config-18.1.29
DISTNAME= chef-config-18.2.7
CATEGORIES= sysutils
MAINTAINER= pkgsrc-users@NetBSD.org
@ -8,7 +8,7 @@ HOMEPAGE= https://github.com/chef/chef
COMMENT= Chef's default configuration and config loading
LICENSE= apache-2.0
DEPENDS+= ${RUBY_PKGPREFIX}-chef-utils>=18.1.29<18.2:../../sysutils/ruby-chef-utils
DEPENDS+= ${RUBY_PKGPREFIX}-chef-utils>=18.2.7<18.3:../../sysutils/ruby-chef-utils
DEPENDS+= ${RUBY_PKGPREFIX}-mixlib-shellout>=2.0<4:../../devel/ruby-mixlib-shellout
DEPENDS+= ${RUBY_PKGPREFIX}-mixlib-config>=2.2.12:../../devel/ruby-mixlib-config
DEPENDS+= ${RUBY_PKGPREFIX}-fuzzyurl>=0:../../textproc/ruby-fuzzyurl

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.22 2023/03/19 13:50:22 taca Exp $
$NetBSD: distinfo,v 1.23 2023/04/30 15:29:05 taca Exp $
BLAKE2s (chef-config-18.1.29.gem) = 9acfc4e58a07e5e3eaff7a339ead77fc34b876ad4558f806e96c631dd7c876db
SHA512 (chef-config-18.1.29.gem) = 21fe88466138f299a10e998fc43a078e82caf48e21fe8f4d9d61237fd95ddab88acee878d65a233e01a49654dfd214fb9c49eac7bfa1d952c19c411e0cdfdf30
Size (chef-config-18.1.29.gem) = 52736 bytes
BLAKE2s (chef-config-18.2.7.gem) = 29ad15569d6015b52a181b40de0fd3240a981a6d3e429228705c286e9cf3538a
SHA512 (chef-config-18.2.7.gem) = 7caf9af19f0a7fc31c74d930b3ef61fcd9b4baab8e944d8ff257059e3e39440c1cda49d113423c57c6ae4bafcf3ef6b70f765e1fd07a641a5df42462d8bb5549
Size (chef-config-18.2.7.gem) = 52736 bytes

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.18 2023/03/19 13:50:22 taca Exp $
# $NetBSD: Makefile,v 1.19 2023/04/30 15:29:05 taca Exp $
DISTNAME= chef-utils-18.1.29
DISTNAME= chef-utils-18.2.7
CATEGORIES= sysutils
MAINTAINER= pkgsrc-users@NetBSD.org

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.17 2023/03/19 13:50:22 taca Exp $
$NetBSD: distinfo,v 1.18 2023/04/30 15:29:05 taca Exp $
BLAKE2s (chef-utils-18.1.29.gem) = 74122af017c1be4b364e87bd2a299272560fc967b8a833c3ac8e1cc4e82aa5cf
SHA512 (chef-utils-18.1.29.gem) = 65873ef354d7d36c395425652db5060c0d118f64234fcaa4a870813e78326103a9b5f77cdd80be56dee248e8c162494de745843cf47cef2a4b386c6d67f07f87
Size (chef-utils-18.1.29.gem) = 34816 bytes
BLAKE2s (chef-utils-18.2.7.gem) = bf1801ed63e46d556dba620c80fc56396ed8e1ddf097d398a2b4e5187e619e87
SHA512 (chef-utils-18.2.7.gem) = d042d79a7761971c4c354824c58e96de66d19392e9b4327eb03a3cfa354ca88dcc5a692959281a7d47902f77ff73edbb274fe320082b1eec77c92d42f4bfdf04
Size (chef-utils-18.2.7.gem) = 34816 bytes

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.39 2023/03/19 13:50:22 taca Exp $
# $NetBSD: Makefile,v 1.40 2023/04/30 15:29:05 taca Exp $
DISTNAME= chef-18.1.29
DISTNAME= chef-18.2.7
CATEGORIES= sysutils
MAINTAINER= pkgsrc-users@NetBSD.org
@ -11,8 +11,8 @@ LICENSE= apache-2.0
#DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=0:../../net/ruby-addressable
DEPENDS+= ${RUBY_PKGPREFIX}-aws-sdk-s3>=1.91<2:../../www/ruby-aws-sdk-s3
DEPENDS+= ${RUBY_PKGPREFIX}-aws-sdk-secretsmanager>=1.46<2:../../www/ruby-aws-sdk-secretsmanager
DEPENDS+= ${RUBY_PKGPREFIX}-chef-config>=18.1.29<18.2:../../sysutils/ruby-chef-config
#DEPENDS+= ${RUBY_PKGPREFIX}-chef-utils>=18.1.29<18.2:../../sysutils/ruby-chef-utils
DEPENDS+= ${RUBY_PKGPREFIX}-chef-config>=18.2.7<18.3:../../sysutils/ruby-chef-config
#DEPENDS+= ${RUBY_PKGPREFIX}-chef-utils>=18.2.7<18.3:../../sysutils/ruby-chef-utils
DEPENDS+= ${RUBY_PKGPREFIX}-chef-vault>=0:../../security/ruby-chef-vault
DEPENDS+= ${RUBY_PKGPREFIX}-chef-zero>=14.0.11:../../sysutils/ruby-chef-zero
DEPENDS+= ${RUBY_PKGPREFIX}-corefoundation>=0.3.4<0.4:../../devel/ruby-corefoundation
@ -33,7 +33,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-mixlib-cli>=2.1.1<3:../../devel/ruby-mixlib-cli
DEPENDS+= ${RUBY_PKGPREFIX}-net-sftp>=2.1.2:../../security/ruby-net-sftp
DEPENDS+= ${RUBY_PKGPREFIX}-ohai>=18.0<19:../../misc/ruby-ohai
DEPENDS+= ${RUBY_PKGPREFIX}-plist>=3.2<4:../../textproc/ruby-plist
DEPENDS+= ${RUBY_PKGPREFIX}-proxifier>=1.0<2:../../net/ruby-proxifier
DEPENDS+= ${RUBY_PKGPREFIX}-proxifier2>=1.1<2:../../net/ruby-proxifier2
DEPENDS+= ${RUBY_PKGPREFIX}-syslog-logger>=1.6<2:../../sysutils/ruby-syslog-logger
#DEPENDS+= ${RUBY_PKGPREFIX}-train-core>=3.10<4:../../net/ruby-train-core
DEPENDS+= ${RUBY_PKGPREFIX}-train-rest>=0.4.1:../../net/ruby-train-rest

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.15 2023/03/19 13:50:22 taca Exp $
@comment $NetBSD: PLIST,v 1.16 2023/04/30 15:29:05 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE
@ -340,7 +340,6 @@ ${GEM_LIBDIR}/lib/chef/policy_builder.rb
${GEM_LIBDIR}/lib/chef/policy_builder/dynamic.rb
${GEM_LIBDIR}/lib/chef/policy_builder/expand_node_object.rb
${GEM_LIBDIR}/lib/chef/policy_builder/policyfile.rb
${GEM_LIBDIR}/lib/chef/powershell.rb
${GEM_LIBDIR}/lib/chef/property.rb
${GEM_LIBDIR}/lib/chef/provider.rb
${GEM_LIBDIR}/lib/chef/provider/batch.rb
@ -615,10 +614,12 @@ ${GEM_LIBDIR}/lib/chef/resource/selinux/selinux_default.erb
${GEM_LIBDIR}/lib/chef/resource/selinux_boolean.rb
${GEM_LIBDIR}/lib/chef/resource/selinux_fcontext.rb
${GEM_LIBDIR}/lib/chef/resource/selinux_install.rb
${GEM_LIBDIR}/lib/chef/resource/selinux_login.rb
${GEM_LIBDIR}/lib/chef/resource/selinux_module.rb
${GEM_LIBDIR}/lib/chef/resource/selinux_permissive.rb
${GEM_LIBDIR}/lib/chef/resource/selinux_port.rb
${GEM_LIBDIR}/lib/chef/resource/selinux_state.rb
${GEM_LIBDIR}/lib/chef/resource/selinux_user.rb
${GEM_LIBDIR}/lib/chef/resource/service.rb
${GEM_LIBDIR}/lib/chef/resource/smartos_package.rb
${GEM_LIBDIR}/lib/chef/resource/snap_package.rb
@ -1777,10 +1778,12 @@ ${GEM_LIBDIR}/spec/unit/resource/script_spec.rb
${GEM_LIBDIR}/spec/unit/resource/selinux_boolean_spec.rb
${GEM_LIBDIR}/spec/unit/resource/selinux_fcontext_spec.rb
${GEM_LIBDIR}/spec/unit/resource/selinux_install_spec.rb
${GEM_LIBDIR}/spec/unit/resource/selinux_login_spec.rb
${GEM_LIBDIR}/spec/unit/resource/selinux_module_spec.rb
${GEM_LIBDIR}/spec/unit/resource/selinux_permissive_spec.rb
${GEM_LIBDIR}/spec/unit/resource/selinux_port_spec.rb
${GEM_LIBDIR}/spec/unit/resource/selinux_state_spec.rb
${GEM_LIBDIR}/spec/unit/resource/selinux_user_spec.rb
${GEM_LIBDIR}/spec/unit/resource/service_spec.rb
${GEM_LIBDIR}/spec/unit/resource/smartos_package_spec.rb
${GEM_LIBDIR}/spec/unit/resource/snap_package_spec.rb

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.24 2023/03/19 13:50:22 taca Exp $
$NetBSD: distinfo,v 1.25 2023/04/30 15:29:05 taca Exp $
BLAKE2s (chef-18.1.29.gem) = bc68fde0c9cc184b5171b673cfb70ea5abf981d5f35c20230824f867105b32ce
SHA512 (chef-18.1.29.gem) = 325b5ca25918ba9f2ec144cbb8a784169914c21ac13638c54b8989538bc807da765ddd7a945f024121036e852c4b222565c37b41935810c0f1b68c9ae959d900
Size (chef-18.1.29.gem) = 1733632 bytes
BLAKE2s (chef-18.2.7.gem) = 7b759283480ca933d5462329ba9ce9bbdf4262e027ba0155ac6fcde4a24c79ab
SHA512 (chef-18.2.7.gem) = cdadb2ca6b5fb35867b9446d68da88cec9e43e5a082ff668a4786dc7bd871c067c185c6414b368e267208fd35c17e72aaf44520ecbe59224b6518829357c746e
Size (chef-18.2.7.gem) = 1734656 bytes