]> git.proxmox.com Git - corosync-pve.git/commitdiff
update corosync to 2.4.2
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 8 Feb 2017 13:20:58 +0000 (14:20 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 8 Feb 2017 14:15:17 +0000 (15:15 +0100)
minor update with buildfixes for newer systems (strech, at least with
arm), config parser bugs and some qdevice fixes, while we do not have
qdevice enabled.

oneline log between v2.4.0 and v2.4.2:

96f91f2 libvotequorum: Bump version
19e48a6 [build] Fix build on RHEL7.3 latest
52e6ae5 cfg: Prevents use of uninitialized buffer
b0c850f Qnetd LMS: Fix two partition use case
0da1b74 man: mention qdevice incompatibilites in votequorum.5
49a9f72 Man: Fix corosync-qdevice-net-certutil link
87c363b Spec: Qdevice require same version of corosync
f837f95 Config: Flag config uidgid entries
3e995cf cts: Make it run with pacemaker-1.13+
71c9035 Low: totemsrp: Addition of the log.
a275d88 qdevice: some more small man page fixes
b6c71aa qdevice: Fix 'tie_breaker' in man page

Tested for a week now in cluster setups with mixed versions (v2.4.0
and v2.4.2) and upgrade tests.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile
corosync-2.4.0.tar.gz [deleted file]
corosync-2.4.2.tar.gz [new file with mode: 0644]
debian/changelog

index 77b2532a5c5adab07b8783cb6d58a82e35184601..580845b3ca7ab986881352fa95ba385d2e6bc91a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,8 @@ RELEASE=4.2
 
 # source from http://www.corosync.org
 
-CSVERSION=2.4.0
-CSRELEASE=1
+CSVERSION=2.4.2
+CSRELEASE=2
 CSDIR=corosync-${CSVERSION}
 CSSRC=corosync-${CSVERSION}.tar.gz
 
@@ -35,7 +35,7 @@ download:
        rm -rf ${CSSRC} ${CSSRC}.tmp ${CSDIR}
        # wget http://build.clusterlabs.org/corosync/releases/${CSSRC}
        git clone https://github.com/corosync/corosync.git  -b needle ${CSDIR}
-       #cd ${CSDIR}; git checkout v${CSVERSION}
+       cd ${CSDIR}; git checkout v${CSVERSION}
        cd ${CSDIR}; ./autogen.sh
        tar czf ${CSSRC}.tmp ${CSDIR}
        mv ${CSSRC}.tmp ${CSSRC}
diff --git a/corosync-2.4.0.tar.gz b/corosync-2.4.0.tar.gz
deleted file mode 100644 (file)
index 62476a0..0000000
Binary files a/corosync-2.4.0.tar.gz and /dev/null differ
diff --git a/corosync-2.4.2.tar.gz b/corosync-2.4.2.tar.gz
new file mode 100644 (file)
index 0000000..f1a3c91
Binary files /dev/null and b/corosync-2.4.2.tar.gz differ
index 8f8e7e4a2f534d0b6ab47d11ed55fc7428b3df8b..9865e5d6eea7e2efbf8ea773db6ba7b836e13f8e 100644 (file)
@@ -1,3 +1,9 @@
+corosync-pve (2.4.2-1) unstable; urgency=medium
+
+  * update to corosync 2.4.2
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 08 Feb 2017 14:08:49 +0100
+
 corosync-pve (2.4.0-1) unstable; urgency=medium
 
   * update to v2.4.0