From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 12 01:20:20 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 102B116A4CE for ; Wed, 12 Nov 2003 01:20:20 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BAC043FE3 for ; Wed, 12 Nov 2003 01:20:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAC9KIFY066306 for ; Wed, 12 Nov 2003 01:20:18 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAC9KIXq066304; Wed, 12 Nov 2003 01:20:18 -0800 (PST) (envelope-from gnats) Resent-Date: Wed, 12 Nov 2003 01:20:18 -0800 (PST) Resent-Message-Id: <200311120920.hAC9KIXq066304@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andrey Simonenko Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEA2416A4CE for ; Wed, 12 Nov 2003 01:18:57 -0800 (PST) Received: from relay1.ntu-kpi.kiev.ua (oberon.ntu-kpi.kiev.ua [195.245.194.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EAA043F3F for ; Wed, 12 Nov 2003 01:18:55 -0800 (PST) (envelope-from simon@comsys.ntu-kpi.kiev.ua) Received: from comsys.ntu-kpi.kiev.ua (eth0.comsys.ntu-kpi.kiev.ua [10.0.1.184]) by relay1.ntu-kpi.kiev.ua (Postfix) with ESMTP id 24E331A36B for ; Wed, 12 Nov 2003 11:17:13 +0200 (EET) Received: from pm514-9.comsys.ntu-kpi.kiev.ua (pm514-9.comsys.ntu-kpi.kiev.ua [10.18.54.109]) (authenticated bits=0)hACBGoDo016904 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 12 Nov 2003 11:16:51 GMT Received: by pm514-9.comsys.ntu-kpi.kiev.ua (Postfix, from userid 1000) id C11DC1A6; Wed, 12 Nov 2003 11:17:07 +0200 (EET) Message-Id: <20031112091707.GA363@pm514-9.comsys.ntu-kpi.kiev.ua> Date: Wed, 12 Nov 2003 11:17:07 +0200 From: Andrey Simonenko To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/59209: Maintainer update port sysutils/ipa 1.3.5 -> 1.3.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Nov 2003 09:20:20 -0000 >Number: 59209 >Category: ports >Synopsis: Maintainer update port sysutils/ipa 1.3.5 -> 1.3.6 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Nov 12 01:20:17 PST 2003 >Closed-Date: >Last-Modified: >Originator: Andrey Simonenko >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: >Description: Please update port sysutils/ipa 1.3.5 -> 1.3.6. Changes from the HISTORY file: - 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 >How-To-Repeat: >Fix: diff -ruN ipa.orig/Makefile ipa/Makefile --- ipa.orig/Makefile Mon Jul 14 12:17:44 2003 +++ ipa/Makefile Tue Nov 11 12:54:31 2003 @@ -6,7 +6,7 @@ # PORTNAME= ipa -PORTVERSION= 1.3.5 +PORTVERSION= 1.3.6 CATEGORIES= sysutils MASTER_SITES= http://ipa-system.sourceforge.net/ \ http://www.mirrors.wiretapped.net/security/network-monitoring/ipa/ \ diff -ruN ipa.orig/distinfo ipa/distinfo --- ipa.orig/distinfo Mon Jul 14 12:17:44 2003 +++ ipa/distinfo Tue Nov 11 12:54:34 2003 @@ -1 +1 @@ -MD5 (ipa-1.3.5.tar.gz) = d2d449edc15fc45d8d4658e26877fd99 +MD5 (ipa-1.3.6.tar.gz) = 292479df20497a12b48e8b458004d763 >Release-Note: >Audit-Trail: >Unformatted: To: FreeBSD-gnats-submit@freebsd.org From: Andrey Simonenko Reply-To: Andrey Simonenko Cc: X-send-pr-version: 3.113 X-GNATS-Notify: