From patchwork Fri Oct 23 17:26:24 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 3606 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4CHrkF4rTJz3wgk for ; Fri, 23 Oct 2020 17:26:29 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4CHrkD4gb4zBP; Fri, 23 Oct 2020 17:26:28 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4CHrkD3lQpz2xs0; Fri, 23 Oct 2020 17:26:28 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4CHrkC0szlz2xcS for ; Fri, 23 Oct 2020 17:26:27 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4CHrkB02KKzBP for ; Fri, 23 Oct 2020 17:26:25 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1603473986; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=pEgN/e3hWZpvWiD4zyWXQnTGharFsJijoWzgpKuOmL8=; b=fKHQr67G0DLfx/WVpzp5xH26FMJIHEBXjCVF0kxoiXcQOV0mxuatSXN8jptKZ3IlRJtGJ3 +C0lGFi4+e6LWfCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1603473986; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=pEgN/e3hWZpvWiD4zyWXQnTGharFsJijoWzgpKuOmL8=; b=pcSCnly+Pyk39Atsukb1C0PkCBG6b+kIvolcq29+gpM3E09ZlhtEMdwdew5x22Ljda8ZtJ v0j6ESS1rQVNgNz9foY0y/ESs6xGSSh0guHKRNTrnEx+ucuJlQnVk31ex5JPomKIKXUAD8 WUS7yq108GZL9Z1cqCPagtXYprr04Nl2TEDRvtA9v0IgWAKtECbkGCrJwTHJ4iLo312ZdI LP5+HI+S611i/8ybnQcrWhc2aHvr8m2nR9EE9ToKkc7oKKT2XZyNmU8XvQbE2bAar/sjJa bnPjZxO8rFCyVV3pCc33zYxZyY/zrZPNCRJuLred6N90g/As0EtzMI8qwj7YvA== To: "IPFire: Development-List" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] mtr: update to 0.94 Message-ID: <9459ed7d-90ab-1426-44f0-4f3c87c505a5@ipfire.org> Date: Fri, 23 Oct 2020 19:26:24 +0200 MIME-Version: 1.0 Content-Language: en-US Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=pmueller smtp.mailfrom=peter.mueller@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 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" Complete changelog since version 0.93: V0.94 Aaron Lipinski (10): gtk_menu_append -> gtk_menu_shell_append GTK_OBJECT -> G_OBJECT gtk_button_new_from_stock -> gtk_button_new_with_label gtk3 hbox/vbox -> gtk_box_new gtk_menu_popup -> gtk_menu_popup_at_pointer show resolved hostname in raw dnsline rely on final return NULL introduce libasan avoid stack use after scope Alejandro Leal (2): few updates to manual page and README.md Updating some comments Chongyu Zhu (1): probe: fix find_source_addr Konrad Bucheli (1): fix segmentation fault if there is no IP address on an interface (fixes #320) Kulemin Alexander (1): report: json: reworked with libjansson Mark Egan-Fuller (1): Add display of destination. Markus Kötter (6): simplification - remove sockaddrtop simplification - remove addrcpy simplification - remove rsa{4,6} simplification - address addrcmp simplification - improve readability ip6 udp - fix probes with local or remote port R.E. Wolff (29): fix warning on recent compilers. Merge branch 'master' of github.com:traviscross/mtr net find local address fix by meingtsla proposed patch for bsd compile error fix closing brace Added include errno --obouizi Merge branch 'master' of github.com:traviscross/mtr More compilation warning fixes from obouizi Added extra help text to configure --yvs Changed MAXPATH to MAX_PATH for AIX compatibility. -- aixtools make the code for gtk2/3 a bit nicer. Merge branch 'gtk3_with_fallback' of https://github.com/krisl/mtr Merge branch 'master' of github.com:traviscross/mtr in hindsight my previous patch wasn't so nice. And nobody told me. Sean Wei (1): Fix parameter in ui/net.c Siyuan Miao (1): show mpls information in raw output atib (1): Added code to print multiple addresses regitered on the same hop count atibdialpad (2): Change TTL dynamically to adjust for path changes TODO list changes meingtsla (2): asn_{open,close}: Always initialize ipinfo hash table Merge branch 'master' of https://github.com/traviscross/mtr into asn-open-always-hcreate In addition, the "bootstrap.sh" script no longer exists and has therefore been removed from the LFS file. Signed-off-by: Peter Müller --- lfs/mtr | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/lfs/mtr b/lfs/mtr index c812b6ff8..679e66fd4 100644 --- a/lfs/mtr +++ b/lfs/mtr @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2019 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 = 0.93 +VER = 0.94 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 = 4 +PAK_VER = 5 DEPS = @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = f68c397310ec2275736e2e19727c22c0 +$(DL_FILE)_MD5 = 3468a94927109981de49957d0cc6d50e install : $(TARGET) @@ -77,7 +77,6 @@ $(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) && ./bootstrap.sh cd $(DIR_APP) && ./configure --prefix=/usr cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install