diff options
author | tonnerre <tonnerre@pkgsrc.org> | 2009-11-11 12:21:52 +0000 |
---|---|---|
committer | tonnerre <tonnerre@pkgsrc.org> | 2009-11-11 12:21:52 +0000 |
commit | 2c9cc6e78fa6a750ce0993a50e3948afb62848f8 (patch) | |
tree | 5fff20d4a6ac80e607155890cd83da3e98617cc4 /sysutils | |
parent | cff30eb610df68876c1428f4925a43aac8572256 (diff) | |
download | pkgsrc-2c9cc6e78fa6a750ce0993a50e3948afb62848f8.tar.gz |
Upgrade sysutils/puppet to version 0.24.8.
This is not the jump to 0.25 people expected, but there are some things to
clear before doing that, so go to the last 0.24 version for now.
Changes since 0.24.7:
- Fixed #2077 - ralsh user broken on OSX
- Fixed #2004 - ssh_authorized_key fails if no target is defined
- Fixed #1629 - incorrect permissions on ssh_authorized_keys created files
- Fixed #2000 - No default specified for checksum
- Fixed #2026 - Red Hat ignoring stop method
- Added ext/dbfix.sql script - fixes common errors in stored configuration
databases
- Fixed #1963 - Failing to read /proc/mounts for selinux kills file
downloads
- Fixed #2025 - gentoo service provider handle only default init level
- Fixed #1910 - updated logcheck
- Fixed #1871 - Sensitive information leaked in log reports
- Fixed #1956 - Cleaned up variable names to be more sane, clarified
error messages and fixed incorrect use of 'value' variable rather than
'member'.
- Fixed #1831 - Added sprintf function
- Fixed #1830 - Added regsubst function
- Updated up2date and service confines to add support for Oracle EL and VM
- Fixing #1948 and #1953 - augeas ins bug: wrong number of arguments (1 for 3)
- Fixing #944 - changing error message from warning to info - connection
recycled
- Fixed #961 - puppetd creating too many/not closing TCP connections
- Fixed #1959 - Added column protection for environment schema migration
- Fixing #1869 - autoloaded files should never leak exceptions
- Fixing #1543 - Nagios parse errors no longer kill Puppet
- Fixed #1420 - nagios_serviceescalation not allowing host_name more than
one type
- Fixed #1884 - Exported resources are marked as unexported when collected
on the exporting host
- Fixed #1922 - Functions squash all arguments into a single hash
- Fixed #1538 - Yumrepo sets permissions wrongly on files in
/etc/yum.repos.d
- Fixed #1936 - Added /* */ support to the vim file
- Fixed #1541 - nagios objects write files to clientbucket on every change
- Fixed #1542 - cannot purge nagios objects
- Fixing #1912 - gid still works with no 'should' value fixing ralsh issues
- Fixing the Rakefile to use 'git format-patch'
- Added README.rst file
- Enhancements to Stored Configuration performance
- Added Reductive Labs build library to tasks directory
- Fixed #1852 - Correct behaviour when no SELinux bindings
- Updated Red Hat spec file 0.24.7
- Fixed #1920 - Shadow password corruption
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/puppet/Makefile | 5 | ||||
-rw-r--r-- | sysutils/puppet/PLIST | 47 | ||||
-rw-r--r-- | sysutils/puppet/distinfo | 8 |
3 files changed, 40 insertions, 20 deletions
diff --git a/sysutils/puppet/Makefile b/sysutils/puppet/Makefile index 3e2177f274f..92c2641948c 100644 --- a/sysutils/puppet/Makefile +++ b/sysutils/puppet/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2009/08/30 22:03:53 tonnerre Exp $ +# $NetBSD: Makefile,v 1.7 2009/11/11 12:21:52 tonnerre Exp $ -DISTNAME= puppet-0.24.7 -PKGREVISION= 1 +DISTNAME= puppet-0.24.8 CATEGORIES= sysutils MAINTAINER= tonnerre@NetBSD.org diff --git a/sysutils/puppet/PLIST b/sysutils/puppet/PLIST index addf0f902ec..d5bba7c2d5f 100644 --- a/sysutils/puppet/PLIST +++ b/sysutils/puppet/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2009/08/30 21:57:07 tonnerre Exp $ +@comment $NetBSD: PLIST,v 1.7 2009/11/11 12:21:52 tonnerre Exp $ bin/puppet bin/puppetca bin/puppetd @@ -13,6 +13,7 @@ ${GEM_LIBDIR}/CHANGELOG ${GEM_LIBDIR}/COPYING ${GEM_LIBDIR}/LICENSE ${GEM_LIBDIR}/README +${GEM_LIBDIR}/README.rst ${GEM_LIBDIR}/Rakefile ${GEM_LIBDIR}/bin/filebucket ${GEM_LIBDIR}/bin/puppet @@ -98,6 +99,7 @@ ${GEM_LIBDIR}/ext/autotest/Rakefile ${GEM_LIBDIR}/ext/autotest/config ${GEM_LIBDIR}/ext/autotest/readme.rst ${GEM_LIBDIR}/ext/bin/sleeper +${GEM_LIBDIR}/ext/dbfix.sql ${GEM_LIBDIR}/ext/emacs/puppet-mode-init.el ${GEM_LIBDIR}/ext/emacs/puppet-mode.el ${GEM_LIBDIR}/ext/ldap/puppet.schema @@ -134,6 +136,8 @@ ${GEM_LIBDIR}/lib/puppet/external/nagios/base.rb ${GEM_LIBDIR}/lib/puppet/external/nagios/parser.rb ${GEM_LIBDIR}/lib/puppet/feature/base.rb ${GEM_LIBDIR}/lib/puppet/feature/rails.rb +${GEM_LIBDIR}/lib/puppet/file_collection.rb +${GEM_LIBDIR}/lib/puppet/file_collection/lookup.rb ${GEM_LIBDIR}/lib/puppet/file_serving.rb ${GEM_LIBDIR}/lib/puppet/file_serving/configuration.rb ${GEM_LIBDIR}/lib/puppet/file_serving/configuration/parser.rb @@ -273,11 +277,14 @@ ${GEM_LIBDIR}/lib/puppet/parser/functions/generate.rb ${GEM_LIBDIR}/lib/puppet/parser/functions/include.rb ${GEM_LIBDIR}/lib/puppet/parser/functions/inline_template.rb ${GEM_LIBDIR}/lib/puppet/parser/functions/realize.rb +${GEM_LIBDIR}/lib/puppet/parser/functions/regsubst.rb ${GEM_LIBDIR}/lib/puppet/parser/functions/search.rb ${GEM_LIBDIR}/lib/puppet/parser/functions/sha1.rb +${GEM_LIBDIR}/lib/puppet/parser/functions/sprintf.rb ${GEM_LIBDIR}/lib/puppet/parser/functions/tag.rb ${GEM_LIBDIR}/lib/puppet/parser/functions/tagged.rb ${GEM_LIBDIR}/lib/puppet/parser/functions/template.rb +${GEM_LIBDIR}/lib/puppet/parser/functions/versioncmp.rb ${GEM_LIBDIR}/lib/puppet/parser/interpreter.rb ${GEM_LIBDIR}/lib/puppet/parser/lexer.rb ${GEM_LIBDIR}/lib/puppet/parser/parser.rb @@ -507,6 +514,7 @@ ${GEM_LIBDIR}/lib/puppet/util/pidlock.rb ${GEM_LIBDIR}/lib/puppet/util/posix.rb ${GEM_LIBDIR}/lib/puppet/util/provider_features.rb ${GEM_LIBDIR}/lib/puppet/util/rails/collection_merger.rb +${GEM_LIBDIR}/lib/puppet/util/rails/reference_serializer.rb ${GEM_LIBDIR}/lib/puppet/util/rdoc.rb ${GEM_LIBDIR}/lib/puppet/util/rdoc/code_objects.rb ${GEM_LIBDIR}/lib/puppet/util/rdoc/generators/puppet_generator.rb @@ -523,16 +531,16 @@ ${GEM_LIBDIR}/lib/puppet/util/tagging.rb ${GEM_LIBDIR}/lib/puppet/util/uri_helper.rb ${GEM_LIBDIR}/lib/puppet/util/user_attr.rb ${GEM_LIBDIR}/lib/puppet/util/warnings.rb -${GEM_LIBDIR}/man/man8/filebucket.8 -${GEM_LIBDIR}/man/man8/pi.8 -${GEM_LIBDIR}/man/man8/puppet.8 -${GEM_LIBDIR}/man/man8/puppet.conf.8 -${GEM_LIBDIR}/man/man8/puppetca.8 -${GEM_LIBDIR}/man/man8/puppetd.8 -${GEM_LIBDIR}/man/man8/puppetdoc.8 -${GEM_LIBDIR}/man/man8/puppetmasterd.8 -${GEM_LIBDIR}/man/man8/puppetrun.8 -${GEM_LIBDIR}/man/man8/ralsh.8 +${GEM_LIBDIR}/man/man8/filebucket.8.gz +${GEM_LIBDIR}/man/man8/pi.8.gz +${GEM_LIBDIR}/man/man8/puppet.8.gz +${GEM_LIBDIR}/man/man8/puppet.conf.8.gz +${GEM_LIBDIR}/man/man8/puppetca.8.gz +${GEM_LIBDIR}/man/man8/puppetd.8.gz +${GEM_LIBDIR}/man/man8/puppetdoc.8.gz +${GEM_LIBDIR}/man/man8/puppetmasterd.8.gz +${GEM_LIBDIR}/man/man8/puppetrun.8.gz +${GEM_LIBDIR}/man/man8/ralsh.8.gz ${GEM_LIBDIR}/spec/Rakefile ${GEM_LIBDIR}/spec/integration/checksum.rb ${GEM_LIBDIR}/spec/integration/defaults.rb @@ -565,6 +573,8 @@ ${GEM_LIBDIR}/spec/shared_behaviours/memory_terminus.rb ${GEM_LIBDIR}/spec/spec.opts ${GEM_LIBDIR}/spec/spec_helper.rb ${GEM_LIBDIR}/spec/unit/executables/client/certhandler.rb +${GEM_LIBDIR}/spec/unit/file_collection.rb +${GEM_LIBDIR}/spec/unit/file_collection/lookup.rb ${GEM_LIBDIR}/spec/unit/file_serving/configuration.rb ${GEM_LIBDIR}/spec/unit/file_serving/configuration/parser.rb ${GEM_LIBDIR}/spec/unit/file_serving/content.rb @@ -631,7 +641,6 @@ ${GEM_LIBDIR}/spec/unit/node/environment.rb ${GEM_LIBDIR}/spec/unit/node/facts.rb ${GEM_LIBDIR}/spec/unit/other/checksum.rb ${GEM_LIBDIR}/spec/unit/other/pgraph.rb -${GEM_LIBDIR}/spec/unit/other/transaction.rb ${GEM_LIBDIR}/spec/unit/other/transbucket.rb ${GEM_LIBDIR}/spec/unit/other/transobject.rb ${GEM_LIBDIR}/spec/unit/parameter.rb @@ -648,6 +657,7 @@ ${GEM_LIBDIR}/spec/unit/parser/ast/minus.rb ${GEM_LIBDIR}/spec/unit/parser/ast/node.rb ${GEM_LIBDIR}/spec/unit/parser/ast/nop.rb ${GEM_LIBDIR}/spec/unit/parser/ast/not.rb +${GEM_LIBDIR}/spec/unit/parser/ast/resource.rb ${GEM_LIBDIR}/spec/unit/parser/ast/resource_override.rb ${GEM_LIBDIR}/spec/unit/parser/ast/resource_reference.rb ${GEM_LIBDIR}/spec/unit/parser/ast/vardef.rb @@ -655,7 +665,11 @@ ${GEM_LIBDIR}/spec/unit/parser/collector.rb ${GEM_LIBDIR}/spec/unit/parser/compiler.rb ${GEM_LIBDIR}/spec/unit/parser/functions.rb ${GEM_LIBDIR}/spec/unit/parser/functions/inline_template.rb +${GEM_LIBDIR}/spec/unit/parser/functions/realize.rb +${GEM_LIBDIR}/spec/unit/parser/functions/regsubst.rb +${GEM_LIBDIR}/spec/unit/parser/functions/sprintf.rb ${GEM_LIBDIR}/spec/unit/parser/functions/template.rb +${GEM_LIBDIR}/spec/unit/parser/functions/versioncmp.rb ${GEM_LIBDIR}/spec/unit/parser/interpreter.rb ${GEM_LIBDIR}/spec/unit/parser/lexer.rb ${GEM_LIBDIR}/spec/unit/parser/parser.rb @@ -683,10 +697,12 @@ ${GEM_LIBDIR}/spec/unit/provider/macauthorization.rb ${GEM_LIBDIR}/spec/unit/provider/mcx/mcxcontent.rb ${GEM_LIBDIR}/spec/unit/provider/mount.rb ${GEM_LIBDIR}/spec/unit/provider/mount/parsed.rb +${GEM_LIBDIR}/spec/unit/provider/naginator.rb ${GEM_LIBDIR}/spec/unit/provider/package/apt.rb ${GEM_LIBDIR}/spec/unit/provider/package/dpkg.rb ${GEM_LIBDIR}/spec/unit/provider/package/gem.rb ${GEM_LIBDIR}/spec/unit/provider/package/hpux.rb +${GEM_LIBDIR}/spec/unit/provider/parsedfile.rb ${GEM_LIBDIR}/spec/unit/provider/selboolean.rb ${GEM_LIBDIR}/spec/unit/provider/selmodule-example.pp ${GEM_LIBDIR}/spec/unit/provider/selmodule.rb @@ -706,6 +722,7 @@ ${GEM_LIBDIR}/spec/unit/relationship.rb ${GEM_LIBDIR}/spec/unit/reports.rb ${GEM_LIBDIR}/spec/unit/resource_reference.rb ${GEM_LIBDIR}/spec/unit/simple_graph.rb +${GEM_LIBDIR}/spec/unit/transaction.rb ${GEM_LIBDIR}/spec/unit/transaction/change.rb ${GEM_LIBDIR}/spec/unit/transaction/event.rb ${GEM_LIBDIR}/spec/unit/transaction/report.rb @@ -714,6 +731,7 @@ ${GEM_LIBDIR}/spec/unit/type/augeas.rb ${GEM_LIBDIR}/spec/unit/type/computer.rb ${GEM_LIBDIR}/spec/unit/type/exec.rb ${GEM_LIBDIR}/spec/unit/type/file.rb +${GEM_LIBDIR}/spec/unit/type/file/content.rb ${GEM_LIBDIR}/spec/unit/type/file/ensure.rb ${GEM_LIBDIR}/spec/unit/type/file/group.rb ${GEM_LIBDIR}/spec/unit/type/file/owner.rb @@ -736,9 +754,11 @@ ${GEM_LIBDIR}/spec/unit/type/user.rb ${GEM_LIBDIR}/spec/unit/type/zfs.rb ${GEM_LIBDIR}/spec/unit/type/zone.rb ${GEM_LIBDIR}/spec/unit/type/zpool.rb +${GEM_LIBDIR}/spec/unit/util/autoload.rb ${GEM_LIBDIR}/spec/unit/util/checksums.rb ${GEM_LIBDIR}/spec/unit/util/constant_inflector.rb ${GEM_LIBDIR}/spec/unit/util/file_locking.rb +${GEM_LIBDIR}/spec/unit/util/filetype.rb ${GEM_LIBDIR}/spec/unit/util/ldap/connection.rb ${GEM_LIBDIR}/spec/unit/util/ldap/generator.rb ${GEM_LIBDIR}/spec/unit/util/ldap/manager.rb @@ -746,6 +766,7 @@ ${GEM_LIBDIR}/spec/unit/util/loadedfile.rb ${GEM_LIBDIR}/spec/unit/util/log.rb ${GEM_LIBDIR}/spec/unit/util/metric.rb ${GEM_LIBDIR}/spec/unit/util/nagios_maker.rb +${GEM_LIBDIR}/spec/unit/util/package.rb ${GEM_LIBDIR}/spec/unit/util/posix.rb ${GEM_LIBDIR}/spec/unit/util/resource_template.rb ${GEM_LIBDIR}/spec/unit/util/selinux.rb @@ -972,7 +993,6 @@ ${GEM_LIBDIR}/test/util/classgen.rb ${GEM_LIBDIR}/test/util/execution.rb ${GEM_LIBDIR}/test/util/features.rb ${GEM_LIBDIR}/test/util/fileparsing.rb -${GEM_LIBDIR}/test/util/filetype.rb ${GEM_LIBDIR}/test/util/inifile.rb ${GEM_LIBDIR}/test/util/instance_loader.rb ${GEM_LIBDIR}/test/util/log.rb @@ -984,6 +1004,7 @@ ${GEM_LIBDIR}/test/util/storage.rb ${GEM_LIBDIR}/test/util/subclass_loader.rb ${GEM_LIBDIR}/test/util/utiltest.rb ${GEM_HOME}/specifications/puppet-${PKGVERSION}.gemspec +pgsql/data/global/pgstat.stat share/examples/puppet/puppet.conf share/examples/rc.d/puppetd share/examples/rc.d/puppetmasterd diff --git a/sysutils/puppet/distinfo b/sysutils/puppet/distinfo index 1068ef1918c..2b63f44fd9b 100644 --- a/sysutils/puppet/distinfo +++ b/sysutils/puppet/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.4 2009/02/08 23:01:56 tonnerre Exp $ +$NetBSD: distinfo,v 1.5 2009/11/11 12:21:52 tonnerre Exp $ -SHA1 (puppet-0.24.7.gem) = 9c81420148baa5aec7fd71a6e5ebfad711f08ae8 -RMD160 (puppet-0.24.7.gem) = 742571dd975f72d3539e6047a862851a7c84d844 -Size (puppet-0.24.7.gem) = 1086464 bytes +SHA1 (puppet-0.24.8.gem) = c7a01a2f5a339769c1c4d3aa375ce3cd917e4fca +RMD160 (puppet-0.24.8.gem) = 98175142fb973a58fd174ec747a56aa248383a1b +Size (puppet-0.24.8.gem) = 1100800 bytes SHA1 (patch-aa) = 3ecd66f1b16c906672d505b01c9f916334613e39 SHA1 (patch-ab) = b08aa80de75d0c7d2321dee34accebe05ad70684 SHA1 (patch-ac) = 150ef40f2097fecf8bd9b0096d84432246ba3701 |