]> git.proxmox.com Git - corosync-pve.git/commitdiff
update to v2.3.5, bump package version to 2.3.5-1
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 21 Sep 2015 10:03:14 +0000 (12:03 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 21 Sep 2015 10:05:14 +0000 (12:05 +0200)
Makefile
debian/changelog

index d621237c768c3b10f734036db320ebb62fa691ed..e288a2eef9b2b41d5e7ec07a7f13ef4de89fdead 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,8 @@ RELEASE=4.0
 
 # source from http://www.corosync.org
 
-CSVERSION=2.3.4
-CSRELEASE=2
+CSVERSION=2.3.5
+CSRELEASE=1
 CSDIR=corosync-${CSVERSION}
 CSSRC=corosync-${CSVERSION}.tar.gz
 
@@ -32,6 +32,7 @@ download:
        rm -f ${CSSRC} ${CSSRC}.tmp ${CSDIR}
        # wget http://build.clusterlabs.org/corosync/releases/${CSSRC}
        git clone https://github.com/corosync/corosync.git ${CSDIR}
+       cd ${CSDIR}; git checkout v${CSVERSION}
        cd ${CSDIR}; ./autogen.sh
        tar czf ${CSSRC}.tmp ${CSDIR}
        mv ${CSSRC}.tmp ${CSSRC}
index 3a2d68528bf701a8535adc095c1cb17d100cb546..0d552b29d4382388c9150b262e32af881074b7a9 100644 (file)
@@ -1,3 +1,9 @@
+corosync-pve (2.3.5-1) unstable; urgency=medium
+
+  * update to v2.3.5
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 21 Sep 2015 12:02:49 +0200
+
 corosync-pve (2.3.4-2) unstable; urgency=medium
 
   * update to latest upstream (commit 82526d2fe9137e8b604f1bbae6d6e39ba41377f9)