Date: Sun, 1 Jan 2006 01:56:40 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/pathneck Makefile distinfo Message-ID: <200601010156.k011ueIT025260@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ehaupt 2006-01-01 01:56:40 UTC FreeBSD ports repository Modified files: net/pathneck Makefile distinfo Log: - Update distinfo, tarball was rerolled with a simple constraint check [1] - Bump PORTREVISION [1] diff -ruN pathneck-1.2.old/pathneck.c pathneck-1.2/pathneck.c --- pathneck-1.2.old/pathneck.c Sun Nov 7 00:00:03 2004 +++ pathneck-1.2/pathneck.c Sun Dec 25 20:34:39 2005 @@ -539,7 +539,7 @@ continue; /* if "-c" is specified, rtt_i could exceed MAX_RTT_NUM */ - if (rtt_i < MAX_RTT_NUM) { + if (rtt_i < MAX_RTT_NUM && len == 60) { memcpy(rtt_rec[rtt_i], buffer, len); rtt_arr_time[rtt_i] = get_time(); pre_time = rtt_arr_time[rtt_i]; PR: 91132 Submitted by: Babak Farrokhi <babak@farrokhi.net> (maintainer) Revision Changes Path 1.2 +1 -0 ports/net/pathneck/Makefile 1.2 +3 -3 ports/net/pathneck/distinfo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601010156.k011ueIT025260>