summaryrefslogtreecommitdiff
path: root/sysutils/puppet
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2021-03-21 13:22:01 +0000
committertaca <taca@pkgsrc.org>2021-03-21 13:22:01 +0000
commit99802445822d6e586cb6ce6b4e1ae648119970ab (patch)
tree4bae76ddc3364df0dc6daa7b9376ec0f489f1530 /sysutils/puppet
parent8dd44c8aac9c8f4c52411fefcbbb7365f09c10aa (diff)
downloadpkgsrc-99802445822d6e586cb6ce6b4e1ae648119970ab.tar.gz
sysutils/puppet: update to 7.5.0
Puppet 7.5.0 Released 16 March 2021. New features * The puppet ssl show command The puppet ssl show command prints the full-text version of a host's certificate, including extensions. PUP-10888 * The ciphers setting The ciphers setting configures which TLS ciphersuites the agent supports. The default set of ciphersuites is the same, but you can now make the list of ciphersuites more restricted, for example, to only accept TLS v1.2 or greater ciphersuites. PUP-10889 * The GlobalSignRoot CA R3 This release adds the GlobalSignRoot CA R3 certificate for rubygems.org. PA-3525 Resolved issues * The splat operator in a virtual query is not supported This release fixes a regression in Puppet 7.x that prevented the splat operator from being used to override resource attributes in a resource collector. PUP-10951 * Windows package provider continues to read DisplayVersion key after it is embedded NULL Previously, Puppet would not stop reading the registry at the correct WCHAR_NULL because it was encoded to UTF-16LE, causing Puppet to read bad data and fail. This is now fixed. PUP-10943 * Listing environments during code deploys prevents environment cache invalidation Previously, catalog compilations for a newly created environment directory could fail if the environment was listed while the directory was being created. This issue only occurred when using an environment_timeout value greater than 0 and less than unlimited. This is now fixed. PUP-10942 * Syntax error in previously valid Puppet code due to removal of keywords The application, consumes, produces and site application orchestration keywords were previously removed from the reserved keywords list, causing syntax errors in Puppet code. This is now fixed. PUP-10929 * Retrieve SID for users under APPLICATION PACKAGE AUTHORITY A known issue with LookupAccountNameW caused Puppet to fail when managing Windows users under APPLICATION PACKAGE AUTHORITY with fully qualified names. This is now fixed and an account name sanitization step has been added to prevent faulty queries. PUP-10899 * Retrieving the current user with the fully-qualified username fails on Windows Previously, retrieving the current username SID on Windows caused Puppet to fail in certain scenarios, for example, when the user was a secondary domain controller. This release adds a fallback mechanism that uses the fully qualified domain name for lookup. PUP-10898
Diffstat (limited to 'sysutils/puppet')
-rw-r--r--sysutils/puppet/Makefile4
-rw-r--r--sysutils/puppet/PLIST15
-rw-r--r--sysutils/puppet/distinfo10
3 files changed, 14 insertions, 15 deletions
diff --git a/sysutils/puppet/Makefile b/sysutils/puppet/Makefile
index ed4afa0f6fd..60714b85fd1 100644
--- a/sysutils/puppet/Makefile
+++ b/sysutils/puppet/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2021/03/07 14:28:02 taca Exp $
+# $NetBSD: Makefile,v 1.49 2021/03/21 13:22:01 taca Exp $
-DISTNAME= puppet-7.4.1
+DISTNAME= puppet-7.5.0
CATEGORIES= sysutils
#MASTER_SITES= http://puppetlabs.com/downloads/puppet/
diff --git a/sysutils/puppet/PLIST b/sysutils/puppet/PLIST
index 9e07fb4940c..584fe46b6f8 100644
--- a/sysutils/puppet/PLIST
+++ b/sysutils/puppet/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.28 2021/02/03 15:15:18 taca Exp $
+@comment $NetBSD: PLIST,v 1.29 2021/03/21 13:22:01 taca Exp $
bin/puppet${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CODEOWNERS
@@ -538,6 +538,9 @@ ${GEM_LIBDIR}/lib/puppet/network/http/api/indirection_type.rb
${GEM_LIBDIR}/lib/puppet/network/http/api/master.rb
${GEM_LIBDIR}/lib/puppet/network/http/api/master/v3.rb
${GEM_LIBDIR}/lib/puppet/network/http/api/master/v3/environments.rb
+${GEM_LIBDIR}/lib/puppet/network/http/api/server.rb
+${GEM_LIBDIR}/lib/puppet/network/http/api/server/v3.rb
+${GEM_LIBDIR}/lib/puppet/network/http/api/server/v3/environments.rb
${GEM_LIBDIR}/lib/puppet/network/http/connection.rb
${GEM_LIBDIR}/lib/puppet/network/http/error.rb
${GEM_LIBDIR}/lib/puppet/network/http/handler.rb
@@ -1651,10 +1654,8 @@ ${GEM_LIBDIR}/spec/integration/util/windows/security_spec.rb
${GEM_LIBDIR}/spec/integration/util/windows/user_spec.rb
${GEM_LIBDIR}/spec/integration/util_spec.rb
${GEM_LIBDIR}/spec/lib/matchers/containment_matchers.rb
-${GEM_LIBDIR}/spec/lib/matchers/include.rb
${GEM_LIBDIR}/spec/lib/matchers/include_in_order.rb
${GEM_LIBDIR}/spec/lib/matchers/include_in_order_spec.rb
-${GEM_LIBDIR}/spec/lib/matchers/include_spec.rb
${GEM_LIBDIR}/spec/lib/matchers/json.rb
${GEM_LIBDIR}/spec/lib/matchers/match_tokens2.rb
${GEM_LIBDIR}/spec/lib/matchers/relationship_graph_matchers.rb
@@ -1979,8 +1980,9 @@ ${GEM_LIBDIR}/spec/unit/network/format_spec.rb
${GEM_LIBDIR}/spec/unit/network/format_support_spec.rb
${GEM_LIBDIR}/spec/unit/network/formats_spec.rb
${GEM_LIBDIR}/spec/unit/network/http/api/indirected_routes_spec.rb
-${GEM_LIBDIR}/spec/unit/network/http/api/master/v3/environments_spec.rb
-${GEM_LIBDIR}/spec/unit/network/http/api/master/v3_spec.rb
+${GEM_LIBDIR}/spec/unit/network/http/api/master_spec.rb
+${GEM_LIBDIR}/spec/unit/network/http/api/server/v3/environments_spec.rb
+${GEM_LIBDIR}/spec/unit/network/http/api/server/v3_spec.rb
${GEM_LIBDIR}/spec/unit/network/http/api_spec.rb
${GEM_LIBDIR}/spec/unit/network/http/connection_spec.rb
${GEM_LIBDIR}/spec/unit/network/http/error_spec.rb
@@ -2074,10 +2076,8 @@ ${GEM_LIBDIR}/spec/unit/pops/parser/epp_parser_spec.rb
${GEM_LIBDIR}/spec/unit/pops/parser/evaluating_parser_spec.rb
${GEM_LIBDIR}/spec/unit/pops/parser/lexer2_spec.rb
${GEM_LIBDIR}/spec/unit/pops/parser/locator_spec.rb
-${GEM_LIBDIR}/spec/unit/pops/parser/parse_application_spec.rb
${GEM_LIBDIR}/spec/unit/pops/parser/parse_basic_expressions_spec.rb
${GEM_LIBDIR}/spec/unit/pops/parser/parse_calls_spec.rb
-${GEM_LIBDIR}/spec/unit/pops/parser/parse_capabilities_spec.rb
${GEM_LIBDIR}/spec/unit/pops/parser/parse_conditionals_spec.rb
${GEM_LIBDIR}/spec/unit/pops/parser/parse_containers_spec.rb
${GEM_LIBDIR}/spec/unit/pops/parser/parse_functions_spec.rb
@@ -2085,7 +2085,6 @@ ${GEM_LIBDIR}/spec/unit/pops/parser/parse_heredoc_spec.rb
${GEM_LIBDIR}/spec/unit/pops/parser/parse_lambda_spec.rb
${GEM_LIBDIR}/spec/unit/pops/parser/parse_plan_spec.rb
${GEM_LIBDIR}/spec/unit/pops/parser/parse_resource_spec.rb
-${GEM_LIBDIR}/spec/unit/pops/parser/parse_site_spec.rb
${GEM_LIBDIR}/spec/unit/pops/parser/parser_rspec_helper.rb
${GEM_LIBDIR}/spec/unit/pops/parser/parser_spec.rb
${GEM_LIBDIR}/spec/unit/pops/parser/parsing_typed_parameters_spec.rb
diff --git a/sysutils/puppet/distinfo b/sysutils/puppet/distinfo
index 66ea7dae24f..2b7fb9a8b6c 100644
--- a/sysutils/puppet/distinfo
+++ b/sysutils/puppet/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.30 2021/03/07 14:28:02 taca Exp $
+$NetBSD: distinfo,v 1.31 2021/03/21 13:22:01 taca Exp $
-SHA1 (puppet-7.4.1.gem) = 64d3b63d0138237ad8394c99b1dfa901dfeeec96
-RMD160 (puppet-7.4.1.gem) = f4aa21cc8dfce7dbff84a197010f6cd7523f6e66
-SHA512 (puppet-7.4.1.gem) = d602ef6109fb494ad95018ae7f3f51a28b5884ccfd82d91429d7e230826dec6f385352372a0d5c836bf893f8135c6f61cdce55a16337352fd3b8a4312d8c6955
-Size (puppet-7.4.1.gem) = 2815488 bytes
+SHA1 (puppet-7.5.0.gem) = 381e8fde0c7665e7ec1b73563386c446148b7e19
+RMD160 (puppet-7.5.0.gem) = bdcc808876bac7c3fecf5e8714483db3f85f2272
+SHA512 (puppet-7.5.0.gem) = 3e35d2bf21b47c5d5d30809eb96bd491433b85aff57b217e90350c19d6c7f9f2b98fc6082794d406927a4c8fd61c1eeb5a196e167176e2864a7343571f781565
+Size (puppet-7.5.0.gem) = 2818560 bytes
SHA1 (patch-aa) = 8b25b975647023902f5d84cc2980f777f23e789c
SHA1 (patch-ab) = 2e80fc9ca8a9326d69c72149e6fd97738cfd2e1e
SHA1 (patch-ac) = 38fd0797438e9d6dcbc88e99354dae4ef0b9cba0