|
@ -8,12 +8,12 @@ |
|
|
include $(TOPDIR)/rules.mk |
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
|
PKG_NAME:=keepalived |
|
|
PKG_NAME:=keepalived |
|
|
PKG_VERSION:=1.2.19 |
|
|
|
|
|
PKG_RELEASE:=2 |
|
|
|
|
|
|
|
|
PKG_VERSION:=1.3.9 |
|
|
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
PKG_SOURCE_URL:= http://www.keepalived.org/software |
|
|
PKG_SOURCE_URL:= http://www.keepalived.org/software |
|
|
PKG_HASH:=32fbae732c1cd854cacd7a930d4a26f5bad6372cdecb5e3139f0c17e87493853 |
|
|
|
|
|
|
|
|
PKG_HASH:=d5bdd25530acf60989222fd92fbfd596e06ecc356a820f4c1015708b76a8d4f3 |
|
|
|
|
|
|
|
|
PKG_LICENSE:=GPL-2.0+ |
|
|
PKG_LICENSE:=GPL-2.0+ |
|
|
PKG_LICENSE_FILES:=COPYING |
|
|
PKG_LICENSE_FILES:=COPYING |
|
@ -29,7 +29,7 @@ define Package/keepalived |
|
|
CATEGORY:=Network |
|
|
CATEGORY:=Network |
|
|
TITLE:=Failover and monitoring daemon for LVS clusters |
|
|
TITLE:=Failover and monitoring daemon for LVS clusters |
|
|
URL:=http://www.keepalived.org/ |
|
|
URL:=http://www.keepalived.org/ |
|
|
DEPENDS:=+PACKAGE_libnl-genl:libnl-genl +libopenssl |
|
|
|
|
|
|
|
|
DEPENDS:=+PACKAGE_libnl-genl:libnl-genl +libopenssl +libip4tc +IPV6:libip6tc +libxtables |
|
|
endef |
|
|
endef |
|
|
|
|
|
|
|
|
define Package/keepalived/description |
|
|
define Package/keepalived/description |
|
|