diff options
author | taca <taca@pkgsrc.org> | 2022-09-16 06:10:03 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2022-09-16 06:10:03 +0000 |
commit | c193b74f4d505a029496c6d0b62df28ccaa120a8 (patch) | |
tree | ade78367c479f316260377eb6e6443f23ca4f491 /sysutils/puppet | |
parent | 525b720cad9f1cc247858171a2e51d37e5f2d248 (diff) | |
download | pkgsrc-c193b74f4d505a029496c6d0b62df28ccaa120a8.tar.gz |
sysutils/puppet: update to 7.19.0
Puppet 7.19.0
Released September 2022.
Note:
New versions of Puppet now release every six weeks rather than every four
weeks.
Enhancements
* Support for Fedora 36 (x86_64)
This release adds support for Fedora 36 (x86_64). PA-4668
* Updated Augeas to 1.13.0
Bumped Augeas to 1.13.0 for all supported platforms except for
Solaris and AIX. Those two platforms remain on 1.12.0, as Augeas
1.13.0 fails to compile due to a few readline function calls that
are not on Solaris or AIX. PA-4494
Resolved issues
* Puppet sends malformed PuppetDB reports with Oj
Reports sent to PuppetDB using the Oj JSON backend are now properly
formatted. PUP-11620
puppet module list --render-as json does not report unmet dependencies
puppet module list --render-as json now includes information about
unmet dependencies. PUP-11604
* Puppet does not write SELinux labels on ZFS
Marked ZFS as an SELinux-capable filesystem. PUP-11603
Puppet::Util.safe_posix_fork fails if /proc/self is not a directory
Puppet now handles misconfigured /proc filesystems correctly.
PUP-11594
* Puppet on Ruby 3.1 warns about ERB passing safe_level as non-keyword argument
Puppet now passes ERB arguments as keywords. PUP-11552
Security
* FIPS OpenSSL: disable c_rehash binary
Fixed CVE-2022-1292 and CVE-2022-2068. PA-4621
Diffstat (limited to 'sysutils/puppet')
-rw-r--r-- | sysutils/puppet/Makefile | 5 | ||||
-rw-r--r-- | sysutils/puppet/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/sysutils/puppet/Makefile b/sysutils/puppet/Makefile index cf320f76b81..00bc4193596 100644 --- a/sysutils/puppet/Makefile +++ b/sysutils/puppet/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.55 2022/09/04 17:00:14 taca Exp $ +# $NetBSD: Makefile,v 1.56 2022/09/16 06:10:03 taca Exp $ -DISTNAME= puppet-7.18.0 +DISTNAME= puppet-7.19.0 CATEGORIES= sysutils #MASTER_SITES= http://puppetlabs.com/downloads/puppet/ @@ -21,7 +21,6 @@ DEPENDS+= ${RUBY_PKGPREFIX}-deep_merge>=1.0<2:../../devel/ruby-deep_merge DEPENDS+= ${RUBY_PKGPREFIX}-scanf>=1.0.0<2:../../devel/ruby-scanf RUBYGEM_OPTIONS+= --format-executable -OVERRIDE_GEMSPEC+= fast_gettext>=1.1 USE_LANAUGES= # none PKG_SYSCONFSUBDIR= puppet diff --git a/sysutils/puppet/distinfo b/sysutils/puppet/distinfo index 32d12229cef..32a93d8be99 100644 --- a/sysutils/puppet/distinfo +++ b/sysutils/puppet/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.38 2022/09/04 17:00:14 taca Exp $ +$NetBSD: distinfo,v 1.39 2022/09/16 06:10:03 taca Exp $ -BLAKE2s (puppet-7.18.0.gem) = 5a45db7cea5dcfc4ed01843831274c904213ce8c8eb22be09f94ad1a726be652 -SHA512 (puppet-7.18.0.gem) = 642beeeb5f895bbdb62e6425fc9f4ab61bcccc020d9e3963c7976e777d698ce35503dcfba2641e6a40ce3e121664f46ed90ccd7e3db65d6cc07ba0f6c258b0bc -Size (puppet-7.18.0.gem) = 2778624 bytes +BLAKE2s (puppet-7.19.0.gem) = b54fc37fb181cb208c2080c6437e6170c81ff1cb253b7b3b7479771e10f8ac08 +SHA512 (puppet-7.19.0.gem) = f10c636250b701a3b8a0a4687295db22bbb8e5aa82370e51a8c96a909416a8dff2d3011798dd7c606e76b61ed361f90b5037dc6169fcd30c9542329ec6d587a4 +Size (puppet-7.19.0.gem) = 2779136 bytes SHA1 (patch-aa) = 8b25b975647023902f5d84cc2980f777f23e789c SHA1 (patch-ab) = 2e80fc9ca8a9326d69c72149e6fd97738cfd2e1e SHA1 (patch-ac) = 38fd0797438e9d6dcbc88e99354dae4ef0b9cba0 |