Received: by mail.netbsd.org (Postfix, from userid 605) id A552784DDB; Wed, 3 Feb 2021 15:15:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E04C184CFC for ; Wed, 3 Feb 2021 15:15:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id TU0Q_RWN-Tuj for ; Wed, 3 Feb 2021 15:15:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1F92E84CE7 for ; Wed, 3 Feb 2021 15:15:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1CA43FA94; Wed, 3 Feb 2021 15:15:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161236531979780" MIME-Version: 1.0 Date: Wed, 3 Feb 2021 15:15:19 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/sysutils/puppet To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210203151519.1CA43FA94@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161236531979780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Wed Feb 3 15:15:19 UTC 2021 Modified Files: pkgsrc/sysutils/puppet: Makefile PLIST distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 pkgsrc/sysutils/puppet/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/sysutils/puppet/PLIST \ pkgsrc/sysutils/puppet/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161236531979780 Content-Disposition: inline Content-Length: 3769 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/puppet/Makefile diff -u pkgsrc/sysutils/puppet/Makefile:1.45 pkgsrc/sysutils/puppet/Makefile:1.46 --- pkgsrc/sysutils/puppet/Makefile:1.45 Tue Jan 19 00:03:52 2021 +++ pkgsrc/sysutils/puppet/Makefile Wed Feb 3 15:15:18 2021 @@ -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/ Index: pkgsrc/sysutils/puppet/PLIST diff -u pkgsrc/sysutils/puppet/PLIST:1.27 pkgsrc/sysutils/puppet/PLIST:1.28 --- pkgsrc/sysutils/puppet/PLIST:1.27 Mon Jan 18 15:36:23 2021 +++ pkgsrc/sysutils/puppet/PLIST Wed Feb 3 15:15:18 2021 @@ -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/sched ${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/b ${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 Index: pkgsrc/sysutils/puppet/distinfo diff -u pkgsrc/sysutils/puppet/distinfo:1.27 pkgsrc/sysutils/puppet/distinfo:1.28 --- pkgsrc/sysutils/puppet/distinfo:1.27 Mon Jan 18 15:36:23 2021 +++ pkgsrc/sysutils/puppet/distinfo Wed Feb 3 15:15:18 2021 @@ -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 --_----------=_161236531979780--