X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fkeepalived;h=da3f3f8190c2455bfb94542a071820857757699e;hb=3514a0bc0f0ebec8acf478932a7100e66bb557ce;hp=257ceb2d9692d6ca6aee4416a6bb599611111aab;hpb=af7e2f072f35bcaaefb5f7a81861f421f50dc40d;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/keepalived b/lfs/keepalived index 257ceb2d96..da3f3f8190 100644 --- a/lfs/keepalived +++ b/lfs/keepalived @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2013 IPFire Team # +# Copyright (C) 2007-2020 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 1.2.17 +VER = 2.1.5 THISAPP = keepalived-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = keepalived -PAK_VER = 2 +PAK_VER = 9 -DEPS = "" +DEPS = ############################################################################### # Top-level Rules @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 8d6400e1be43fc303175164d69125dce +$(DL_FILE)_MD5 = 27e1cfff5b8dd95062ad415957e663e5 install : $(TARGET) @@ -78,7 +78,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc \ - --with-kernel-dir=/usr/include + --with-kernel-dir=/usr cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install