Browse Source

update to latest upstream

Waldemar Brodkorb 12 years ago
parent
commit
c136253a29
2 changed files with 3 additions and 19 deletions
  1. 3 3
      package/corosync/Makefile
  2. 0 16
      package/corosync/patches/patch-common_lib_Makefile_in

+ 3 - 3
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
 

+ 0 - 16
package/corosync/patches/patch-common_lib_Makefile_in

@@ -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)