Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 1F7FE1A9217 for ; Fri, 2 Oct 2020 09:20:02 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 883F184E09; Fri, 2 Oct 2020 09:20:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 10DC084DF3 for ; Fri, 2 Oct 2020 09:20:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id p2u-bIP_oUmp for ; Fri, 2 Oct 2020 09:20:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4200784D4C for ; Fri, 2 Oct 2020 09:19:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D1293FB28; Fri, 2 Oct 2020 09:19:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160163039995270" MIME-Version: 1.0 Date: Fri, 2 Oct 2020 09:19:59 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/mtr To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20201002091959.D1293FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160163039995270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wiz Date: Fri Oct 2 09:19:59 UTC 2020 Modified Files: pkgsrc/net/mtr: Makefile distinfo Log Message: mtr: update to 0.94. 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 To generate a diff of this commit: cvs rdiff -u -r1.114 -r1.115 pkgsrc/net/mtr/Makefile cvs rdiff -u -r1.51 -r1.52 pkgsrc/net/mtr/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160163039995270 Content-Disposition: inline Content-Length: 2804 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/mtr/Makefile diff -u pkgsrc/net/mtr/Makefile:1.114 pkgsrc/net/mtr/Makefile:1.115 --- pkgsrc/net/mtr/Makefile:1.114 Mon Aug 17 20:19:49 2020 +++ pkgsrc/net/mtr/Makefile Fri Oct 2 09:19:59 2020 @@ -1,17 +1,9 @@ -# $NetBSD: Makefile,v 1.114 2020/08/17 20:19:49 leot Exp $ +# $NetBSD: Makefile,v 1.115 2020/10/02 09:19:59 wiz Exp $ -DISTNAME= mtr-0.93 -PKGREVISION= 4 +DISTNAME= mtr-0.94 CATEGORIES= net MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ -PATCH_SITES= https://github.com/traviscross/mtr/commit/ -PATCH_DIST_STRIP= -p1 -# For improved errors -PATCHFILES= 919422d1dee7d35a236035f190f491a4a2113772.patch -# Fix find_source_addr -PATCHFILES+= 9fe183d61f5382bd6dae1df1db6439a27e8edde2.patch - MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.bitwizard.nl/mtr/ COMMENT= Traceroute and ping in a single graphical network diagnostic tool Index: pkgsrc/net/mtr/distinfo diff -u pkgsrc/net/mtr/distinfo:1.51 pkgsrc/net/mtr/distinfo:1.52 --- pkgsrc/net/mtr/distinfo:1.51 Sat Sep 7 18:50:19 2019 +++ pkgsrc/net/mtr/distinfo Fri Oct 2 09:19:59 2020 @@ -1,14 +1,6 @@ -$NetBSD: distinfo,v 1.51 2019/09/07 18:50:19 kim Exp $ +$NetBSD: distinfo,v 1.52 2020/10/02 09:19:59 wiz Exp $ -SHA1 (919422d1dee7d35a236035f190f491a4a2113772.patch) = a40f6da7de3ac96e3e99ffb9751274e1ea7e4157 -RMD160 (919422d1dee7d35a236035f190f491a4a2113772.patch) = f154d0d15f8b3da79fce0bb04b7ad6184f234ed4 -SHA512 (919422d1dee7d35a236035f190f491a4a2113772.patch) = 89c99e900936ed228a3dc3a9cab0d04a4a2ba01635f6474e17c6beca6c28353b1785990c44785bddd1e9697d5e7e3a0d611ce35708e14822037c0f8b1881ac75 -Size (919422d1dee7d35a236035f190f491a4a2113772.patch) = 3597 bytes -SHA1 (9fe183d61f5382bd6dae1df1db6439a27e8edde2.patch) = 5d1816ac1a846c4b9af6e9b40a7456ce878584a3 -RMD160 (9fe183d61f5382bd6dae1df1db6439a27e8edde2.patch) = 5d02c73f0cbc923462cb029f57be7dcb14d6763c -SHA512 (9fe183d61f5382bd6dae1df1db6439a27e8edde2.patch) = 7b740d390aa3dcf757065034d585d40eba507eceb40ff17b08d5f6501c60112d237c37706d8be77480e84345fa408c2c6c37893db841d5ca2b116fd860d039c5 -Size (9fe183d61f5382bd6dae1df1db6439a27e8edde2.patch) = 1001 bytes -SHA1 (mtr-0.93.tar.gz) = 853cfaf0a9822e7add3eb82ccdb360e84f36ffa5 -RMD160 (mtr-0.93.tar.gz) = 221c6c7edfb1769dbc9a61405be9c8e1e1c89c2f -SHA512 (mtr-0.93.tar.gz) = 046e98a661bd6248ce819411ceb6e2b875b92877de38523594898df507836c113573cf40d7d4cc548370f515abe99e0aa4d8b3ba44ad54dd00f8e93c8a96c021 -Size (mtr-0.93.tar.gz) = 291015 bytes +SHA1 (mtr-0.94.tar.gz) = 91d8b1c6da8f23b250811d87ff493596a4cf531b +RMD160 (mtr-0.94.tar.gz) = b5559299a31ec1d030a80c4e165b5ee1d7f707c2 +SHA512 (mtr-0.94.tar.gz) = 82d7f3c3a692800739a37c95b0a561cb3897e18db7b8b6e4e43c7cba997488e811d82e92ad3f0e97712633627020c7be81e3053c0444f4cc4bd3d9b87fde2aa7 +Size (mtr-0.94.tar.gz) = 293925 bytes --_----------=_160163039995270--