diff options
author | krion <krion@FreeBSD.org> | 2003-11-12 19:36:22 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-11-12 19:36:22 +0800 |
commit | d9e4896214ec7d18dfd616ba60a65c0c2edab591 (patch) | |
tree | 73cb12e7ecd42d643f9755525c2db4086dccf76c /sysutils/ipa | |
parent | 36987a01936cb0647949607dbe833c3380848a73 (diff) | |
download | freebsd-ports-gnome-d9e4896214ec7d18dfd616ba60a65c0c2edab591.tar.gz freebsd-ports-gnome-d9e4896214ec7d18dfd616ba60a65c0c2edab591.tar.zst freebsd-ports-gnome-d9e4896214ec7d18dfd616ba60a65c0c2edab591.zip |
- 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 <simon@comsys.ntu-kpi.kiev.ua> (maintainer)
Diffstat (limited to 'sysutils/ipa')
-rw-r--r-- | sysutils/ipa/Makefile | 2 | ||||
-rw-r--r-- | sysutils/ipa/distinfo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/ipa/Makefile b/sysutils/ipa/Makefile index 8b5fb6e2a848..4b21d412aa00 100644 --- a/sysutils/ipa/Makefile +++ b/sysutils/ipa/Makefile @@ -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 --git a/sysutils/ipa/distinfo b/sysutils/ipa/distinfo index 8d8e27a4b69b..916a6dbcfe8f 100644 --- a/sysutils/ipa/distinfo +++ b/sysutils/ipa/distinfo @@ -1 +1 @@ -MD5 (ipa-1.3.5.tar.gz) = d2d449edc15fc45d8d4658e26877fd99 +MD5 (ipa-1.3.6.tar.gz) = 292479df20497a12b48e8b458004d763 |