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:           Sat Feb 11 13:31:57 UTC 2023

Modified Files:
        pkgsrc/sysutils/puppet: Makefile distinfo

Log Message:
sysutils/puppet: update to 7.23.0

puppet 7.23.0 still has problem with concurrent-ruby 1.2.0 and later and it
restrict version of concurrent-ruby to prior to 1.2.0 in gemspec.

7.23.0 (2023-02-07)

 Resolved issues

* Can't dig into facts when legacy facts are excluded

        Catalog compilation no longer fails when using the dig function and
        excluding legacy facts. PUP-11717

* concurrent-ruby 1.2.0 breaks Puppet

        Updated Puppet to be compatible with the concurrent-ruby gem
        versions 1.2 and above. PUP-11722

* fqdn_rand function relies on legacy fqdn fact

        Puppet now allows disabling legacy facts when using the
        fqdn_rand. PUP-11752

Security

* Bump nokogiri to 1.13.10

        Updated the Nokogiri component from version 1.13.9 to 1.13.10,
        addressing CVE-2022-23476. PA-4817


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/sysutils/puppet/Makefile
cvs rdiff -u -r1.42 -r1.43 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.62 pkgsrc/sysutils/puppet/Makefile:1.63
--- pkgsrc/sysutils/puppet/Makefile:1.62        Sat Feb  4 14:41:12 2023
+++ pkgsrc/sysutils/puppet/Makefile     Sat Feb 11 13:31:56 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.62 2023/02/04 14:41:12 taca Exp $
+# $NetBSD: Makefile,v 1.63 2023/02/11 13:31:56 taca Exp $
 
-DISTNAME=              puppet-7.22.0
+DISTNAME=              puppet-7.23.0
 CATEGORIES=            sysutils
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
@@ -15,7 +15,7 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-fast_gettext
 DEPENDS+=      ${RUBY_PKGPREFIX}-locale>=2.1<3:../../devel/ruby-locale
 DEPENDS+=      ${RUBY_PKGPREFIX}-multi_json>=1.10<2:../../textproc/ruby-multi_json
 DEPENDS+=      ${RUBY_PKGPREFIX}-puppet-resource_api>=1.5<2:../../sysutils/ruby-puppet-resource_api
-DEPENDS+=      ${RUBY_PKGPREFIX}-concurrent-ruby11>=1.0<1.2.0:../../devel/ruby-concurrent-ruby11
+DEPENDS+=      ${RUBY_PKGPREFIX}-concurrent-ruby>=1.0<1.2.0:../../devel/ruby-concurrent-ruby
 DEPENDS+=      ${RUBY_PKGPREFIX}-deep_merge>=1.0<2:../../devel/ruby-deep_merge
 DEPENDS+=      ${RUBY_PKGPREFIX}-scanf>=1.0.0<2:../../devel/ruby-scanf
 

Index: pkgsrc/sysutils/puppet/distinfo
diff -u pkgsrc/sysutils/puppet/distinfo:1.42 pkgsrc/sysutils/puppet/distinfo:1.43
--- pkgsrc/sysutils/puppet/distinfo:1.42        Sat Feb  4 14:41:12 2023
+++ pkgsrc/sysutils/puppet/distinfo     Sat Feb 11 13:31:56 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.42 2023/02/04 14:41:12 taca Exp $
+$NetBSD: distinfo,v 1.43 2023/02/11 13:31:56 taca Exp $
 
-BLAKE2s (puppet-7.22.0.gem) = 8796fee1a4fcaae235211d495216adc3a80b3aabfa06f1281ba845acea53b230
-SHA512 (puppet-7.22.0.gem) = a0b913abdcf4d5cba4ed313f66420c560ebb712476891a0d15ffa730d3cf2ad8916240735963ce29c5b900bb4c45a7beb56f88fecd3951b995adeabbcf157f90
-Size (puppet-7.22.0.gem) = 2781696 bytes
+BLAKE2s (puppet-7.23.0.gem) = 777d008ca255d7b23c4fd6ecf9f1b5b0503c47d93a3d4c55ac662278ee9f1e67
+SHA512 (puppet-7.23.0.gem) = 093284a3b54b52bc1e30cfefd7c2cb5455d00543df98690d56803d4d201f402ef67b355cddfa78a50bd525bdc5cff3dd11543851a359adacadd3ad94ff8623d8
+Size (puppet-7.23.0.gem) = 2781696 bytes
 SHA1 (patch-aa) = 8b25b975647023902f5d84cc2980f777f23e789c
 SHA1 (patch-ab) = 2e80fc9ca8a9326d69c72149e6fd97738cfd2e1e
 SHA1 (patch-ac) = 38fd0797438e9d6dcbc88e99354dae4ef0b9cba0



Home | Main Index | Thread Index | Old Index