ipvsadm: update version to 1.30
Update version to 1.30 Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
035dfd530c
commit
a80ead634b
1 changed files with 5 additions and 16 deletions
|
@ -9,15 +9,15 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ipvsadm
|
||||
PKG_VERSION:=1.29
|
||||
PKG_VERSION:=1.30
|
||||
PKG_MAINTAINER:=Mauro Mozzarelli <mauro@ezplanet.org>, \
|
||||
Florian Eckert <fe@dev.tdt.de>
|
||||
PKG_LICENSE:=GPL-2.0+
|
||||
PKG_LICENSE:=GPL-2.0-or-later
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=https://www.kernel.org/pub/linux/utils/kernel/ipvsadm/
|
||||
PKG_HASH:=c3de4a21d90a02c621f0c72ee36a7aa27374b6f29fd4178f33fbf71b4c66c149
|
||||
PKG_SOURCE_URL:=@KERNEL/linux/utils/kernel/ipvsadm/
|
||||
PKG_HASH:=95573d70df473c9f63fc4ac496c044c69e3a6de7ccac119922210c0b44cd7a0c
|
||||
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
PKG_INSTALL:=1
|
||||
|
@ -29,7 +29,7 @@ define Package/ipvsadm
|
|||
CATEGORY:=Network
|
||||
TITLE:=IP Virtual Server Configuration Manager
|
||||
URL:=http://www.linuxvirtualserver.org
|
||||
DEPENDS:= +kmod-nf-ipvs +libnl-tiny +libpopt
|
||||
DEPENDS:= +kmod-nf-ipvs +libnl-genl +libpopt
|
||||
endef
|
||||
|
||||
define Package/ipvsadm/description
|
||||
|
@ -40,17 +40,6 @@ define Package/ipvsadm/description
|
|||
network services based on a cluster of two or more nodes.
|
||||
endef
|
||||
|
||||
TARGET_CFLAGS += \
|
||||
-D_GNU_SOURCE \
|
||||
-I$(STAGING_DIR)/usr/include/libnl-tiny
|
||||
|
||||
define Build/Compile
|
||||
CFLAGS="$(TARGET_CFLAGS)" \
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
CC="$(TARGET_CC)" \
|
||||
LIBS="$(TARGET_LDFLAGS) -lnl-tiny -lpopt"
|
||||
endef
|
||||
|
||||
define Package/ipvsadm/install
|
||||
$(INSTALL_DIR) $(1)/sbin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/ipvsadm $(1)/sbin/
|
||||
|
|
Loading…
Reference in a new issue