From owner-svn-ports-head@freebsd.org Mon Feb 3 14:21:12 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 151DC24DCA6; Mon, 3 Feb 2020 14:21:12 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48B93r0Gkkz4cL3; Mon, 3 Feb 2020 14:21:12 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 046FA1D42; Mon, 3 Feb 2020 14:21:12 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 013ELCWS076580; Mon, 3 Feb 2020 14:21:12 GMT (envelope-from egypcio@FreeBSD.org) Received: (from egypcio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 013ELAuL076574; Mon, 3 Feb 2020 14:21:10 GMT (envelope-from egypcio@FreeBSD.org) Message-Id: <202002031421.013ELAuL076574@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: egypcio set sender to egypcio@FreeBSD.org using -f From: =?UTF-8?Q?Vin=c3=adcius_Zavam?= Date: Mon, 3 Feb 2020 14:21:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r525040 - in head/net/pacemaker1: . files X-SVN-Group: ports-head X-SVN-Commit-Author: egypcio X-SVN-Commit-Paths: in head/net/pacemaker1: . files X-SVN-Commit-Revision: 525040 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Feb 2020 14:21:12 -0000 Author: egypcio Date: Mon Feb 3 14:21:10 2020 New Revision: 525040 URL: https://svnweb.freebsd.org/changeset/ports/525040 Log: net/pacemaker1: update 1.1.19 to 1.1.22 * fixes CVE-2018-16878, CVE-2018-16877, CVE-2019-3885; * implement https://bugs.clusterlabs.org/show_bug.cgi?id=5397#c3 PR: 241456 Reviewed by: flo Approved by: portmgr (maintainer timeout) Modified: head/net/pacemaker1/Makefile head/net/pacemaker1/distinfo head/net/pacemaker1/files/pacemaker.in head/net/pacemaker1/files/patch-lrmd_Makefile.am head/net/pacemaker1/files/patch-mcp_Makefile.am head/net/pacemaker1/pkg-plist Modified: head/net/pacemaker1/Makefile ============================================================================== --- head/net/pacemaker1/Makefile Mon Feb 3 14:19:41 2020 (r525039) +++ head/net/pacemaker1/Makefile Mon Feb 3 14:21:10 2020 (r525040) @@ -2,8 +2,7 @@ # Created by: David Shane Holden # $FreeBSD$ -PORTVERSION= 1.1.19 -PORTREVISION= 1 +PORTVERSION= 1.1.22 PKGNAMESUFFIX= 1 .include "${.CURDIR}/Makefile.common" Modified: head/net/pacemaker1/distinfo ============================================================================== --- head/net/pacemaker1/distinfo Mon Feb 3 14:19:41 2020 (r525039) +++ head/net/pacemaker1/distinfo Mon Feb 3 14:21:10 2020 (r525040) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540976193 -SHA256 (ClusterLabs-pacemaker-Pacemaker-1.1.19_GH0.tar.gz) = ca27ee21d2324cd7da5ff5772596f3bd8ca1bd1ed990dac51066b375d7345b88 -SIZE (ClusterLabs-pacemaker-Pacemaker-1.1.19_GH0.tar.gz) = 5369381 +TIMESTAMP = 1575897238 +SHA256 (ClusterLabs-pacemaker-Pacemaker-1.1.22_GH0.tar.gz) = d9764b9440c0b2ab86b0521b66970b79852342a0f60fb6be71df4e07d9a10464 +SIZE (ClusterLabs-pacemaker-Pacemaker-1.1.22_GH0.tar.gz) = 5718310 Modified: head/net/pacemaker1/files/pacemaker.in ============================================================================== --- head/net/pacemaker1/files/pacemaker.in Mon Feb 3 14:19:41 2020 (r525039) +++ head/net/pacemaker1/files/pacemaker.in Mon Feb 3 14:21:10 2020 (r525040) @@ -29,7 +29,10 @@ pacemaker_precmd() export PATH="${PATH}:/usr/local/sbin:/usr/local/bin" export PCMK_ipc_buffer=${pacemaker_ipc_buffer} - export PCMK_ipc_type=socket + + # https://bugs.clusterlabs.org/show_bug.cgi?id=5397 + # + #export PCMK_ipc_type=socket } run_rc_command "$1" Modified: head/net/pacemaker1/files/patch-lrmd_Makefile.am ============================================================================== --- head/net/pacemaker1/files/patch-lrmd_Makefile.am Mon Feb 3 14:19:41 2020 (r525039) +++ head/net/pacemaker1/files/patch-lrmd_Makefile.am Mon Feb 3 14:21:10 2020 (r525040) @@ -1,11 +1,11 @@ ---- lrmd/Makefile.am.orig 2016-12-05 00:29:14 UTC +--- lrmd/Makefile.am.orig 2019-12-09 13:20:05 UTC +++ lrmd/Makefile.am @@ -25,8 +25,6 @@ lrmdlib_PROGRAMS += lrmd_test testdir = $(datadir)/$(PACKAGE)/tests/lrmd test_SCRIPTS = regression.py -initdir = $(INITDIR) --init_SCRIPTS = pacemaker_remote +-dist_init_SCRIPTS = pacemaker_remote sbin_PROGRAMS = pacemaker_remoted if BUILD_SYSTEMD Modified: head/net/pacemaker1/files/patch-mcp_Makefile.am ============================================================================== --- head/net/pacemaker1/files/patch-mcp_Makefile.am Mon Feb 3 14:19:41 2020 (r525039) +++ head/net/pacemaker1/files/patch-mcp_Makefile.am Mon Feb 3 14:21:10 2020 (r525040) @@ -1,11 +1,11 @@ ---- mcp/Makefile.am.orig 2016-04-18 16:07:35 UTC +--- mcp/Makefile.am.orig 2019-12-09 13:23:25 UTC +++ mcp/Makefile.am @@ -19,8 +19,6 @@ include $(top_srcdir)/Makefile.common if BUILD_CS_SUPPORT -initdir = $(INITDIR) --init_SCRIPTS = pacemaker +-dist_init_SCRIPTS = pacemaker sbin_PROGRAMS = pacemakerd if BUILD_SYSTEMD Modified: head/net/pacemaker1/pkg-plist ============================================================================== --- head/net/pacemaker1/pkg-plist Mon Feb 3 14:19:41 2020 (r525039) +++ head/net/pacemaker1/pkg-plist Mon Feb 3 14:21:10 2020 (r525040) @@ -7,6 +7,7 @@ include/pacemaker/crm/common/ipc.h include/pacemaker/crm/common/iso8601.h include/pacemaker/crm/common/logging.h include/pacemaker/crm/common/mainloop.h +include/pacemaker/crm/common/nvpair.h include/pacemaker/crm/common/util.h include/pacemaker/crm/common/xml.h include/pacemaker/crm/compatibility.h @@ -26,39 +27,39 @@ include/pacemaker/crm_config.h lib/libcib.a lib/libcib.so lib/libcib.so.4 -lib/libcib.so.4.1.5 +lib/libcib.so.4.1.6 lib/libcrmcluster.a lib/libcrmcluster.so lib/libcrmcluster.so.4 -lib/libcrmcluster.so.4.3.2 +lib/libcrmcluster.so.4.3.4 lib/libcrmcommon.a lib/libcrmcommon.so lib/libcrmcommon.so.3 -lib/libcrmcommon.so.3.9.0 +lib/libcrmcommon.so.3.12.0 lib/libcrmservice.a lib/libcrmservice.so lib/libcrmservice.so.3 -lib/libcrmservice.so.3.3.1 +lib/libcrmservice.so.3.5.0 lib/liblrmd.a lib/liblrmd.so lib/liblrmd.so.1 -lib/liblrmd.so.1.5.1 +lib/liblrmd.so.1.5.3 lib/libpe_rules.a lib/libpe_rules.so lib/libpe_rules.so.2 -lib/libpe_rules.so.2.3.1 +lib/libpe_rules.so.2.3.3 lib/libpe_status.a lib/libpe_status.so -lib/libpe_status.so.10 -lib/libpe_status.so.10.5.0 +lib/libpe_status.so.16 +lib/libpe_status.so.16.0.1 lib/libpengine.a lib/libpengine.so -lib/libpengine.so.10 -lib/libpengine.so.10.5.0 +lib/libpengine.so.16 +lib/libpengine.so.16.0.2 lib/libstonithd.a lib/libstonithd.so lib/libstonithd.so.2 -lib/libstonithd.so.2.3.0 +lib/libstonithd.so.2.5.0 lib/libtransitioner.a lib/libtransitioner.so lib/libtransitioner.so.2 @@ -79,50 +80,50 @@ lib/ocf/resource.d/pacemaker/ping lib/ocf/resource.d/pacemaker/pingd lib/ocf/resource.d/pacemaker/remote %%PYTHON_SITELIBDIR%%/cts/CIB.py -%%PYTHON_SITELIBDIR%%/cts/CIB.pyc -%%PYTHON_SITELIBDIR%%/cts/CIB.pyo %%PYTHON_SITELIBDIR%%/cts/CM_ais.py -%%PYTHON_SITELIBDIR%%/cts/CM_ais.pyc -%%PYTHON_SITELIBDIR%%/cts/CM_ais.pyo %%PYTHON_SITELIBDIR%%/cts/CM_lha.py -%%PYTHON_SITELIBDIR%%/cts/CM_lha.pyc -%%PYTHON_SITELIBDIR%%/cts/CM_lha.pyo %%PYTHON_SITELIBDIR%%/cts/CTS.py -%%PYTHON_SITELIBDIR%%/cts/CTS.pyc -%%PYTHON_SITELIBDIR%%/cts/CTS.pyo %%PYTHON_SITELIBDIR%%/cts/CTSaudits.py -%%PYTHON_SITELIBDIR%%/cts/CTSaudits.pyc -%%PYTHON_SITELIBDIR%%/cts/CTSaudits.pyo %%PYTHON_SITELIBDIR%%/cts/CTSscenarios.py -%%PYTHON_SITELIBDIR%%/cts/CTSscenarios.pyc -%%PYTHON_SITELIBDIR%%/cts/CTSscenarios.pyo %%PYTHON_SITELIBDIR%%/cts/CTStests.py -%%PYTHON_SITELIBDIR%%/cts/CTStests.pyc -%%PYTHON_SITELIBDIR%%/cts/CTStests.pyo %%PYTHON_SITELIBDIR%%/cts/CTSvars.py -%%PYTHON_SITELIBDIR%%/cts/CTSvars.pyc -%%PYTHON_SITELIBDIR%%/cts/CTSvars.pyo %%PYTHON_SITELIBDIR%%/cts/__init__.py -%%PYTHON_SITELIBDIR%%/cts/__init__.pyc -%%PYTHON_SITELIBDIR%%/cts/__init__.pyo +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CIB.cpython-36.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CIB.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CM_ais.cpython-36.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CM_ais.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CM_lha.cpython-36.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CM_lha.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTS.cpython-36.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTS.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTSaudits.cpython-36.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTSaudits.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTSscenarios.cpython-36.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTSscenarios.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTStests.cpython-36.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTStests.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTSvars.cpython-36.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/CTSvars.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/__init__.cpython-36.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/__init__.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/cib_xml.cpython-36.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/cib_xml.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/environment.cpython-36.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/environment.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/logging.cpython-36.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/logging.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/patterns.cpython-36.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/patterns.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/remote.cpython-36.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/remote.cpython-36.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/watcher.cpython-36.opt-1.pyc +%%PYTHON_SITELIBDIR%%/cts/__pycache__/watcher.cpython-36.pyc %%PYTHON_SITELIBDIR%%/cts/cib_xml.py -%%PYTHON_SITELIBDIR%%/cts/cib_xml.pyc -%%PYTHON_SITELIBDIR%%/cts/cib_xml.pyo %%PYTHON_SITELIBDIR%%/cts/environment.py -%%PYTHON_SITELIBDIR%%/cts/environment.pyc -%%PYTHON_SITELIBDIR%%/cts/environment.pyo %%PYTHON_SITELIBDIR%%/cts/logging.py -%%PYTHON_SITELIBDIR%%/cts/logging.pyc -%%PYTHON_SITELIBDIR%%/cts/logging.pyo %%PYTHON_SITELIBDIR%%/cts/patterns.py -%%PYTHON_SITELIBDIR%%/cts/patterns.pyc -%%PYTHON_SITELIBDIR%%/cts/patterns.pyo %%PYTHON_SITELIBDIR%%/cts/remote.py -%%PYTHON_SITELIBDIR%%/cts/remote.pyc -%%PYTHON_SITELIBDIR%%/cts/remote.pyo %%PYTHON_SITELIBDIR%%/cts/watcher.py -%%PYTHON_SITELIBDIR%%/cts/watcher.pyc -%%PYTHON_SITELIBDIR%%/cts/watcher.pyo libdata/pkgconfig/pacemaker-cib.pc libdata/pkgconfig/pacemaker-cluster.pc libdata/pkgconfig/pacemaker-fencing.pc @@ -275,6 +276,8 @@ sbin/stonith_admin %%DATADIR%%/status-1.0.rng %%DATADIR%%/tags-1.3.rng %%DATADIR%%/tests/BasicSanity.sh +%%DATADIR%%/tests/cli/crm_diff_new.xml +%%DATADIR%%/tests/cli/crm_diff_old.xml %%DATADIR%%/tests/cli/regression.acls.exp %%DATADIR%%/tests/cli/regression.dates.exp %%DATADIR%%/tests/cli/regression.sh @@ -292,6 +295,8 @@ sbin/stonith_admin %%DATADIR%%/tests/cts/cts.supp %%DATADIR%%/tests/cts/fence_dummy %%DATADIR%%/tests/cts/lxc_autogen.sh +%%DATADIR%%/tests/cts/pacemaker-cts-dummyd +%%DATADIR%%/tests/cts/pacemaker-cts-dummyd.service %%DATADIR%%/tests/fencing/regression.py %%DATADIR%%/tests/lrmd/regression.py %%DATADIR%%/tests/pengine/regression.core.sh @@ -426,6 +431,11 @@ sbin/stonith_admin %%DATADIR%%/tests/pengine/test10/a-promote-then-b-migrate.scores %%DATADIR%%/tests/pengine/test10/a-promote-then-b-migrate.summary %%DATADIR%%/tests/pengine/test10/a-promote-then-b-migrate.xml +%%DATADIR%%/tests/pengine/test10/anon-instance-pending.dot +%%DATADIR%%/tests/pengine/test10/anon-instance-pending.exp +%%DATADIR%%/tests/pengine/test10/anon-instance-pending.scores +%%DATADIR%%/tests/pengine/test10/anon-instance-pending.summary +%%DATADIR%%/tests/pengine/test10/anon-instance-pending.xml %%DATADIR%%/tests/pengine/test10/anti-colocation-master.dot %%DATADIR%%/tests/pengine/test10/anti-colocation-master.exp %%DATADIR%%/tests/pengine/test10/anti-colocation-master.scores @@ -451,6 +461,11 @@ sbin/stonith_admin %%DATADIR%%/tests/pengine/test10/asymmetrical-order-move.scores %%DATADIR%%/tests/pengine/test10/asymmetrical-order-move.summary %%DATADIR%%/tests/pengine/test10/asymmetrical-order-move.xml +%%DATADIR%%/tests/pengine/test10/asymmetrical-order-restart.dot +%%DATADIR%%/tests/pengine/test10/asymmetrical-order-restart.exp +%%DATADIR%%/tests/pengine/test10/asymmetrical-order-restart.scores +%%DATADIR%%/tests/pengine/test10/asymmetrical-order-restart.summary +%%DATADIR%%/tests/pengine/test10/asymmetrical-order-restart.xml %%DATADIR%%/tests/pengine/test10/attrs1.dot %%DATADIR%%/tests/pengine/test10/attrs1.exp %%DATADIR%%/tests/pengine/test10/attrs1.scores @@ -921,16 +936,16 @@ sbin/stonith_admin %%DATADIR%%/tests/pengine/test10/bundle-order-stop-clone.scores %%DATADIR%%/tests/pengine/test10/bundle-order-stop-clone.summary %%DATADIR%%/tests/pengine/test10/bundle-order-stop-clone.xml -%%DATADIR%%/tests/pengine/test10/bundle-order-stop.dot -%%DATADIR%%/tests/pengine/test10/bundle-order-stop.exp -%%DATADIR%%/tests/pengine/test10/bundle-order-stop.scores -%%DATADIR%%/tests/pengine/test10/bundle-order-stop.summary -%%DATADIR%%/tests/pengine/test10/bundle-order-stop.xml %%DATADIR%%/tests/pengine/test10/bundle-order-stop-on-remote.dot %%DATADIR%%/tests/pengine/test10/bundle-order-stop-on-remote.exp %%DATADIR%%/tests/pengine/test10/bundle-order-stop-on-remote.scores %%DATADIR%%/tests/pengine/test10/bundle-order-stop-on-remote.summary %%DATADIR%%/tests/pengine/test10/bundle-order-stop-on-remote.xml +%%DATADIR%%/tests/pengine/test10/bundle-order-stop.dot +%%DATADIR%%/tests/pengine/test10/bundle-order-stop.exp +%%DATADIR%%/tests/pengine/test10/bundle-order-stop.scores +%%DATADIR%%/tests/pengine/test10/bundle-order-stop.summary +%%DATADIR%%/tests/pengine/test10/bundle-order-stop.xml %%DATADIR%%/tests/pengine/test10/bundle-probe-order-1.dot %%DATADIR%%/tests/pengine/test10/bundle-probe-order-1.exp %%DATADIR%%/tests/pengine/test10/bundle-probe-order-1.scores @@ -1331,6 +1346,11 @@ sbin/stonith_admin %%DATADIR%%/tests/pengine/test10/date-3.scores %%DATADIR%%/tests/pengine/test10/date-3.summary %%DATADIR%%/tests/pengine/test10/date-3.xml +%%DATADIR%%/tests/pengine/test10/dc-fence-ordering.dot +%%DATADIR%%/tests/pengine/test10/dc-fence-ordering.exp +%%DATADIR%%/tests/pengine/test10/dc-fence-ordering.scores +%%DATADIR%%/tests/pengine/test10/dc-fence-ordering.summary +%%DATADIR%%/tests/pengine/test10/dc-fence-ordering.xml %%DATADIR%%/tests/pengine/test10/enforce-colo1.dot %%DATADIR%%/tests/pengine/test10/enforce-colo1.exp %%DATADIR%%/tests/pengine/test10/enforce-colo1.scores @@ -1351,6 +1371,11 @@ sbin/stonith_admin %%DATADIR%%/tests/pengine/test10/failcount.scores %%DATADIR%%/tests/pengine/test10/failcount.summary %%DATADIR%%/tests/pengine/test10/failcount.xml +%%DATADIR%%/tests/pengine/test10/force-anon-clone-max.dot +%%DATADIR%%/tests/pengine/test10/force-anon-clone-max.exp +%%DATADIR%%/tests/pengine/test10/force-anon-clone-max.scores +%%DATADIR%%/tests/pengine/test10/force-anon-clone-max.summary +%%DATADIR%%/tests/pengine/test10/force-anon-clone-max.xml %%DATADIR%%/tests/pengine/test10/group-dependents.dot %%DATADIR%%/tests/pengine/test10/group-dependents.exp %%DATADIR%%/tests/pengine/test10/group-dependents.scores @@ -1361,6 +1386,11 @@ sbin/stonith_admin %%DATADIR%%/tests/pengine/test10/group-fail.scores %%DATADIR%%/tests/pengine/test10/group-fail.summary %%DATADIR%%/tests/pengine/test10/group-fail.xml +%%DATADIR%%/tests/pengine/test10/group-stop-ordering.dot +%%DATADIR%%/tests/pengine/test10/group-stop-ordering.exp +%%DATADIR%%/tests/pengine/test10/group-stop-ordering.scores +%%DATADIR%%/tests/pengine/test10/group-stop-ordering.summary +%%DATADIR%%/tests/pengine/test10/group-stop-ordering.xml %%DATADIR%%/tests/pengine/test10/group-unmanaged-stopped.dot %%DATADIR%%/tests/pengine/test10/group-unmanaged-stopped.exp %%DATADIR%%/tests/pengine/test10/group-unmanaged-stopped.scores @@ -1441,6 +1471,16 @@ sbin/stonith_admin %%DATADIR%%/tests/pengine/test10/group9.scores %%DATADIR%%/tests/pengine/test10/group9.summary %%DATADIR%%/tests/pengine/test10/group9.xml +%%DATADIR%%/tests/pengine/test10/guest-host-not-fenceable.dot +%%DATADIR%%/tests/pengine/test10/guest-host-not-fenceable.exp +%%DATADIR%%/tests/pengine/test10/guest-host-not-fenceable.scores +%%DATADIR%%/tests/pengine/test10/guest-host-not-fenceable.summary +%%DATADIR%%/tests/pengine/test10/guest-host-not-fenceable.xml +%%DATADIR%%/tests/pengine/test10/guest-node-cleanup.dot +%%DATADIR%%/tests/pengine/test10/guest-node-cleanup.exp +%%DATADIR%%/tests/pengine/test10/guest-node-cleanup.scores +%%DATADIR%%/tests/pengine/test10/guest-node-cleanup.summary +%%DATADIR%%/tests/pengine/test10/guest-node-cleanup.xml %%DATADIR%%/tests/pengine/test10/guest-node-host-dies.dot %%DATADIR%%/tests/pengine/test10/guest-node-host-dies.exp %%DATADIR%%/tests/pengine/test10/guest-node-host-dies.scores @@ -1976,6 +2016,11 @@ sbin/stonith_admin %%DATADIR%%/tests/pengine/test10/migration-behind-migrating-remote.scores %%DATADIR%%/tests/pengine/test10/migration-behind-migrating-remote.summary %%DATADIR%%/tests/pengine/test10/migration-behind-migrating-remote.xml +%%DATADIR%%/tests/pengine/test10/migration-ping-pong.dot +%%DATADIR%%/tests/pengine/test10/migration-ping-pong.exp +%%DATADIR%%/tests/pengine/test10/migration-ping-pong.scores +%%DATADIR%%/tests/pengine/test10/migration-ping-pong.summary +%%DATADIR%%/tests/pengine/test10/migration-ping-pong.xml %%DATADIR%%/tests/pengine/test10/minimal.dot %%DATADIR%%/tests/pengine/test10/minimal.exp %%DATADIR%%/tests/pengine/test10/minimal.scores @@ -2031,6 +2076,11 @@ sbin/stonith_admin %%DATADIR%%/tests/pengine/test10/multiple-monitor-one-failed.scores %%DATADIR%%/tests/pengine/test10/multiple-monitor-one-failed.summary %%DATADIR%%/tests/pengine/test10/multiple-monitor-one-failed.xml +%%DATADIR%%/tests/pengine/test10/nested-remote-recovery.dot +%%DATADIR%%/tests/pengine/test10/nested-remote-recovery.exp +%%DATADIR%%/tests/pengine/test10/nested-remote-recovery.scores +%%DATADIR%%/tests/pengine/test10/nested-remote-recovery.summary +%%DATADIR%%/tests/pengine/test10/nested-remote-recovery.xml %%DATADIR%%/tests/pengine/test10/node-maintenance-1.dot %%DATADIR%%/tests/pengine/test10/node-maintenance-1.exp %%DATADIR%%/tests/pengine/test10/node-maintenance-1.scores @@ -2076,6 +2126,11 @@ sbin/stonith_admin %%DATADIR%%/tests/pengine/test10/notify-3.scores %%DATADIR%%/tests/pengine/test10/notify-3.summary %%DATADIR%%/tests/pengine/test10/notify-3.xml +%%DATADIR%%/tests/pengine/test10/notify-behind-stopping-remote.dot +%%DATADIR%%/tests/pengine/test10/notify-behind-stopping-remote.exp +%%DATADIR%%/tests/pengine/test10/notify-behind-stopping-remote.scores +%%DATADIR%%/tests/pengine/test10/notify-behind-stopping-remote.summary +%%DATADIR%%/tests/pengine/test10/notify-behind-stopping-remote.xml %%DATADIR%%/tests/pengine/test10/novell-239079.dot %%DATADIR%%/tests/pengine/test10/novell-239079.exp %%DATADIR%%/tests/pengine/test10/novell-239079.scores @@ -2176,6 +2231,11 @@ sbin/stonith_admin %%DATADIR%%/tests/pengine/test10/order-clone.scores %%DATADIR%%/tests/pengine/test10/order-clone.summary %%DATADIR%%/tests/pengine/test10/order-clone.xml +%%DATADIR%%/tests/pengine/test10/order-first-probes.dot +%%DATADIR%%/tests/pengine/test10/order-first-probes.exp +%%DATADIR%%/tests/pengine/test10/order-first-probes.scores +%%DATADIR%%/tests/pengine/test10/order-first-probes.summary +%%DATADIR%%/tests/pengine/test10/order-first-probes.xml %%DATADIR%%/tests/pengine/test10/order-mandatory.dot %%DATADIR%%/tests/pengine/test10/order-mandatory.exp %%DATADIR%%/tests/pengine/test10/order-mandatory.scores @@ -2692,6 +2752,11 @@ sbin/stonith_admin %%DATADIR%%/tests/pengine/test10/restart-versioned.scores %%DATADIR%%/tests/pengine/test10/restart-versioned.summary %%DATADIR%%/tests/pengine/test10/restart-versioned.xml +%%DATADIR%%/tests/pengine/test10/route-remote-notify.dot +%%DATADIR%%/tests/pengine/test10/route-remote-notify.exp +%%DATADIR%%/tests/pengine/test10/route-remote-notify.scores +%%DATADIR%%/tests/pengine/test10/route-remote-notify.summary +%%DATADIR%%/tests/pengine/test10/route-remote-notify.xml %%DATADIR%%/tests/pengine/test10/rsc-discovery-per-node.dot %%DATADIR%%/tests/pengine/test10/rsc-discovery-per-node.exp %%DATADIR%%/tests/pengine/test10/rsc-discovery-per-node.scores @@ -3951,7 +4016,7 @@ sbin/stonith_admin %%DATADIR%%/upgrade-1.3.xsl %%DATADIR%%/upgrade06.xsl %%DATADIR%%/versions.rng -share/snmp/mibs/PCMK-MIB.txt +%%SNMP%%share/snmp/mibs/PCMK-MIB.txt @dir(,haclient,770) /var/lib/pacemaker/blackbox @dir(,haclient,770) /var/lib/pacemaker/cib @dir(,haclient,770) /var/lib/pacemaker/cores