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 d2d98018fde4b646fe2da8df4dc65817fcc1ab17 (commit) from 5fc3f779a5d74d215a126625011ded6de3b04e64 (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 d2d98018fde4b646fe2da8df4dc65817fcc1ab17 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Dec 4 12:52:21 2021 +0000
keepalived: Update to 2.2.4
This patch re-enables this package for build and it builds against next with Linux 5.15.
Signed-off-by: Michael Tremer michael.tremer@ipfire.org Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/keepalived | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-)
Difference in files: diff --git a/lfs/keepalived b/lfs/keepalived index 37c4d22a6..9916b5e42 100644 --- a/lfs/keepalived +++ b/lfs/keepalived @@ -24,7 +24,7 @@
include Config
-VER = 2.1.5 +VER = 2.2.4
THISAPP = keepalived-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,9 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = keepalived -PAK_VER = 9 - -SUP_ARCH = none +PAK_VER = 10
DEPS =
@@ -46,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 27e1cfff5b8dd95062ad415957e663e5 +$(DL_FILE)_MD5 = 7097ba70a7c6c46c9e478d16af390a19
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree