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 Dec  4 16:54:10 UTC 2022

Modified Files:
        pkgsrc/sysutils/puppet: Makefile distinfo

Log Message:
sysutils/puppet: update to 7.20.0

pkgsrc change: fix typo of USE_LANGUAGES.

7.20.0 (2022-10)

Enhancements

* Tag and bump puppet-resource_api in Puppet 7
* Bumps resource-api gem to 1.8.16. PA-4702

Resolved issues

* Puppet::Util::Json raises an error when reading an empty file

* Puppet no longer errors when loading an empty task metadata file. PUP-11629

* Augeas not working on M1 macOS Big Sur

  Fixed a bug in the Augeas component of the puppet-agent platform on
  macOS. Contributed by Puppet community member h0tw1r3. PA-4704

* Augtool packaged in puppet-agent 7.19.0 is broken

  puppet-agent 7.19.0 had a broken Augeas packaged with it. This is fixed in
  puppet-agent 7.20.0. PA-4686

Deprecations and removals

* Support for Debian 9 removed

  This release removes support for Debian 9 (x86 and x86-64) from
  puppet-agent. PA-4576

* Support for Fedora 34 and 32 removed

  This release removes support for Fedora 34 and 32 (x86-64) from
  puppet-agent. PA-4284, PA-4269


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/sysutils/puppet/Makefile
cvs rdiff -u -r1.39 -r1.40 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.56 pkgsrc/sysutils/puppet/Makefile:1.57
--- pkgsrc/sysutils/puppet/Makefile:1.56        Fri Sep 16 06:10:03 2022
+++ pkgsrc/sysutils/puppet/Makefile     Sun Dec  4 16:54:10 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.56 2022/09/16 06:10:03 taca Exp $
+# $NetBSD: Makefile,v 1.57 2022/12/04 16:54:10 taca Exp $
 
-DISTNAME=              puppet-7.19.0
+DISTNAME=              puppet-7.20.0
 CATEGORIES=            sysutils
 #MASTER_SITES=         http://puppetlabs.com/downloads/puppet/
 
@@ -21,7 +21,7 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-deep_merge>=
 DEPENDS+=      ${RUBY_PKGPREFIX}-scanf>=1.0.0<2:../../devel/ruby-scanf
 
 RUBYGEM_OPTIONS+=      --format-executable
-USE_LANAUGES=          # none
+USE_LANGUAGES=         # none
 
 PKG_SYSCONFSUBDIR=     puppet
 RCD_SCRIPTS=           puppetd puppetmasterd

Index: pkgsrc/sysutils/puppet/distinfo
diff -u pkgsrc/sysutils/puppet/distinfo:1.39 pkgsrc/sysutils/puppet/distinfo:1.40
--- pkgsrc/sysutils/puppet/distinfo:1.39        Fri Sep 16 06:10:03 2022
+++ pkgsrc/sysutils/puppet/distinfo     Sun Dec  4 16:54:10 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.39 2022/09/16 06:10:03 taca Exp $
+$NetBSD: distinfo,v 1.40 2022/12/04 16:54:10 taca Exp $
 
-BLAKE2s (puppet-7.19.0.gem) = b54fc37fb181cb208c2080c6437e6170c81ff1cb253b7b3b7479771e10f8ac08
-SHA512 (puppet-7.19.0.gem) = f10c636250b701a3b8a0a4687295db22bbb8e5aa82370e51a8c96a909416a8dff2d3011798dd7c606e76b61ed361f90b5037dc6169fcd30c9542329ec6d587a4
-Size (puppet-7.19.0.gem) = 2779136 bytes
+BLAKE2s (puppet-7.20.0.gem) = c988b6b2073d2831d0f1dfa6806ac205bcb8069e82426fd599e8ffa628e5b7da
+SHA512 (puppet-7.20.0.gem) = 325680c049b8d61235761bdd7194114d898fb3564568eb157f3aa0ca905f50ceb2dad4fe30f0f31149a3cfebb922ab6b8f2bdef2bf13f3a5a809ffb8c22ac32f
+Size (puppet-7.20.0.gem) = 2779136 bytes
 SHA1 (patch-aa) = 8b25b975647023902f5d84cc2980f777f23e789c
 SHA1 (patch-ab) = 2e80fc9ca8a9326d69c72149e6fd97738cfd2e1e
 SHA1 (patch-ac) = 38fd0797438e9d6dcbc88e99354dae4ef0b9cba0



Home | Main Index | Thread Index | Old Index