Subject: CVS commit: pkgsrc/net/ipa
To: None <pkgsrc-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: pkgsrc-changes
Date: 11/13/2003 06:43:45
Module Name:	pkgsrc
Committed By:	xtraeme
Date:		Thu Nov 13 06:43:45 UTC 2003

Modified Files:
	pkgsrc/net/ipa: Makefile distinfo

Log Message:
Update to 1.3.6 provided by Andrey Simonenko (Maintainer). PR pkg/23417.

Changes since 1.3.5:

- 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


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 pkgsrc/net/ipa/Makefile
cvs rdiff -r1.14 -r1.15 pkgsrc/net/ipa/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.