Upgrade to version 1.0.3
PR: 24708 Submitted by: MAINTAINER
This commit is contained in:
parent
f34ef8cc9c
commit
03254ede3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37758
4 changed files with 31 additions and 9 deletions
|
@ -6,10 +6,9 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= ipa
|
PORTNAME= ipa
|
||||||
PORTVERSION= 1.0.2
|
PORTVERSION= 1.0.3
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= http://www.simon.org.ua/ipa/ \
|
MASTER_SITES= http://www.simon.org.ua/ipa/
|
||||||
http://www.comsys.ntu-kpi.kiev.ua/~simon/ipa/
|
|
||||||
|
|
||||||
MAINTAINER= simon@simon.org.ua
|
MAINTAINER= simon@simon.org.ua
|
||||||
|
|
||||||
|
@ -18,8 +17,4 @@ ALL_TARGET= FreeBSD
|
||||||
MAN5= ipa.5 ipa.conf.5
|
MAN5= ipa.5 ipa.conf.5
|
||||||
MAN8= ipa.8 ipastat.8
|
MAN8= ipa.8 ipastat.8
|
||||||
|
|
||||||
post-install:
|
|
||||||
strip ${PREFIX}/bin/ipa
|
|
||||||
strip ${PREFIX}/bin/ipastat
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (ipa-1.0.2.tar.gz) = 2d87b5e1b6b08fa60feafc220122cb04
|
MD5 (ipa-1.0.3.tar.gz) = 3605d24a6269f3c7624169a678f22d6e
|
||||||
|
|
20
sysutils/ipa/files/patch-aa
Normal file
20
sysutils/ipa/files/patch-aa
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
--- Makefile.orig Thu Jan 18 00:35:42 2001
|
||||||
|
+++ Makefile Sun Jan 28 18:40:36 2001
|
||||||
|
@@ -38,7 +38,7 @@
|
||||||
|
# -O3 - optimize (it seems that -O3 also help to find out some errors);
|
||||||
|
# -g - produce debugging information.
|
||||||
|
#
|
||||||
|
-CFLAGS= -Wall -O3 -g
|
||||||
|
+#CFLAGS= -Wall -O3 -g
|
||||||
|
|
||||||
|
#
|
||||||
|
# DSTBINDIR - where to install binaries
|
||||||
|
@@ -171,7 +171,7 @@
|
||||||
|
@${ECHO}
|
||||||
|
.else
|
||||||
|
@${ECHO} ">> Installing binaries, manual pages and miscellaneous files"
|
||||||
|
- ${INSTALL} -c -g wheel -o root -m 0555 ipa ipastat ${DSTBINDIR}
|
||||||
|
+ ${INSTALL} -c -s -g wheel -o root -m 0555 ipa ipastat ${DSTBINDIR}
|
||||||
|
${CHMOD} u+s ${DSTBINDIR}/ipastat
|
||||||
|
${INSTALL} -c -g wheel -o root -m 0444 man/ipa.5 man/ipa.conf.5 ${DSTMANDIR}/man5
|
||||||
|
${INSTALL} -c -g wheel -o root -m 0444 man/ipa.8 man/ipastat.8 ${DSTMANDIR}/man8
|
|
@ -1,6 +1,13 @@
|
||||||
IP Accounting Daemon allows to make IP accounting (network accounting)
|
IP Accounting Daemon allows to make IP accounting (network accounting)
|
||||||
based on IP Firewall and/or IP Filter accounting rules.
|
based on IP Firewall and/or IP Filter accounting rules.
|
||||||
|
|
||||||
|
It supports limits for accounting rules and limits events as "limit is
|
||||||
|
reached", "reached limit is expired", etc. It understands time intervals
|
||||||
|
like "end of day", "end of week", "end of month", etc.
|
||||||
|
|
||||||
|
There is special viewer for accounting database and access control lists,
|
||||||
|
which allow or disallow one to view accounting information for rules.
|
||||||
|
|
||||||
WWW: http://www.simon.org.ua/ipa/
|
WWW: http://www.simon.org.ua/ipa/
|
||||||
|
|
||||||
- Andrey Simonenko
|
- Andrey Simonenko
|
||||||
|
|
Loading…
Reference in a new issue