diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-11-13 06:43:45 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-11-13 06:43:45 +0000 |
commit | 29e1c9efb8b344c7c3889ad625766dfc9ce69d8b (patch) | |
tree | e63f11288bfab9b61345f57397767f74d926206b /net/ipa | |
parent | 1aee4fc881fde2a761def2c7f44972927c21ae9e (diff) | |
download | pkgsrc-29e1c9efb8b344c7c3889ad625766dfc9ce69d8b.tar.gz |
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
Diffstat (limited to 'net/ipa')
-rw-r--r-- | net/ipa/Makefile | 4 | ||||
-rw-r--r-- | net/ipa/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/ipa/Makefile b/net/ipa/Makefile index 978ef8a398f..c8ad62a0b7e 100644 --- a/net/ipa/Makefile +++ b/net/ipa/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2003/09/08 09:25:21 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2003/11/13 06:43:45 xtraeme Exp $ # -DISTNAME= ipa-1.3.5 +DISTNAME= ipa-1.3.6 CATEGORIES= net sysutils MASTER_SITES= http://ipa-system.sourceforge.net/ \ http://www.mirrors.wiretapped.net/security/network-monitoring/ipa/ \ diff --git a/net/ipa/distinfo b/net/ipa/distinfo index 2624f00700d..abb4ec0b596 100644 --- a/net/ipa/distinfo +++ b/net/ipa/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.14 2003/09/08 09:25:22 wiz Exp $ +$NetBSD: distinfo,v 1.15 2003/11/13 06:43:45 xtraeme Exp $ -SHA1 (ipa-1.3.5.tar.gz) = dce46cd874d41ed6ea012ae69c974a2c7b1de27d -Size (ipa-1.3.5.tar.gz) = 135850 bytes +SHA1 (ipa-1.3.6.tar.gz) = dcf5ebbf14600da0afba6a735f16a8b8ac84185e +Size (ipa-1.3.6.tar.gz) = 137156 bytes SHA1 (patch-aa) = 5599f55b657edc3ecb7f66378601d92e956a0983 SHA1 (patch-ab) = edce3d9d03ee7456c440ce4179e1e8c39bb516f2 SHA1 (patch-ac) = 0baab6507d335479379e78582c727fad72259b61 |