From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 25 18:50:03 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F81016A4CE for ; Fri, 25 Mar 2005 18:50:03 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A939E43D49 for ; Fri, 25 Mar 2005 18:50:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j2PIo2ak077414 for ; Fri, 25 Mar 2005 18:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j2PIo2MZ077413; Fri, 25 Mar 2005 18:50:02 GMT (envelope-from gnats) Resent-Date: Fri, 25 Mar 2005 18:50:02 GMT Resent-Message-Id: <200503251850.j2PIo2MZ077413@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hajimu UMEMOTO Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC40B16A4CE; Fri, 25 Mar 2005 18:43:40 +0000 (GMT) Received: from cheer.mahoroba.org (gw4.mahoroba.org [218.45.22.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EC6943D48; Fri, 25 Mar 2005 18:43:40 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from lyrics.mahoroba.org (ume@lyrics.mahoroba.org [IPv6:3ffe:501:185b:8010:280:88ff:fe03:4841]) (user=ume mech=CRAM-MD5 bits=0)j2PIhPWq007399 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 26 Mar 2005 03:43:25 +0900 (JST) (envelope-from ume@mahoroba.org) Message-Id: Date: Sat, 26 Mar 2005 03:43:23 +0900 From: Hajimu UMEMOTO To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: billf@FreeBSD.org Subject: ports/79237: Updating ports/net/mtr to 0.69 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Hajimu UMEMOTO List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Mar 2005 18:50:03 -0000 >Number: 79237 >Category: ports >Synopsis: Updating ports/net/mtr to 0.69 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Mar 25 18:50:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Hajimu UMEMOTO >Release: FreeBSD 5.4-PRERELEASE i386 >Organization: Internet Mutual Aid Society, YOKOHAMA >Environment: System: FreeBSD lyrics.mahoroba.org 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #3: Thu Mar 17 04:04:28 JST 2005 root@lyrics.mahoroba.org:/ad0s3/usr/obj/usr/src/sys/LYRICS_FIPSEC i386 >Description: Updating ports/net/mtr to 0.69 >How-To-Repeat: make install in ports/net/mtr >Fix: How about upgrading mtr port to 0.69? The version of mtr supports an IPv6 natively. diff -urN mtr/Makefile.orig mtr/Makefile --- mtr/Makefile.orig Mon Nov 8 07:35:58 2004 +++ mtr/Makefile Mon Mar 7 04:23:02 2005 @@ -6,9 +6,9 @@ # PORTNAME= mtr -PORTVERSION= 0.65 -PORTREVISION= 1 -CATEGORIES= net +PORTVERSION= 0.69 +#PORTREVISION= 0 +CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ \ ftp://ftp.netsw.org/net/ip/audit/packets/ \ ftp://ftp.gw.com/mirrors/pub/unix/mtr/ diff -urN mtr/distinfo.orig mtr/distinfo --- mtr/distinfo.orig Sat Oct 30 07:31:02 2004 +++ mtr/distinfo Thu Feb 3 18:43:27 2005 @@ -1,2 +1,2 @@ -MD5 (mtr-0.65.tar.gz) = 32de3cb8f0763e352124ff4fd74690ab -SIZE (mtr-0.65.tar.gz) = 132318 +MD5 (mtr-0.69.tar.gz) = 58904d6d8d70114195cdeb653d56914c +SIZE (mtr-0.69.tar.gz) = 183216 diff -urN mtr/files/patch-dns.c.orig mtr/files/patch-dns.c --- mtr/files/patch-dns.c.orig Thu Jan 1 09:00:00 1970 +++ mtr/files/patch-dns.c Thu Feb 3 19:27:35 2005 @@ -0,0 +1,31 @@ +Index: dns.c +diff -u -p dns.c.orig dns.c +--- dns.c.orig Tue Jan 11 17:32:42 2005 ++++ dns.c Thu Feb 3 19:25:28 2005 +@@ -437,7 +437,7 @@ char *strlongip(ip_t * ip) + } + + +-int longipstr(char *s, ip_t *dst) ++int longipstr(char *s, ip_t *dst, int af) + { + #ifdef ENABLE_IPV6 + return inet_pton( af, s, dst ); +@@ -488,7 +488,7 @@ void dns_open(void) + strerror(errno)); + exit(-1); + } +- longipstr( "127.0.0.1", &localhost ); ++ longipstr( "127.0.0.1", &localhost, AF_INET ); + aseed = time(NULL) ^ (time(NULL) << 3) ^ (dword)getpid(); + for (i = 0;i < BashSize;i++) { + idbash[i] = NULL; +@@ -1228,7 +1228,7 @@ void dns_ack(void) + if ( addrcmp( (void *) &(_res.nsaddr_list[i].sin_addr), + (void *) &(from4->sin_addr), (int) AF_INET ) == 0 || + addrcmp( (void *) &(_res.nsaddr_list[i].sin_addr), +- (void *) &unspec_addr, (int) AF_INET ) != 0 ) /* 0.0.0.0 replies as 127.0.0.1 */ ++ (void *) &unspec_addr, (int) AF_INET ) == 0 ) /* 0.0.0.0 replies as 127.0.0.1 */ + break; + } else + for (i = 0;i < _res.nscount;i++) diff -urN mtr/files/patch-raw.c.orig mtr/files/patch-raw.c --- mtr/files/patch-raw.c.orig Sat Oct 30 20:29:48 2004 +++ mtr/files/patch-raw.c Thu Jan 1 09:00:00 1970 @@ -1,10 +0,0 @@ ---- raw.c.orig Sat Oct 30 13:27:31 2004 -+++ raw.c Sat Oct 30 13:27:39 2004 -@@ -22,6 +22,7 @@ - #include - #include - #include -+#include - #include - #include - #include -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ >Release-Note: >Audit-Trail: >Unformatted: