From 26bd423afff866b16e445a0aea3ff3de28dd87820238d7372472948820729003 Mon Sep 17 00:00:00 2001 From: Yan Gao Date: Tue, 8 Apr 2014 13:46:29 +0000 Subject: [PATCH] - xml: INFINITY could overflow for 16-bit ints - explicitly cast it - xml: Correctly determine the lowest allowed schema version - xml: Construct the table of supported schemas - cib: All schema upgrade requests must go via the DC - cib: Determine the best value of validate-with if one is not supplied - acl: Ensure known users are not able to read the cib by default - xml: Add missing schema file - Upstream version cs: d9fbba56804a7a7bcceaa5d4b7e29e3f15fc0e59 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=124 --- _service | 2 +- pacemaker-1.1.11+git20140404.76579e8.tar.bz2 | 3 --- pacemaker-1.1.11+git20140408.d9fbba5.tar.bz2 | 3 +++ pacemaker.changes | 12 ++++++++++++ pacemaker.spec | 2 +- 5 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 pacemaker-1.1.11+git20140404.76579e8.tar.bz2 create mode 100644 pacemaker-1.1.11+git20140408.d9fbba5.tar.bz2 diff --git a/_service b/_service index f6ece4d..45ca833 100644 --- a/_service +++ b/_service @@ -11,7 +11,7 @@ 1.1.11 --> 1.1.11+git%cd.%h - 76579e813b5aaa1972d400055233519f58bbc0c6 + d9fbba56804a7a7bcceaa5d4b7e29e3f15fc0e59 diff --git a/pacemaker-1.1.11+git20140404.76579e8.tar.bz2 b/pacemaker-1.1.11+git20140404.76579e8.tar.bz2 deleted file mode 100644 index 4b5d52d..0000000 --- a/pacemaker-1.1.11+git20140404.76579e8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4d65215d2f953f8b55af918ebfb716d301fadc2351717a6aecc5e9e169768a9 -size 9433858 diff --git a/pacemaker-1.1.11+git20140408.d9fbba5.tar.bz2 b/pacemaker-1.1.11+git20140408.d9fbba5.tar.bz2 new file mode 100644 index 0000000..9e08756 --- /dev/null +++ b/pacemaker-1.1.11+git20140408.d9fbba5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a8b6f8aea3b0ba4e27778358871643c9b0af410b0ce40fcd09604eca77cb32b +size 9436232 diff --git a/pacemaker.changes b/pacemaker.changes index e3bb075..97012b1 100644 --- a/pacemaker.changes +++ b/pacemaker.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Apr 8 13:34:59 UTC 2014 - ygao@suse.com + +- xml: INFINITY could overflow for 16-bit ints - explicitly cast it +- xml: Correctly determine the lowest allowed schema version +- xml: Construct the table of supported schemas +- cib: All schema upgrade requests must go via the DC +- cib: Determine the best value of validate-with if one is not supplied +- acl: Ensure known users are not able to read the cib by default +- xml: Add missing schema file +- Upstream version cs: d9fbba56804a7a7bcceaa5d4b7e29e3f15fc0e59 + ------------------------------------------------------------------- Fri Apr 4 10:46:58 UTC 2014 - ygao@suse.com diff --git a/pacemaker.spec b/pacemaker.spec index 8e558ad..a728052 100644 --- a/pacemaker.spec +++ b/pacemaker.spec @@ -95,7 +95,7 @@ Name: pacemaker Summary: Scalable High-Availability cluster resource manager License: GPL-2.0+ and LGPL-2.1+ Group: Productivity/Clustering/HA -Version: 1.1.11+git20140404.76579e8 +Version: 1.1.11+git20140408.d9fbba5 Release: 0 #Release: %{pcmk_release}%{?dist} Url: http://www.clusterlabs.org