pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/puppet



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Mar 21 13:22:01 UTC 2021

Modified Files:
        pkgsrc/sysutils/puppet: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/sysutils/puppet/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/sysutils/puppet/PLIST
cvs rdiff -u -r1.30 -r1.31 pkgsrc/sysutils/puppet/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/puppet/Makefile
diff -u pkgsrc/sysutils/puppet/Makefile:1.48 pkgsrc/sysutils/puppet/Makefile:1.49
--- pkgsrc/sysutils/puppet/Makefile:1.48        Sun Mar  7 14:28:02 2021
+++ pkgsrc/sysutils/puppet/Makefile     Sun Mar 21 13:22:01 2021
@@ -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/
 

Index: pkgsrc/sysutils/puppet/PLIST
diff -u pkgsrc/sysutils/puppet/PLIST:1.28 pkgsrc/sysutils/puppet/PLIST:1.29
--- pkgsrc/sysutils/puppet/PLIST:1.28   Wed Feb  3 15:15:18 2021
+++ pkgsrc/sysutils/puppet/PLIST        Sun Mar 21 13:22:01 2021
@@ -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/ap
 ${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/wind
 ${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_s
 ${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_
 ${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/pars
 ${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

Index: pkgsrc/sysutils/puppet/distinfo
diff -u pkgsrc/sysutils/puppet/distinfo:1.30 pkgsrc/sysutils/puppet/distinfo:1.31
--- pkgsrc/sysutils/puppet/distinfo:1.30        Sun Mar  7 14:28:02 2021
+++ pkgsrc/sysutils/puppet/distinfo     Sun Mar 21 13:22:01 2021
@@ -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



Home | Main Index | Thread Index | Old Index