From patchwork Mon Jun 18 22:29:40 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Erik Kapfer X-Patchwork-Id: 1814 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.i.ipfire.org (Postfix) with ESMTP id 7E5BF6095C for ; Mon, 18 Jun 2018 14:29:48 +0200 (CEST) Received: from mail01.i.ipfire.org (localhost [127.0.0.1]) by mail01.ipfire.org (Postfix) with ESMTP id 3BFED1062B39; Mon, 18 Jun 2018 13:29:48 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1529324988; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references:list-id: list-unsubscribe:list-subscribe:list-post; bh=I4ZsSxkx3BK+CbV2n7uuF5Kcdhn0YISi8w2jryKS2HU=; b=GbNvzyAdTzYBdwA7uIYGdyQtrc24DzScjMBz17Vuxd57Bj0yHvnGuyWj6LiqGOpBH346cl 8+fFjtsWkob3+aGOlai5A5c4QQzpMlAY1QC5AehxLe2wjy7iojW4sb07gFKZJb9PxJoakx k17RnTiziDU3b/sUUuY8E09r3Au0PbORokaYr4FfWjmpL99gqW2vh7R9+sdI5Cs90pwK1y wDH/BteMA7jMGWvDJgoEueLs0eMvAITYShsC3SPs2tAlv5aR0rs6jYy0XGq3WGfXoITLRE KpGEoSqsYupVt7sF9lnTyJWwfEW8q7+pHFsbS0A3Kcc7arhrUMneXx8lu83pmw== Received: from localhost.localdomain (i59F4AD79.versanet.de [89.244.173.121]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 9045A109370C; Mon, 18 Jun 2018 13:29:44 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1529324984; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=I4ZsSxkx3BK+CbV2n7uuF5Kcdhn0YISi8w2jryKS2HU=; b=IewRH4eC6YJi8vqjPEPrheOzduU70o+OhvFV2H+55aBdKBOlaWAocGe1cxBWr46nVpT/ZJ N7zRYiYdV5VLKl3gC5QKs9sUugD87bjnKo4lJB84+qtAcw5aoAAWPxr3VM5tCyg8rihbtM V+qF04OLfaiqUrQWWQPBU0oy12opfoRLeFi+6rKcxNvxt5GmLhdXfLDc9dSu0GY+iqS8rJ VBEYArZ7i67A/Wsb/drZ4H1ZZ/tco9T47CSS8pDXljHnKx3pFbf58TmFk8zQOq6/LBZmmQ l3SllI0oXLAV7F9uMZJxChTCkeY6XadHT/QMjLFz/PgHTcuf+51eMhzSpIVpkQ== From: Erik Kapfer To: development@lists.ipfire.org Subject: [PATCH] fping: update to 4.0 Date: Mon, 18 Jun 2018 14:29:40 +0200 Message-Id: <1529324980-4715-1-git-send-email-erik.kapfer@ipfire.org> X-Mailer: git-send-email 2.7.4 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=ummeegge smtp.mailfrom=erik.kapfer@ipfire.org X-Spamd-Result: default: False [-2.10 / 11.00]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_SOME(0.00)[]; BAYES_HAM(-3.00)[100.00%]; ARC_NA(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; MIME_GOOD(-0.10)[text/plain]; DKIM_SIGNED(0.00)[]; MID_CONTAINS_FROM(1.00)[]; RCVD_COUNT_ZERO(0.00)[0]; ASN(0.00)[asn:8881, ipnet:89.244.160.0/20, country:DE]; FROM_HAS_DN(0.00)[] X-Spam-Status: No, score=-2.10 X-Rspamd-Server: mail01.i.ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Erik Kapfer --- lfs/fping | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/lfs/fping b/lfs/fping index 11939b6..e3767f9 100644 --- a/lfs/fping +++ b/lfs/fping @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2015 IPFire Team # +# Copyright (C) 2018 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.10 +VER = 4.0 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 = 3 +PAK_VER = 4 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 6a0ddecb671df1d580d20c0dd1095773 +$(DL_FILE)_MD5 = c21a80d7519fa0ad2411bf6799873eb0 install : $(TARGET) @@ -77,8 +77,12 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix=/usr + cd $(DIR_APP) && ./configure \ + --prefix=/usr \ + --disable-ipv6 + cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install + @rm -rf $(DIR_APP) @$(POSTBUILD)