summaryrefslogtreecommitdiff
path: root/net/ipa/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2003-11-13 06:43:45 +0000
committerxtraeme <xtraeme@pkgsrc.org>2003-11-13 06:43:45 +0000
commit29e1c9efb8b344c7c3889ad625766dfc9ce69d8b (patch)
treee63f11288bfab9b61345f57397767f74d926206b /net/ipa/Makefile
parent1aee4fc881fde2a761def2c7f44972927c21ae9e (diff)
downloadpkgsrc-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/Makefile')
-rw-r--r--net/ipa/Makefile4
1 files changed, 2 insertions, 2 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/ \