Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Oct 2002 23:57:24 -0700 (PDT)
From:      Dmitry Sivachenko <demon@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/net/xferstats Makefile distinfo ports/net/xferstats/files patch-aa patch-ab patch-ac
Message-ID:  <200210140657.g9E6vOA3071660@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
demon       2002/10/13 23:57:24 PDT

  Modified files:
    net/xferstats        Makefile distinfo 
  Added files:
    net/xferstats/files  patch-aa patch-ab patch-ac 
  Log:
  Upgrade port to version 2.16;
  Add three patches:
  patch-aa: If you use CHUNK_INPUT without this patch, you end up with many
    error messages xferstats in free(): warning: modified (chunk-) pointer
    (or you may want to fix chunks...)
  
  patch-ab: If number of "Files Transmitted" is divisible by CHUNK_INPUT
    without this patch, you end up with error "No data to process." instead
    of results.
  
  patch-ac: Typical beginner's bug in C: feof() is used before read function,
    where its result is not tested then. Without this patch the last line
    is counted twice.
  
  PR:             44015
  Submitted by:   Cejka Rudolf <cejkar@fit.vutbr.cz>
  
  Revision  Changes    Path
  1.12      +1 -3      ports/net/xferstats/Makefile
  1.3       +1 -1      ports/net/xferstats/distinfo
  1.1       +10 -0     ports/net/xferstats/files/patch-aa (new)
  1.1       +23 -0     ports/net/xferstats/files/patch-ab (new)
  1.1       +84 -0     ports/net/xferstats/files/patch-ac (new)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210140657.g9E6vOA3071660>