summaryrefslogtreecommitdiff
path: root/sysutils/puppet
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2021-02-03 15:15:18 +0000
committertaca <taca@pkgsrc.org>2021-02-03 15:15:18 +0000
commitf7aee6426e7bb1e130b629803ddb71d338b3fc89 (patch)
treec64200e9662de13397c635714ef75b0daeb903fd /sysutils/puppet
parentc13e31745590d3f4c165209bcbc052cceb699d75 (diff)
downloadpkgsrc-f7aee6426e7bb1e130b629803ddb71d338b3fc89.tar.gz
sysutils/puppet: update to 7.3.0
Puppet 7.3.0 Released 20 January 2021. New features * New serverport setting type The serverport setting is an alias for masterport. PUP-10725 Enhancements * Multiple logdest locations in puppet.conf accepted You can set multiple logdest locations using a comma separated list. For example: /path/file1,console,/path/file2. PUP-10795 * The puppet module install command lists unsatisfiable dependencies If the puppet module install command fails, Puppet returns a more detailed error, including the unsatisfiable module(s) and its ranges. PUP-9176 * New --no-legacy option to disable legacy facts By default, puppet facts show displays all facts, including legacy facts. This release adds a --no-legacy option to disable legacy facts when querying all facts. PUP-10850 Resolved issues * The puppet apply command creates warnings This release eliminates Ruby 2.7.x warnings when running puppet apply with node statements. PUP-10845 * Remove Pathname#cleanpath workaround This release removes an unnecessary workaround when cleaning file paths, as Ruby 1.9 is no longer supported. PUP-10840 * The allow * error message shown during PE upgrade Puppet no longer prints an error if fileserver.conf contains allow * rules. It continues to print an error for all other rules, as Puppet's legacy authorization is no longer supported and is superseded by Puppetserver's authorization. PUP-10851 * 3x functions cannot be called from deferred functions in Puppet agent This release allows deferred 3.x functions, like sprintf, to be called during a Puppet agent run. PUP-10819 * Cached catalog contains the result of deferred evaluation instead of the deferred function Puppet 6.12.0 introduced a regression that caused the result of a deferred function to be stored in the cached catalog. As a result, an agent running with a cached catalog would not re-evaluate the deferred function. This is now fixed. PUP-10818 * puppet facts show fact output differs from facter fact The output format is different between Facter and Puppet facts when a query for a single fact is provided. This is now fixed. PUP-10847 * Issue with Puppet creating production folder when multiple environment paths are set Previously, the production environment folder was automatically created at every Puppet ran in the first search path, if it did not already exist. This release ensures Puppet searches all the given paths before creating a new production environment folder. PUP-10842 Puppet 7.2.0 This version of Puppet was never released.
Diffstat (limited to 'sysutils/puppet')
-rw-r--r--sysutils/puppet/Makefile4
-rw-r--r--sysutils/puppet/PLIST5
-rw-r--r--sysutils/puppet/distinfo10
3 files changed, 11 insertions, 8 deletions
diff --git a/sysutils/puppet/Makefile b/sysutils/puppet/Makefile
index 8e5cb76da97..918d8311674 100644
--- a/sysutils/puppet/Makefile
+++ b/sysutils/puppet/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2021/01/19 00:03:52 taca Exp $
+# $NetBSD: Makefile,v 1.46 2021/02/03 15:15:18 taca Exp $
-DISTNAME= puppet-7.1.0
+DISTNAME= puppet-7.3.0
CATEGORIES= sysutils
#MASTER_SITES= http://puppetlabs.com/downloads/puppet/
diff --git a/sysutils/puppet/PLIST b/sysutils/puppet/PLIST
index b2ef675af80..9e07fb4940c 100644
--- a/sysutils/puppet/PLIST
+++ b/sysutils/puppet/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.27 2021/01/18 15:36:23 taca Exp $
+@comment $NetBSD: PLIST,v 1.28 2021/02/03 15:15:18 taca Exp $
bin/puppet${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CODEOWNERS
@@ -943,6 +943,7 @@ ${GEM_LIBDIR}/lib/puppet/scheduler/scheduler.rb
${GEM_LIBDIR}/lib/puppet/scheduler/splay_job.rb
${GEM_LIBDIR}/lib/puppet/scheduler/timer.rb
${GEM_LIBDIR}/lib/puppet/settings.rb
+${GEM_LIBDIR}/lib/puppet/settings/alias_setting.rb
${GEM_LIBDIR}/lib/puppet/settings/array_setting.rb
${GEM_LIBDIR}/lib/puppet/settings/autosign_setting.rb
${GEM_LIBDIR}/lib/puppet/settings/base_setting.rb
@@ -1186,6 +1187,7 @@ ${GEM_LIBDIR}/man/man8/puppet-ssl.8
${GEM_LIBDIR}/man/man8/puppet.8
${GEM_LIBDIR}/spec/fixtures/faulty_face/puppet/face/syntax.rb
${GEM_LIBDIR}/spec/fixtures/hiera.yaml
+${GEM_LIBDIR}/spec/fixtures/integration/application/agent/cached_deferred_catalog.json
${GEM_LIBDIR}/spec/fixtures/integration/application/apply/environments/spec/modules/amod/lib/puppet/provider/applytest/applytest.rb
${GEM_LIBDIR}/spec/fixtures/integration/application/apply/environments/spec/modules/amod/lib/puppet/type/applytest.rb
${GEM_LIBDIR}/spec/fixtures/integration/node/environment/sitedir/00_a.pp
@@ -2041,6 +2043,7 @@ ${GEM_LIBDIR}/spec/unit/pops/evaluator/basic_expressions_spec.rb
${GEM_LIBDIR}/spec/unit/pops/evaluator/collections_ops_spec.rb
${GEM_LIBDIR}/spec/unit/pops/evaluator/comparison_ops_spec.rb
${GEM_LIBDIR}/spec/unit/pops/evaluator/conditionals_spec.rb
+${GEM_LIBDIR}/spec/unit/pops/evaluator/deferred_resolver_spec.rb
${GEM_LIBDIR}/spec/unit/pops/evaluator/evaluating_parser_spec.rb
${GEM_LIBDIR}/spec/unit/pops/evaluator/evaluator_rspec_helper.rb
${GEM_LIBDIR}/spec/unit/pops/evaluator/json_strict_literal_evaluator_spec.rb
diff --git a/sysutils/puppet/distinfo b/sysutils/puppet/distinfo
index dd789857d05..4479af92a46 100644
--- a/sysutils/puppet/distinfo
+++ b/sysutils/puppet/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.27 2021/01/18 15:36:23 taca Exp $
+$NetBSD: distinfo,v 1.28 2021/02/03 15:15:18 taca Exp $
-SHA1 (puppet-7.1.0.gem) = 9f612ad05660ca2b919df22634c2add0a6009a5e
-RMD160 (puppet-7.1.0.gem) = cf23691b9d0e8700762d4a5a509e2066d978ee50
-SHA512 (puppet-7.1.0.gem) = 3f216f1a17ecb38e942211d30c33a5fcdbae5e624c71c4081907fc126b1c84ed7fbe664aeb375503234b66728a2e33dfe9620884b9073e14bf824904719ed156
-Size (puppet-7.1.0.gem) = 2809344 bytes
+SHA1 (puppet-7.3.0.gem) = deb813ff7f3b843d8b05a9e0467e3367c876b043
+RMD160 (puppet-7.3.0.gem) = 33bd1c5da8cc12f69897b0a862cf94c17002b631
+SHA512 (puppet-7.3.0.gem) = 4a43a4eb9b727a8e8b9511db12eeacd89137df06d8421bdd1a660f28700cb5b167fded85afc4ec33f9b98bfd4f7075a06675dd7253d349066e21d415bd5763f3
+Size (puppet-7.3.0.gem) = 2813952 bytes
SHA1 (patch-aa) = 8b25b975647023902f5d84cc2980f777f23e789c
SHA1 (patch-ab) = 2e80fc9ca8a9326d69c72149e6fd97738cfd2e1e
SHA1 (patch-ac) = 38fd0797438e9d6dcbc88e99354dae4ef0b9cba0