]> git.proxmox.com Git - corosync-pve.git/commitdiff
bump version to 2.3.4-2
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 30 Mar 2015 17:11:49 +0000 (19:11 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 30 Mar 2015 17:11:49 +0000 (19:11 +0200)
Makefile
debian/changelog

index 894a0401cafc63260f1ba2526bf37dd39cb6e14f..d621237c768c3b10f734036db320ebb62fa691ed 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ RELEASE=4.0
 # source from http://www.corosync.org
 
 CSVERSION=2.3.4
-CSRELEASE=1
+CSRELEASE=2
 CSDIR=corosync-${CSVERSION}
 CSSRC=corosync-${CSVERSION}.tar.gz
 
@@ -29,8 +29,12 @@ ${DEBS}: ${CSSRC}
 
 .PHONY: download
 download:
-       rm -f ${CSSRC}
-       wget http://build.clusterlabs.org/corosync/releases/${CSSRC}
+       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}; ./autogen.sh
+       tar czf ${CSSRC}.tmp ${CSDIR}
+       mv ${CSSRC}.tmp ${CSSRC}
 
 .PHONY: upload
 upload: ${DEBS}
index 0eedb1813a257b9230b900448fe4aa9ed3d11e09..3a2d68528bf701a8535adc095c1cb17d100cb546 100644 (file)
@@ -1,3 +1,9 @@
+corosync-pve (2.3.4-2) unstable; urgency=medium
+
+  * update to latest upstream (commit 82526d2fe9137e8b604f1bbae6d6e39ba41377f9)
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 30 Mar 2015 19:10:35 +0200
+
 corosync-pve (2.3.4-1) unstable; urgency=medium
 
   * update to 2.3.4