From b31123c31d91f91b0c9d2059851e42b4a786a953 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 5 Jun 2010 14:49:51 +0000 Subject: Update to 0.77: 0.77: Changes: Load sharing hosts are now displayed in "--raw" output. The GUI gained an "About" button. Several minor code clean-ups were made. --- net/mtr/Makefile | 5 ++--- net/mtr/distinfo | 10 +++++----- net/mtr/patches/patch-ab | 8 ++++---- 3 files changed, 11 insertions(+), 12 deletions(-) (limited to 'net/mtr') diff --git a/net/mtr/Makefile b/net/mtr/Makefile index 821d3acde7d..9e5ed12b9ab 100644 --- a/net/mtr/Makefile +++ b/net/mtr/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.57 2010/01/09 19:44:05 tron Exp $ +# $NetBSD: Makefile,v 1.58 2010/06/05 14:49:51 wiz Exp $ -DISTNAME= mtr-0.75 +DISTNAME= mtr-0.77 CATEGORIES= net MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ -PKGREVISION= 2 MAINTAINER= sommerfeld@NetBSD.org HOMEPAGE= http://www.bitwizard.nl/mtr/ diff --git a/net/mtr/distinfo b/net/mtr/distinfo index d1b16fecce7..294827e639f 100644 --- a/net/mtr/distinfo +++ b/net/mtr/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.27 2010/01/09 19:44:05 tron Exp $ +$NetBSD: distinfo,v 1.28 2010/06/05 14:49:51 wiz Exp $ -SHA1 (mtr-0.75.tar.gz) = d9d3f849e32dda8aa5a7a297c25053e5d8504b27 -RMD160 (mtr-0.75.tar.gz) = d7df41c0c9b457eeff4034c9bc2f01456b8f6c68 -Size (mtr-0.75.tar.gz) = 179376 bytes +SHA1 (mtr-0.77.tar.gz) = 67461d021860fe5f3553ea9f00823f887a0ec389 +RMD160 (mtr-0.77.tar.gz) = 6e84bdf166861145a01a202ece0ec17c82111272 +Size (mtr-0.77.tar.gz) = 272517 bytes SHA1 (patch-aa) = 844cfa989ee103f3dbc3c1c96a7d631496a251a9 -SHA1 (patch-ab) = 09ad79840272c6e3dc1cad74a3349a0ab6bfee40 +SHA1 (patch-ab) = 67699e8d4a8eb6d63a918e298960e7e8e105de40 SHA1 (patch-ac) = 50fcafe1a0de3f285036882c79fdf61e03fbc045 diff --git a/net/mtr/patches/patch-ab b/net/mtr/patches/patch-ab index 418a507a636..052c9467a3a 100644 --- a/net/mtr/patches/patch-ab +++ b/net/mtr/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.16 2008/11/05 19:58:25 wiz Exp $ +$NetBSD: patch-ab,v 1.17 2010/06/05 14:49:51 wiz Exp $ ---- dns.c.orig 2008-09-18 12:36:50.000000000 +0000 +--- dns.c.orig 2009-11-27 07:49:15.000000000 +0000 +++ dns.c -@@ -310,6 +310,17 @@ char nullstring[] = ""; +@@ -309,6 +309,17 @@ char nullstring[] = ""; int use_dns = 1; @@ -21,9 +21,9 @@ $NetBSD: patch-ab,v 1.16 2008/11/05 19:58:25 wiz Exp $ /* Code */ #ifdef CorruptCheck @@ -484,14 +495,14 @@ void dns_open(void) - { int option,i; + if (!dns) return; - res_init(); - if (!_res.nscount) { + RES_INIT(); -- cgit v1.2.3