This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 327ded3408697884ec9fa484fca744e386facd1e (commit) from 9e870fcb76847939304402e86919c1de757c50dd (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 327ded3408697884ec9fa484fca744e386facd1e Author: Erik Kapfer ummeegge@ipfire.org Date: Wed Sep 30 15:18:49 2020 +0200
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
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/packages/keepalived | 2 ++ lfs/keepalived | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-)
Difference in files: diff --git a/config/rootfiles/packages/keepalived b/config/rootfiles/packages/keepalived index e8fde25de..4865db0b0 100644 --- a/config/rootfiles/packages/keepalived +++ b/config/rootfiles/packages/keepalived @@ -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 diff --git a/lfs/keepalived b/lfs/keepalived index 505537e60..da3f3f819 100644 --- a/lfs/keepalived +++ b/lfs/keepalived @@ -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)
hooks/post-receive -- IPFire 2.x development tree