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 Feb 14 15:16:13 UTC 2021

Modified Files:
        pkgsrc/sysutils/puppet: Makefile distinfo

Log Message:
sysutils/puppet: update to 7.4.0

pkgsrc change: mark this package incompatible.

Puppet 7.4.0                                    Released 9 February 2021.

New features

--timing option in puppet facts show

  This release adds a --timing option in the puppet facts show
  command. This flag shows you how much time it takes to resolve each
  fact. PUP-10858

Resolved issues

User resource with forcelocal uses getent for groups

  The useradd provider now checks the forcelocal parameter and gets local
  information on the groups (from /etc/groups) and gid (from etc/passwd)
  of the user when requested. PUP-10857

Slow Puppet agent run after upgrade to version 6

  This release improves the performance of the apt package provider when
  removing packages by reducing the calls to apt-mark
  showmanual. PUP-10856

The apt provider does not work with local packages

  The apt package provider now allows you to install packages from a local
  file using source parameter. PUP-10854

The puppet facts show --value-only command displays a quoted value

  Previously, the puppet facts show --value-only <fact> command emitted
  the value as a JSON string, which included quotes around the value, such
  as {{"RedHat"}}. It now only emits the value. PUP-10861


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/sysutils/puppet/Makefile
cvs rdiff -u -r1.28 -r1.29 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.46 pkgsrc/sysutils/puppet/Makefile:1.47
--- pkgsrc/sysutils/puppet/Makefile:1.46        Wed Feb  3 15:15:18 2021
+++ pkgsrc/sysutils/puppet/Makefile     Sun Feb 14 15:16:13 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2021/02/03 15:15:18 taca Exp $
+# $NetBSD: Makefile,v 1.47 2021/02/14 15:16:13 taca Exp $
 
-DISTNAME=              puppet-7.3.0
+DISTNAME=              puppet-7.4.0
 CATEGORIES=            sysutils
 #MASTER_SITES=         http://puppetlabs.com/downloads/puppet/
 
@@ -20,6 +20,9 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-concurrent-r
 DEPENDS+=      ${RUBY_PKGPREFIX}-deep_merge>=1.0<2:../../devel/ruby-deep_merge
 DEPENDS+=      ${RUBY_PKGPREFIX}-scanf>=1.0.0:../../devel/ruby-scanf
 
+# sysutils/ruby-facter dose not support Ruby 3
+RUBY_VERSIONS_INCOMPATIBLE=    30
+
 RUBYGEM_OPTIONS+=      --format-executable
 OVERRIDE_GEMSPEC+=     fast_gettext>=1.1
 USE_LANAUGES=          # none

Index: pkgsrc/sysutils/puppet/distinfo
diff -u pkgsrc/sysutils/puppet/distinfo:1.28 pkgsrc/sysutils/puppet/distinfo:1.29
--- pkgsrc/sysutils/puppet/distinfo:1.28        Wed Feb  3 15:15:18 2021
+++ pkgsrc/sysutils/puppet/distinfo     Sun Feb 14 15:16:13 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.28 2021/02/03 15:15:18 taca Exp $
+$NetBSD: distinfo,v 1.29 2021/02/14 15:16:13 taca Exp $
 
-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 (puppet-7.4.0.gem) = fa29f34ee10b2baef916ddf4910deedfee7fadf6
+RMD160 (puppet-7.4.0.gem) = 3bb4e8225c99a551eea1696b333552e4ce345915
+SHA512 (puppet-7.4.0.gem) = eea58999ac72fd3e3b765f088762a762908be5558dd0ae9c15acf6a2d6675cdcfae7d34b712055c8f36316c523a94aeb11bf7ba8ba53ae0999ba4eb71cb9790f
+Size (puppet-7.4.0.gem) = 2815488 bytes
 SHA1 (patch-aa) = 8b25b975647023902f5d84cc2980f777f23e789c
 SHA1 (patch-ab) = 2e80fc9ca8a9326d69c72149e6fd97738cfd2e1e
 SHA1 (patch-ac) = 38fd0797438e9d6dcbc88e99354dae4ef0b9cba0



Home | Main Index | Thread Index | Old Index