From owner-cvs-all Sun Oct 13 23:57:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87EE937B401; Sun, 13 Oct 2002 23:57:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A84843EAA; Sun, 13 Oct 2002 23:57:56 -0700 (PDT) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9E6vOMt071661; Sun, 13 Oct 2002 23:57:24 -0700 (PDT) (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9E6vOA3071660; Sun, 13 Oct 2002 23:57:24 -0700 (PDT) Message-Id: <200210140657.g9E6vOA3071660@repoman.freebsd.org> From: Dmitry Sivachenko Date: Sun, 13 Oct 2002 23:57:24 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 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