Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 75EB57A2AB for ; Mon, 11 Apr 2016 12:48:39 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E0EC685EEE; Mon, 11 Apr 2016 12:48:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6F41B85EE2 for ; Mon, 11 Apr 2016 12:48:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 9RHiH2sTqO4t for ; Mon, 11 Apr 2016 12:48:37 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E294085E95 for ; Mon, 11 Apr 2016 12:48:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D94E5FBBA; Mon, 11 Apr 2016 12:48:37 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 11 Apr 2016 12:48:37 +0000 From: "Filip Hajny" Subject: CVS commit: pkgsrc/sysutils/cfengine3 To: pkgsrc-changes@NetBSD.org Reply-To: fhajny@netbsd.org X-Mailer: log_accum Message-Id: <20160411124837.D94E5FBBA@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: fhajny Date: Mon Apr 11 12:48:37 UTC 2016 Modified Files: pkgsrc/sysutils/cfengine3: Makefile distinfo Log Message: Update cfengine3 to 3.7.3. Behaviour changes: - classesmatching(): order of classes changed - Suppress standard services noise on SUSE Fixes: - Reduce verbosity of yum package module - Reduce verbosity of apt_get package module - Upgrade dependencies to latest patch versions. Upgraded libraries: - curl 7.47.0 - libxml2 2.9.3 - LMDB 0.9.18 - MySQL 5.1.72 - OpenLDAP 2.4.44 - OpenSSL 1.0.2g - PCRE 8.38 - PostgreSQL 9.3.11 - Redis 2.8.24 - rsync 3.1.2 PHP was kept at 5.6.17 because of problems with the 5.6.19 version. - parse def.json vars, classes in C - Namespaced classes can now be specified on the command line. - getvalues() will now return a list also for data containers, and will descend recursively into the containers. - @if minimum_version now correctly ignores lines starting with '@' - Fix definition of classes from augments file - Don't follow symbolic links when copying extended attributes. - Fix ps options for FreeBSD to check processes only in current host and not in jails - Fix cf-serverd error messages with classic protocol clients - The isvariable() function call now correctly accepts all array variables when specified inline. Previously it would not accept certain special characters, even though they could be specified indirectly by using a variable to hold it. - Show errors regarding failure to copy extended attributes when doing a local file copy. Errors could happen when copying across two different mount points where the support for extended attributes is different between the mount points. - Fix bad option nlwp to vzps on Proxmox / OpenVZ. - Fix file descriptor leak when there are network errors. - Fix a regression which would sometimes cause "Permission denied" errors on files inside directories with very restricted permissions. - Check for empty server response in RemoteDirList after decryption - Allow def.json up to 5MB instead of 4K. - Add guard for binary upgrade during bootstrap - Fix HP-UX specific bug that caused a lot of log output to disappear. - Fix a bug which sometimes caused package promises to be skipped with "XX Another cf-agent seems to have done this since I started" messages in the log, most notably in long running cf-agent runs (longer than one minute). - Define (bootstrap|failsafe)_mode during update.cf when triggerd from failsafe.cf - Fix two cases where action_policy warn still produces errors - Fix classes being set because of hash collision in the implementation. - fix build failure on FreeBSD 7.1 - Installing packages containing version numbers using yum now works correctly. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/cfengine3/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/cfengine3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.