From 494a93987e44c75e5638f6b2fb3ead03fc7005cf Mon Sep 17 00:00:00 2001 From: Erik Kapfer Date: Tue, 13 Jan 2015 16:41:32 +0100 Subject: [PATCH] fping: Update to version 3.10. fix #10718 --- lfs/fping | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/fping b/lfs/fping index 6418686448..11939b6cc2 100644 --- a/lfs/fping +++ b/lfs/fping @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2015 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 = 3.4 +VER = 3.10 THISAPP = fping-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = fping -PAK_VER = 2 +PAK_VER = 3 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = a4bc97804e630dbf26dfac8f28c78091 +$(DL_FILE)_MD5 = 6a0ddecb671df1d580d20c0dd1095773 install : $(TARGET) -- 2.39.5