- 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)
This commit is contained in:
Emanuel Haupt 2006-01-01 01:56:40 +00:00
parent 677e08a15d
commit 51137da697
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152516
2 changed files with 4 additions and 3 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= pathneck
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://gs274.sp.cs.cmu.edu/www/pathneck/
EXTRACT_SUFX= .tgz

View File

@ -1,3 +1,3 @@
MD5 (pathneck-1.2.tgz) = 24c5af803e2b8128d67dd5d84f13ae1a
SHA256 (pathneck-1.2.tgz) = abacbe19461ba22a2668c1bfbed2406d7760f9053d0ea2b0c7866bffc98ff600
SIZE (pathneck-1.2.tgz) = 28484
MD5 (pathneck-1.2.tgz) = 05c5113263768e32c347a5dfc9eb0bd6
SHA256 (pathneck-1.2.tgz) = a4e0325a5bfab81ad6b65d07b0e3c2ef19852a35a2d2f5252acb5988e6e04582
SIZE (pathneck-1.2.tgz) = 28499