pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/mtr Update to 0.77:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2ed54aeaee6
branches:  trunk
changeset: 576296:b2ed54aeaee6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jun 05 14:49:51 2010 +0000

description:
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.

diffstat:

 net/mtr/Makefile         |   5 ++---
 net/mtr/distinfo         |  10 +++++-----
 net/mtr/patches/patch-ab |   8 ++++----
 3 files changed, 11 insertions(+), 12 deletions(-)

diffs (58 lines):

diff -r b778a32bd127 -r b2ed54aeaee6 net/mtr/Makefile
--- a/net/mtr/Makefile  Sat Jun 05 14:45:11 2010 +0000
+++ b/net/mtr/Makefile  Sat Jun 05 14:49:51 2010 +0000
@@ -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@localhost
 HOMEPAGE=      http://www.bitwizard.nl/mtr/
diff -r b778a32bd127 -r b2ed54aeaee6 net/mtr/distinfo
--- a/net/mtr/distinfo  Sat Jun 05 14:45:11 2010 +0000
+++ b/net/mtr/distinfo  Sat Jun 05 14:49:51 2010 +0000
@@ -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 -r b778a32bd127 -r b2ed54aeaee6 net/mtr/patches/patch-ab
--- a/net/mtr/patches/patch-ab  Sat Jun 05 14:45:11 2010 +0000
+++ b/net/mtr/patches/patch-ab  Sat Jun 05 14:49:51 2010 +0000
@@ -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 @@
  /* Code */
  #ifdef CorruptCheck
 @@ -484,14 +495,14 @@ void dns_open(void)
- {
    int option,i;
  
+   if (!dns) return;
 -  res_init();
 -  if (!_res.nscount) {
 +  RES_INIT();



Home | Main Index | Thread Index | Old Index