mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
network/keepalived: Updated for version 2.2.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
29643abc70
commit
074216f326
3 changed files with 7 additions and 4 deletions
|
@ -13,3 +13,5 @@ this server entrie from the LVS topology. In addition keepalived
|
|||
implements an independent VRRPv2 stack to handle director failover.
|
||||
So in short keepalived is a userspace daemon for LVS cluster nodes
|
||||
healthchecks and LVS directors failover.
|
||||
|
||||
WARNING: nftables and libipset support are disabled for Slackware 14.2
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=keepalived
|
||||
VERSION=${VERSION:-2.1.5}
|
||||
VERSION=${VERSION:-2.2.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -79,6 +79,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--with-kernel-dir=/usr \
|
||||
--disable-nftables \
|
||||
--disable-libipset \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="keepalived"
|
||||
VERSION="2.1.5"
|
||||
VERSION="2.2.2"
|
||||
HOMEPAGE="https://www.keepalived.org/"
|
||||
DOWNLOAD="https://www.keepalived.org/software/keepalived-2.1.5.tar.gz"
|
||||
MD5SUM="27e1cfff5b8dd95062ad415957e663e5"
|
||||
DOWNLOAD="https://www.keepalived.org/software/keepalived-2.2.2.tar.gz"
|
||||
MD5SUM="2e86bade4a7a48cfac7d35a6c9643d46"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue