[pve-devel] [PATCH corosync-pve 01/10] update sources to 2.4.4-3

Fabian Grünbichler f.gruenbichler at proxmox.com
Wed Nov 7 14:26:28 CET 2018


Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
 Makefile                                      |   9 ++++-----
 ...2.4.2.tar.gz => corosync_2.4.4.orig.tar.gz | Bin 15714054 -> 17832486 bytes
 2 files changed, 4 insertions(+), 5 deletions(-)
 rename corosync-2.4.2.tar.gz => corosync_2.4.4.orig.tar.gz (62%)

diff --git a/Makefile b/Makefile
index e0ba1a1..d281712 100644
--- a/Makefile
+++ b/Makefile
@@ -2,11 +2,11 @@ RELEASE=5.0
 
 # source from http://www.corosync.org
 
-CSVERSION=2.4.2
+CSVERSION=2.4.4
 CSRELEASE=pve5
 DEBRELEASE=3
 CSDIR=corosync-${CSVERSION}
-CSSRC=corosync-${CSVERSION}.tar.gz
+CSSRC=corosync_${CSVERSION}.orig.tar.gz
 
 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
 GITVERSION:=$(shell cat .git/refs/heads/master)
@@ -54,8 +54,7 @@ ${DEBS}: ${CSSRC}
 .PHONY: download
 download:
 	rm -rf ${CSSRC} ${CSSRC}.tmp ${CSDIR}
-	git clone https://anonscm.debian.org/git/debian-ha/corosync.git -b debian/${CSVERSION}-${DEBRELEASE} ${CSDIR}
-	# wget http://build.clusterlabs.org/corosync/releases/${CSSRC}
+	git clone https://salsa.debian.org/ha-team/corosync.git -b debian/${CSVERSION}-${DEBRELEASE} ${CSDIR}
 	tar czf ${CSSRC}.tmp ${CSDIR}
 	mv ${CSSRC}.tmp ${CSSRC}
 
@@ -67,7 +66,7 @@ distclean: clean
 
 .PHONY: clean
 clean:
-	rm -rf *.deb *.changes *.dsc *.buildinfo ${CSDIR} corosync_${CSVERSION}-${CSRELEASE}.tar.gz
+	rm -rf *.deb *.changes *.dsc *.buildinfo ${CSDIR}
 	find . -name '*~' -exec rm {} ';'
 
 .PHONY: dinstall
diff --git a/corosync-2.4.2.tar.gz b/corosync_2.4.4.orig.tar.gz
similarity index 62%
rename from corosync-2.4.2.tar.gz
rename to corosync_2.4.4.orig.tar.gz
index c08e180..b00b944 100644
Binary files a/corosync-2.4.2.tar.gz and b/corosync_2.4.4.orig.tar.gz differ
-- 
2.19.1





More information about the pve-devel mailing list