From: Florian Eckert Date: Thu, 12 Oct 2017 11:48:38 +0000 (+0200) Subject: net/keepalived: update version to 1.3.9 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=b5104b0f625599f4e61288b97d7f29fa9c14b981;p=openwrt-packages.git net/keepalived: update version to 1.3.9 update keepalived to version 1.3.9 Signed-off-by: Florian Eckert --- diff --git a/net/keepalived/Makefile b/net/keepalived/Makefile index 751e0262a..0be189b63 100644 --- a/net/keepalived/Makefile +++ b/net/keepalived/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk 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_URL:= http://www.keepalived.org/software -PKG_HASH:=32fbae732c1cd854cacd7a930d4a26f5bad6372cdecb5e3139f0c17e87493853 +PKG_HASH:=d5bdd25530acf60989222fd92fbfd596e06ecc356a820f4c1015708b76a8d4f3 PKG_LICENSE:=GPL-2.0+ PKG_LICENSE_FILES:=COPYING @@ -29,7 +29,7 @@ define Package/keepalived CATEGORY:=Network TITLE:=Failover and monitoring daemon for LVS clusters URL:=http://www.keepalived.org/ - DEPENDS:=+PACKAGE_libnl-genl:libnl-genl +libopenssl + DEPENDS:=+PACKAGE_libnl-genl:libnl-genl +libopenssl +libip4tc +IPV6:libip6tc +libxtables endef define Package/keepalived/description