diff options
author | naddy <naddy@FreeBSD.org> | 2003-02-28 13:38:50 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-02-28 13:38:50 +0000 |
commit | 6f2c23abfa025099d3ac90d43c91fd1aec5e1594 (patch) | |
tree | f09fb491ec059f8c4f9747ae3f86c16de32209fc | |
parent | 2ffc717772b31a13cfde153c97aaf70a57931860 (diff) | |
download | FreeBSD-ports-6f2c23abfa025099d3ac90d43c91fd1aec5e1594.zip FreeBSD-ports-6f2c23abfa025099d3ac90d43c91fd1aec5e1594.tar.gz |
Update to 1.3.1. Changes in this release:
1. Some improvements for ipa(8) were implemented, as a result
ipa(8) now uses less CPU time when works with many rules and
with many limits.
2. Fixed incorrectly rounded Kbytes, Mbytes, Gbytes and Tbytes in
output of ipastat(8).
3. Fixed some minor bugs in ipa(8).
PR: 48668
Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
-rw-r--r-- | sysutils/ipa/Makefile | 10 | ||||
-rw-r--r-- | sysutils/ipa/distinfo | 2 | ||||
-rw-r--r-- | sysutils/ipa/files/patch-aa | 20 | ||||
-rw-r--r-- | sysutils/ipa/pkg-descr | 3 |
4 files changed, 16 insertions, 19 deletions
diff --git a/sysutils/ipa/Makefile b/sysutils/ipa/Makefile index a6803fc..4ce3051 100644 --- a/sysutils/ipa/Makefile +++ b/sysutils/ipa/Makefile @@ -6,20 +6,18 @@ # PORTNAME= ipa -PORTVERSION= 1.3 +PORTVERSION= 1.3.1 CATEGORIES= sysutils -MASTER_SITES= http://www.simon.org.ua/ipa/ \ - http://ipa-system.sourceforge.net/ \ +MASTER_SITES= http://ipa-system.sourceforge.net/ \ http://www.mirrors.wiretapped.net/security/network-monitoring/ipa/ \ ftp://ftp.mirrors.wiretapped.net/pub/security/network-monitoring/ipa/ \ - http://www.outloud.org/ipa/ \ http://ipa.it-ss.be/ -MAINTAINER= simon@simon.org.ua +MAINTAINER= simon@comsys.ntu-kpi.kiev.ua COMMENT= IP accounting software NO_PACKAGE= "Needs to be built uniquely for each host" -ALL_TARGET= FreeBSD +ALL_TARGET= .ifdef(NOPORTDOCS) MAKE_ENV= NOPORTDOCS="${NOPORTDOCS}" .endif diff --git a/sysutils/ipa/distinfo b/sysutils/ipa/distinfo index ec1af7f..424033a 100644 --- a/sysutils/ipa/distinfo +++ b/sysutils/ipa/distinfo @@ -1 +1 @@ -MD5 (ipa-1.3.tar.gz) = c3cb19ac9ab140fea523eb7c8144a60b +MD5 (ipa-1.3.1.tar.gz) = b41e56e508d63855408ece5c8a0b9db6 diff --git a/sysutils/ipa/files/patch-aa b/sysutils/ipa/files/patch-aa index 225b09d..b4f605b 100644 --- a/sysutils/ipa/files/patch-aa +++ b/sysutils/ipa/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Mon Oct 28 21:40:37 2002 -+++ Makefile Mon Oct 28 22:15:47 2002 +--- Makefile.orig Thu Feb 20 09:06:58 2003 ++++ Makefile Mon Feb 24 23:43:33 2003 @@ -38,7 +38,7 @@ # -Ox - optimize; # -g - produce debugging information. @@ -11,7 +11,7 @@ # PREFIX - prefix for all below listed paths @@ -81,10 +81,10 @@ # - # Some INSTALL_* variables + # INSTALL_* variables # -INSTALL_MAN= ${INSTALL} -c -g wheel -o root -m 0444 -INSTALL_DATA= ${INSTALL} -c -g wheel -o root -m 0444 @@ -24,14 +24,14 @@ INSTALL_MAN_DIR= ${INSTALL} -d -m 0555 -g wheel -o root INSTALL_DATA_DIR= ${INSTALL} -d -m 0555 -g wheel -o root -@@ -247,8 +247,10 @@ +@@ -218,8 +218,10 @@ .endif - ${INSTALL_MAN} man/ru_RU.KOI8-R/ipa.5 man/ru_RU.KOI8-R/ipa.conf.5 ${DSTMANDIR}/ru_SU.KOI8-R/man5 - ${INSTALL_MAN} man/ru_RU.KOI8-R/ipa.8 man/ru_RU.KOI8-R/ipastat.8 ${DSTMANDIR}/ru_SU.KOI8-R/man8 + ${INSTALL_MAN} man/ru_RU.KOI8-R/ipa.5 man/ru_RU.KOI8-R/ipa.conf.5 ${DST_MAN_DIR}/ru_RU.KOI8-R/man5 + ${INSTALL_MAN} man/ru_RU.KOI8-R/ipa.8 man/ru_RU.KOI8-R/ipastat.8 ${DST_MAN_DIR}/ru_RU.KOI8-R/man8 +.if !defined(NOPORTDOCS) - ${INSTALL_DATA_DIR} ${DSTEXAMPLEDIR} - ${INSTALL_DATA} examples/* ${DSTEXAMPLEDIR} + ${INSTALL_DATA_DIR} ${DST_EXAMPLE_DIR} + ${INSTALL_DATA} examples/* ${DST_EXAMPLE_DIR} +.endif - .if exists(${DSTRCDIR}) - ${INSTALL_SCRIPT} etc/ipa.sh.sample ${DSTRCDIR} + .if exists(${DST_RC_DIR}) + ${INSTALL_SCRIPT} etc/ipa.sh.sample ${DST_RC_DIR} .else diff --git a/sysutils/ipa/pkg-descr b/sysutils/ipa/pkg-descr index 9382219..2511b8b 100644 --- a/sysutils/ipa/pkg-descr +++ b/sysutils/ipa/pkg-descr @@ -8,8 +8,7 @@ like "end of day", "end of week", "end of month", etc. ipastat(8) is a viewer for IP accounting database made by ipa(8). -WWW: http://www.simon.org.ua/ipa/ +WWW: http://ipa-system.sourceforge.net/ - Andrey Simonenko -simon@simon.org.ua simon@comsys.ntu-kpi.kiev.ua |