mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
keepalived: Update to version 2.1.5
The version jump from 2.0.20 to 2.1.5 includes several improvemnts and fixes. The release notes can be overviewed in here --> https://www.keepalived.org/release-notes/Release-2.1.4.html . Signed-off-by: Erik Kapfer <ummeegge@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
9e870fcb76
commit
327ded3408
@@ -5,8 +5,10 @@ etc/keepalived/samples
|
||||
#etc/keepalived/samples/dh1024.pem
|
||||
#etc/keepalived/samples/keepalived.conf.HTTP_GET.port
|
||||
#etc/keepalived/samples/keepalived.conf.IPv6
|
||||
#etc/keepalived/samples/keepalived.conf.PING_CHECK
|
||||
#etc/keepalived/samples/keepalived.conf.SMTP_CHECK
|
||||
#etc/keepalived/samples/keepalived.conf.SSL_GET
|
||||
#etc/keepalived/samples/keepalived.conf.UDP_CHECK
|
||||
#etc/keepalived/samples/keepalived.conf.conditional_conf
|
||||
#etc/keepalived/samples/keepalived.conf.fwmark
|
||||
#etc/keepalived/samples/keepalived.conf.inhibit
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 2.0.20
|
||||
VER = 2.1.5
|
||||
|
||||
THISAPP = keepalived-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = keepalived
|
||||
PAK_VER = 8
|
||||
PAK_VER = 9
|
||||
|
||||
DEPS =
|
||||
|
||||
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = a5966e8433b60998709c4a922a407bac
|
||||
$(DL_FILE)_MD5 = 27e1cfff5b8dd95062ad415957e663e5
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user