From owner-cvs-ports@FreeBSD.ORG Wed Nov 12 03:36:23 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9019216A4CE; Wed, 12 Nov 2003 03:36:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A2B043FD7; Wed, 12 Nov 2003 03:36:23 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hACBaMXJ071804; Wed, 12 Nov 2003 03:36:22 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hACBaMRq071803; Wed, 12 Nov 2003 03:36:22 -0800 (PST) (envelope-from krion) Message-Id: <200311121136.hACBaMRq071803@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 12 Nov 2003 03:36:22 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/ipa Makefile distinfo X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Nov 2003 11:36:23 -0000 krion 2003/11/12 03:36:22 PST FreeBSD ports repository Modified files: sysutils/ipa Makefile distinfo Log: - Update to version 1.3.6 - Fixed bug: ipa incorrectly worked when some IPFW/IP6FW/IPF/PF rule overflowed and this rule is not the first by order in the corresponding parameter (in "ipa -t" output), it calculated more bytes than actually should be calculated - Fixed two bugs: ipa sometime incorrectly did accounting for limits if statistics was subtracted in some rule - Fixed bug: limit's start_time could be yyyy.mm.dd/24:00:00 in the database, mktime(3) on tested systems understands such local time and transforms it to next_day/00:00:00, now start_time can't be 24:00:00 any more and always is next_day/00:00:00. - Fixed bug: if new_local_time - old_local_time > one_day (for example as the result of date of ntpdate commands usage), then ipa thought that a new day came, now it tries to find out if local time is changed too quickly PR: 59209 Submitted by: Andrey Simonenko (maintainer) Revision Changes Path 1.32 +1 -1 ports/sysutils/ipa/Makefile 1.27 +1 -1 ports/sysutils/ipa/distinfo