From c136253a29d9942f0c34723dc18dbf3aa1e89220 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 27 Feb 2013 16:56:02 +0100 Subject: update to latest upstream --- package/corosync/Makefile | 6 +++--- package/corosync/patches/patch-common_lib_Makefile_in | 16 ---------------- 2 files changed, 3 insertions(+), 19 deletions(-) delete mode 100644 package/corosync/patches/patch-common_lib_Makefile_in (limited to 'package/corosync') diff --git a/package/corosync/Makefile b/package/corosync/Makefile index 25d0edccf..6ba87c80c 100644 --- a/package/corosync/Makefile +++ b/package/corosync/Makefile @@ -4,15 +4,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:= corosync -PKG_VERSION:= 2.0.1 +PKG_VERSION:= 2.3.0 PKG_RELEASE:= 1 -PKG_MD5SUM:= 9e23f3f5594676455ff39ff363658155 +PKG_MD5SUM:= 4689279c36b1417e122a23c6818017dd PKG_DESCR:= Cluster Engine PKG_SECTION:= ha PKG_BUILDDEP:= libqb nss PKG_DEPENDS:= cluster-glue libqb nss PKG_URL:= http://www.corosync.org/ -PKG_SITES:= ftp://ftp:downloads@corosync.org/downloads/corosync-2.0.1/ +PKG_SITES:= http://corosync.org/download/ PKG_CFLINE_COROSYNC:= select ADK_KERNEL_IP_MULTICAST diff --git a/package/corosync/patches/patch-common_lib_Makefile_in b/package/corosync/patches/patch-common_lib_Makefile_in deleted file mode 100644 index ec3eb70d7..000000000 --- a/package/corosync/patches/patch-common_lib_Makefile_in +++ /dev/null @@ -1,16 +0,0 @@ ---- corosync-2.0.1.orig/common_lib/Makefile.in 2012-05-22 08:52:57.000000000 +0200 -+++ corosync-2.0.1/common_lib/Makefile.in 2012-08-01 10:17:04.000000000 +0200 -@@ -336,13 +336,6 @@ install-libLIBRARIES: $(lib_LIBRARIES) - $(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; } - @$(POST_INSTALL) - @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \ -- for p in $$list; do \ -- if test -f $$p; then \ -- $(am__strip_dir) \ -- echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \ -- ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \ -- else :; fi; \ -- done - - uninstall-libLIBRARIES: - @$(NORMAL_UNINSTALL) -- cgit v1.2.3