From patchwork Mon Jun 18 22:38:07 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Erik Kapfer X-Patchwork-Id: 1815 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.i.ipfire.org (Postfix) with ESMTP id BF23B602CB for ; Mon, 18 Jun 2018 14:38:11 +0200 (CEST) Received: from mail01.i.ipfire.org (localhost [127.0.0.1]) by mail01.ipfire.org (Postfix) with ESMTP id 4D0BB102607E; Mon, 18 Jun 2018 13:38:11 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1529325491; 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=OZ39RwxjgSeWdg1T/eMA4uj8Khc9XpYzDItsO2iYwEQ=; b=blTTMtG4j5ArOZtvYR4kOac6jxMJkQvC4dxRf6YJEI7nfOkD79zv6i3ZPllTsfvfKKnAwh H6yqSJPst0FiUNOPcl1IuR7Qzeu9CctBjPsXZF59zCsibrmrBHNmlONTe6wnP6SOIBUZGV 2ACUfZdofp2212G3CanmWVKWsn0J28HXHgXqzFgy8/fgvxnujOLSGU0JTZmT/1hlti9Zny ml2+PQfNZuXrmqL2mbFejS/v2e3yHw/uAgQ35pFjNaDBf4yMwusj0a3a950zFRqFFjYdFo txP0euTjDiEmUxxQxNdkySN3FNZN3Woz8G/UMlg8ggYWwFPW1vv2rFRP8yArdw== 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 88F5A10071E9; Mon, 18 Jun 2018 13:38:09 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1529325489; 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=OZ39RwxjgSeWdg1T/eMA4uj8Khc9XpYzDItsO2iYwEQ=; b=qc5r1/vm+/X4W5uMIwZjDd7D4k9fsWquGxfG6joi9YMaMGNUl7c32TvtfxYLx5JyWqB/xw EgZtjXwNjWEza6SY8WfHUY5KNoAQvcpTyfasKRsnAtVAN3Z8fyNN0SvkZWoHq+qzHcT7xX dpjokmyUjaDv5o8y2lB8K9ZPB3jW6pYC8eGcg+2j5gQ9K+Dye+toBKKy2FR0l4QRCSXDtB 5vrIzeMLMXd1zdaKGn0NbFVDtGfupsbINSuahOnWdz72+5KaBPaICWMfJE8bF6+E7tHSaW tEV75pI4FQEt4KROtYkVhMt1U0nLqHjSepX4aBwd0JvDwtMiJrE8k636hGqz7Q== From: Erik Kapfer To: development@lists.ipfire.org Subject: [PATCH] mtr: Update to 0.92 Date: Mon, 18 Jun 2018 14:38:07 +0200 Message-Id: <1529325487-5434-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 --- config/rootfiles/packages/mtr | 3 +++ lfs/mtr | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/packages/mtr b/config/rootfiles/packages/mtr index 25356a7..006e04d 100644 --- a/config/rootfiles/packages/mtr +++ b/config/rootfiles/packages/mtr @@ -1,2 +1,5 @@ usr/sbin/mtr +usr/sbin/mtr-packet +#usr/share/bash-completion/completions/mtr +#usr/share/man/man8/mtr-packet.8 #usr/share/man/man8/mtr.8 diff --git a/lfs/mtr b/lfs/mtr index abb6e8e..3f00b85 100644 --- a/lfs/mtr +++ b/lfs/mtr @@ -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 = 0.86 +VER = 0.92 THISAPP = mtr-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = mtr -PAK_VER = 2 +PAK_VER = 3 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 8d63592c9d4579ef20cf491b41843eb2 +$(DL_FILE)_MD5 = 3b3788f71641eb3eaba517ac2138e76d install : $(TARGET)