pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/puppet sysutils/puppet: update to 7.3.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/c27007985014
branches: trunk
changeset: 446051:c27007985014
user: taca <taca%pkgsrc.org@localhost>
date: Wed Feb 03 15:15:18 2021 +0000
description:
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:
sysutils/puppet/Makefile | 4 ++--
sysutils/puppet/PLIST | 5 ++++-
sysutils/puppet/distinfo | 10 +++++-----
3 files changed, 11 insertions(+), 8 deletions(-)
diffs (63 lines):
diff -r 53ae554bf6d4 -r c27007985014 sysutils/puppet/Makefile
--- a/sysutils/puppet/Makefile Wed Feb 03 15:07:19 2021 +0000
+++ b/sysutils/puppet/Makefile Wed Feb 03 15:15:18 2021 +0000
@@ -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 -r 53ae554bf6d4 -r c27007985014 sysutils/puppet/PLIST
--- a/sysutils/puppet/PLIST Wed Feb 03 15:07:19 2021 +0000
+++ b/sysutils/puppet/PLIST Wed Feb 03 15:15:18 2021 +0000
@@ -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/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.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/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 -r 53ae554bf6d4 -r c27007985014 sysutils/puppet/distinfo
--- a/sysutils/puppet/distinfo Wed Feb 03 15:07:19 2021 +0000
+++ b/sysutils/puppet/distinfo Wed Feb 03 15:15:18 2021 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index